Commit | Line | Data |
---|---|---|
8d683210 YQ |
1 | 2015-06-02 Yao Qi <yao.qi@linaro.org> |
2 | ||
3 | * i386-linux-nat.c: Include linux-nat.h. | |
4 | ||
e0619de6 JK |
5 | 2015-06-01 Andreas Schwab <schwab@linux-m68k.org> |
6 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
7 | ||
8 | PR symtab/18392 | |
9 | * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct | |
10 | assertion. | |
11 | * dwarf2loc.c (chain_candidate): Likewise. | |
12 | ||
bd16da51 YQ |
13 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
14 | ||
15 | * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET. | |
16 | (store_vfp_regs): Use PTRACE_SETREGSET. | |
17 | ||
df9d7ec9 YQ |
18 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
19 | ||
20 | * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET. | |
21 | (fetch_fpregs): Likewise. | |
22 | * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET. | |
23 | (store_fpregs): Likewise. | |
24 | ||
10766686 YQ |
25 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
26 | ||
27 | * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET. | |
28 | (fetch_regs): Likewise. | |
29 | (store_regs): Use PTRACE_SETREGSET. | |
30 | (store_register): Likewise. | |
31 | ||
7efe48d1 YQ |
32 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
33 | ||
34 | * arm-linux-nat.c (arm_linux_read_description): Check whether | |
35 | kernel supports PTRACE_GETREGSET. | |
36 | ||
433bbbf8 YQ |
37 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
38 | ||
39 | * x86-linux-nat.c (have_ptrace_getregset): Move it to ... | |
40 | * linux-nat.c: ... here. | |
41 | * x86-linux-nat.h (have_ptrace_getregset): Move the declaration | |
42 | to ... | |
43 | * linux-nat.h: ... here. | |
44 | ||
ca9b78ce YQ |
45 | 2015-06-01 Yao Qi <yao.qi@linaro.org> |
46 | ||
47 | * amd64-linux-nat.c: Include "nat/linux-ptrace.h". | |
48 | * i386-linux-nat.c: Likewise. | |
49 | * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define. | |
50 | * s390-linux-nat.c: Include "nat/linux-ptrace.h". | |
51 | (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove. | |
52 | * x86-linux-nat.c: Include "nat/linux-ptrace.h". | |
53 | * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove. | |
54 | ||
99cee7b7 EZ |
55 | 2015-05-30 Eli Zaretskii <eliz@gnu.org> |
56 | ||
57 | * go32-nat.c (go32_xfer_memory): Fix the return value to be | |
58 | compatible to what read_child and write_child return. This | |
59 | unbreaks that DJGPP build of GDB which was broken since v7.7. | |
60 | ||
2147f5bd MG |
61 | 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com> |
62 | ||
63 | * MAINTAINERS (Write After Approval): Add Martin Galvan. | |
64 | ||
c8f6c93c RM |
65 | 2015-05-29 Roland McGrath <mcgrathr@google.com> |
66 | ||
67 | PR gdb/18464 | |
68 | * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning | |
69 | rather than internal_error for an unrecognized value. | |
70 | ||
8c6a948d MF |
71 | 2015-05-29 Max Filippov <jcmvbkbc@gmail.com> |
72 | ||
73 | * xtensa-tdep.c (xtensa_pseudo_register_read) | |
74 | (xtensa_pseudo_register_write): Don't alias last pseudo register | |
75 | to a1. | |
76 | ||
8dd06f7a DB |
77 | 2015-05-28 Don Breazeal <donb@codesourcery.com> |
78 | ||
79 | * infrun.c (follow_fork_inferior): Ensure the use of | |
80 | process-style ptids (pid,0,0) in verbose/debug "Detaching" | |
81 | messages. | |
82 | ||
a051152b DE |
83 | 2015-05-28 Doug Evans <dje@google.com> |
84 | ||
85 | * dwarf2read.c (record_line_ftype): Remove, duplicate. | |
86 | ||
a56cc1ce YQ |
87 | 2015-05-28 Yao Qi <yao.qi@linaro.org> |
88 | ||
89 | * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove. | |
90 | (arm_linux_fetch_inferior_registers): Use | |
91 | tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers. | |
92 | (arm_linux_store_inferior_registers): Likewise. | |
93 | (arm_linux_read_description): Don't set | |
94 | arm_linux_has_wmmx_registers. | |
95 | * arm-tdep.c (arm_gdbarch_init): Set | |
96 | tdep->have_wmmx_registers according target descriptions. | |
97 | * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New | |
98 | field. | |
99 | ||
330c6ca9 YQ |
100 | 2015-05-28 Yao Qi <yao.qi@linaro.org> |
101 | ||
102 | * arm-linux-nat.c (arm_linux_vfp_register_count): Remove. | |
103 | (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep | |
104 | instead of arm_linux_vfp_register_count. | |
105 | (store_vfp_regs): Likewise. | |
106 | (arm_linux_fetch_inferior_registers): Likewise. | |
107 | (arm_linux_store_inferior_registers): Likewise. | |
108 | (arm_linux_read_description): Don't set | |
109 | arm_linux_vfp_register_count. | |
110 | * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections): | |
111 | Adjust. | |
112 | * arm-tdep.c (arm_gdbarch_init): Add assert on | |
113 | vfp_register_count. | |
114 | * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename | |
115 | field to vfp_register_count. All users updated. | |
116 | ||
d403db27 KH |
117 | 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch) |
118 | ||
119 | * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on | |
120 | ELFOSABI_GNU binaries. | |
121 | ||
d9b3de22 DE |
122 | 2015-05-27 Doug Evans <dje@google.com> |
123 | ||
124 | * dwarf2read.c (lnp_state_machine): New typedef. | |
125 | (lnp_reader_state): New typedef. | |
126 | (dwarf_record_line_1): Renamed from dwarf_record_line. | |
127 | All callers updated. | |
128 | (dwarf_record_line): New function. | |
129 | (init_lnp_state_machine): New function. | |
130 | (check_line_address): Replace p_record_line parameter with state. | |
131 | All callers updated. | |
132 | (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine. | |
133 | Update to record state in lnp_state_machine. | |
134 | ||
924c2928 DE |
135 | 2015-05-27 Doug Evans <dje@google.com> |
136 | ||
137 | * dwarf2read.c (record_line_ftype): New typedef. | |
138 | (check_line_address): New function. | |
139 | (dwarf_decode_lines_1): Call it. | |
140 | ||
27e0867f DE |
141 | 2015-05-27 Doug Evans <dje@google.com> |
142 | ||
143 | * NEWS: Mention "set debug dwarf-line". | |
144 | * dwarf2read.c (dwarf_line_debug): New static global. | |
145 | (add_include_dir): Add debug dwarf-line support. | |
146 | (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto. | |
147 | (_initialize_dwarf2_read): New parameter "debug dwarf-line". | |
148 | ||
4dcabcc2 DE |
149 | 2015-05-27 Doug Evans <dje@google.com> |
150 | ||
151 | * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain". | |
152 | All callers updated. | |
153 | (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto. | |
154 | * cp-support.h (cp_lookup_nested_symbol): Update. | |
155 | ||
b2e2f908 DE |
156 | 2015-05-27 Doug Evans <dje@google.com> |
157 | ||
158 | PR symtab/18258 | |
159 | * block.c (block_find_symbol): New function. | |
160 | (block_find_non_opaque_type): Ditto. | |
161 | (block_find_non_opaque_type_preferred): Ditto. | |
162 | * block.h (block_symbol_matcher_ftype): New typedef. | |
163 | (block_find_symbol): Declare. | |
164 | (block_find_non_opaque_type): Ditto. | |
165 | (block_find_non_opaque_type_preferred): Ditto. | |
166 | * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol. | |
167 | * psymtab.c (psym_lookup_symbol): Ditto. | |
168 | * symtab.c (basic_lookup_transparent_type_1): New function. | |
169 | (basic_lookup_transparent_type): Call it. | |
170 | ||
f62fce35 YQ |
171 | 2015-05-27 Yao Qi <yao.qi@linaro.org> |
172 | ||
173 | * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return | |
174 | AARCH64_RECORD_UNKNOWN for unknown instruction encoding. | |
175 | ||
5d98d3cd YQ |
176 | 2015-05-27 Yao Qi <yao.qi@linaro.org> |
177 | ||
178 | * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines | |
179 | before operator &&. | |
180 | (aarch64_record_load_store): Likewise. | |
181 | ||
82c7be31 DE |
182 | 2015-05-26 Doug Evans <dje@google.com> |
183 | ||
184 | PR c++/18141, c++/18417. | |
185 | * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being | |
186 | a typedef. | |
187 | ||
b4f54984 DE |
188 | 2015-05-26 Doug Evans <dje@google.com> |
189 | ||
190 | * NEWS: Add entries for command renamings. | |
191 | * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug. | |
192 | All uses updated. | |
193 | (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated. | |
194 | (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age. | |
195 | All uses updated. | |
196 | (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age. | |
197 | All callers updated. Fix spelling of DWARF in help text. | |
198 | (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist. | |
199 | All uses updated. | |
200 | (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist. | |
201 | All uses updated. | |
202 | (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated. | |
203 | (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated. | |
204 | (dwarf_always_disassemble): Renamed from dwarf_always_disassemble. | |
205 | All uses updated. | |
206 | (show_dwarf_always_disassemble): Renamed from | |
207 | show_dwarf2_always_disassemble. All callers updated. | |
208 | (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to | |
209 | "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to | |
210 | "set/show dwarf max-cache-age". Rename | |
211 | "set/show dwarf2 always-disassemble" to | |
212 | "set/show dwarf always-disassemble". Rename | |
213 | "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename | |
214 | "set/show debug dwarf2-die" to "set/show debug dwarf-die". | |
215 | ||
4ea6efe9 DE |
216 | 2015-05-26 Doug Evans <dje@google.com> |
217 | ||
218 | PR python/18438 | |
219 | * python/py-lazy-string.c (stpy_convert_to_value): Use | |
220 | gdbpy_gdb_memory_error not PyExc_MemoryError. | |
221 | (gdbpy_create_lazy_string_object): Ditto. | |
222 | ||
b93fd21d AB |
223 | 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com> |
224 | ||
225 | * tui/tui-regs.c (tui_reg_next_command): Compare against NULL. | |
226 | ||
55b40027 AB |
227 | 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com> |
228 | ||
229 | * tui/tui-regs.c (tui_reg_prev_command): New function. | |
230 | (_initialize_tui_regs): Add 'prev' command for 'tui reg'. | |
231 | * reggroups.c (reggroup_prev): New function. | |
232 | * reggroups.h (reggroup_prev): Add declaration. Update comment. | |
233 | ||
99afc88b OJ |
234 | 2015-05-26 Omair Javaid <omair.javaid@linaro.org> |
235 | Yao Qi <yao.qi@linaro.org> | |
236 | ||
237 | * aarch64-linux-tdep.c: Include linux-record.h and | |
238 | record-full.h. | |
239 | (struct linux_record_tdep aarch64_linux_record_tdep): Declare. | |
240 | (aarch64_syscall): New enum. | |
241 | (aarch64_canonicalize_syscall): New function. | |
242 | (aarch64_all_but_pc_registers_record): New function. | |
243 | (aarch64_linux_syscall_record): New function. | |
244 | (aarch64_linux_init_abi): Install AArch64 process record | |
245 | handler. Update to handle syscall recording. | |
246 | * aarch64-tdep.c: Include record.h and record-full.h. | |
247 | (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros. | |
248 | (struct aarch64_mem_r): Define. | |
249 | (aarch64_record_result): New enum. | |
250 | (struct insn_decode_record): Define. | |
251 | (insn_decode_record): New typedef. | |
252 | (aarch64_record_data_proc_reg): New function. | |
253 | (aarch64_record_data_proc_imm): New function. | |
254 | (aarch64_record_branch_except_sys): New function. | |
255 | (aarch64_record_load_store): New function. | |
256 | (aarch64_record_data_proc_simd_fp): New function. | |
257 | (aarch64_record_asimd_load_store): New function. | |
258 | (aarch64_record_decode_insn_handler): New function. | |
259 | (deallocate_reg_mem): New function. | |
260 | (aarch64_process_record): New function. | |
261 | * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>: | |
262 | New field. | |
263 | (aarch64_process_record): New extern declaration. | |
264 | * configure.tgt: Add linux-record.o to gdb_target_obs. | |
265 | * linux-record.h (struct linux_record_tdep) <arg7>: New field. | |
266 | ||
c16a3f52 OJ |
267 | 2015-05-26 Omair Javaid <omair.javaid@linaro.org> |
268 | ||
269 | * NEWS: Add a note on process record-replay support on aarch64*-linux* | |
270 | targets. | |
271 | ||
c9cf6e20 MG |
272 | 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com> |
273 | ||
274 | * amd64-tdep.c: Replace in_function_epilogue_p with | |
275 | stack_frame_destroyed_p throughout. | |
276 | * arch-utils.c: Ditto. | |
277 | * arch-utils.h: Ditto. | |
278 | * arm-tdep.c: Ditto. | |
279 | * breakpoint.c: Ditto. | |
280 | * gdbarch.sh: Ditto. | |
281 | * hppa-tdep.c: Ditto. | |
282 | * i386-tdep.c: Ditto. | |
283 | * mips-tdep.c: Ditto. | |
284 | * nios2-tdep.c: Ditto. | |
285 | * rs6000-tdep.c: Ditto. | |
286 | * s390-linux-tdep.c: Ditto. | |
287 | * score-tdep.c: Ditto. | |
288 | * sh-tdep.c: Ditto. | |
289 | * sparc-tdep.c: Ditto. | |
290 | * sparc-tdep.h: Ditto. | |
291 | * sparc64-tdep.c: Ditto. | |
292 | * spu-tdep.c: Ditto. | |
293 | * tic6x-tdep.c: Ditto. | |
294 | * tilegx-tdep.c: Ditto. | |
295 | * xstormy16-tdep.c: Ditto. | |
296 | * gdbarch.c, gdbarch.h: Re-generated. | |
297 | ||
a4ea0946 AB |
298 | 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com> |
299 | ||
300 | * NEWS: Mention 'tui enable' and 'tui disable'. | |
301 | * tui/tui.c (tui_enable_command): New function. | |
302 | (tui_disable_command): New function. | |
303 | (_initialize_tui): New function. | |
304 | ||
b75c69bb AB |
305 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
306 | ||
307 | * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0. | |
308 | ||
c1b009ee AB |
309 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
310 | ||
311 | * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure | |
312 | buf_ptr is freed. | |
313 | ||
880d1e40 AB |
314 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
315 | ||
316 | * tui/tui-layout.c (tui_layout_command): Move call to tui_enable | |
317 | into ... | |
318 | (tui_set_layout_for_display_command): ...here, before calling | |
319 | tui_set_layout. Only set the layout if gdb has not already | |
320 | entered the TUI_FAILURE state. | |
321 | ||
a0145030 AB |
322 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
323 | ||
324 | * tui/tui-layout.c (layout_completer): New function. | |
325 | (_initialize_tui_layout): Set completer on layout command. | |
326 | ||
7bd0be3a AB |
327 | 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com> |
328 | ||
329 | * tui/tui-layout.c (tui_set_layout): Remove | |
330 | tui_register_display_type parameter. Remove all checking of this | |
331 | parameter, and reindent function. Update header comment. | |
332 | (tui_set_layout_for_display_command): Rename to... | |
333 | (tui_set_layout_by_name): ...this, and don't check for different | |
334 | register class types, don't pass a tui_register_display_type to | |
335 | tui_set_layout. Update header comment. | |
336 | (layout_names): Remove register set specific names. | |
337 | * tui/tui-layout.h (tui_set_layout): Remove | |
338 | tui_register_display_type parameter. | |
339 | * tui/tui.c (tui_rl_change_windows): Don't pass a | |
340 | tui_register_display_type to tui_set_layout. | |
341 | (tui_rl_delete_other_windows): Likewise. | |
342 | (tui_enable): Likewise. | |
343 | * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove. | |
344 | (TUI_FLOAT_REGS_NAME_LOWER): Remove. | |
345 | (TUI_GENERAL_REGS_NAME): Remove. | |
346 | (TUI_GENERAL_REGS_NAME_LOWER): Remove. | |
347 | (TUI_SPECIAL_REGS_NAME): Remove. | |
348 | (TUI_SPECIAL_REGS_NAME_LOWER): Remove. | |
349 | (TUI_GENERAL_SPECIAL_REGS_NAME): Remove. | |
350 | (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove. | |
351 | (enum tui_register_display_type): Remove. | |
352 | (struct tui_layout_def): Remove regs_display_type and | |
353 | float_regs_display_type fields. | |
354 | (struct tui_data_info): Remove regs_display_type field. | |
355 | (tui_layout_command): Use new name for | |
356 | tui_set_layout_for_display_command. | |
357 | * tui/tui-data.c (layout_def): Don't initialise removed fields. | |
358 | (tui_clear_win_detail): Don't initialise removed fields of | |
359 | win_info. | |
360 | * tui/tui-regs.c (tui_show_registers): Use new name for | |
361 | tui_set_layout_for_display_command. | |
362 | * tui/tui.h (tui_set_layout_for_display_command): Rename | |
363 | declaration to... | |
364 | (tui_set_layout_by_name): ...this. | |
365 | * printcmd.c (display_command): Remove tui related layout call, | |
366 | and reindent. | |
367 | ||
0b6e5e10 JB |
368 | 2015-05-20 Joel Brobecker <brobecker@adacore.com> |
369 | ||
370 | * infrun.c (handle_inferior_event_1): Renames handle_inferior_event. | |
371 | (handle_inferior_event): New function. | |
372 | ||
1da0522e JB |
373 | 2015-05-20 Joel Brobecker <brobecker@adacore.com> |
374 | ||
375 | * ada-lang.c (to_fixed_array_type): Rename local variable | |
376 | typename into type_name. | |
377 | ||
5fe75eec JK |
378 | 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
379 | ||
380 | Fix ASAN crash for gdb.compile/compile.exp. | |
381 | * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME. | |
382 | ||
a4063588 JK |
383 | 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com> |
384 | ||
385 | * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol) | |
386 | (gcc_symbol_address): Change gdb_stdout to gdb_stdlog. | |
387 | * compile/compile-object-load.c (setup_sections, compile_object_load): | |
388 | Likewise. | |
389 | * compile/compile.c (compile_to_object): Likewise. | |
390 | ||
37442ce1 DE |
391 | 2015-05-16 Doug Evans <xdje42@gmail.com> |
392 | ||
393 | * NEWS: Mention support for unbuffered Guile memory ports. | |
394 | * scm-ports.c (ioscm_memory_port): Update comments on end, size. | |
395 | (ioscm_lseek_address): Improve overflow calculation. | |
396 | (gdbscm_memory_port_fill_input): Add assert. | |
397 | (gdbscm_memory_port_write): Handle unbuffered ports. | |
398 | Handle large writes identical to Guile's fport_write. | |
399 | (gdbscm_memory_port_seek): Fix seeking past end check. | |
400 | (gdbscm_memory_port_close): Handle closing unbuffered port. | |
401 | (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports. | |
402 | (ioscm_init_memory_port): Handle unbuffered ports. | |
403 | (ioscm_reinit_memory_port): Ditto. | |
404 | (ioscm_init_memory_port): Update size calculation. | |
405 | (gdbscm_open_memory): Support zero sized ports. | |
406 | ||
d976bace JK |
407 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
408 | ||
409 | * compile/compile-object-load.c (get_out_value_type): Fix uninitialized | |
410 | variable compiler warnings. | |
411 | ||
4d18dfad JK |
412 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
413 | ||
414 | * compile/compile-object-load.c (get_out_value_type): Fix returned type. | |
415 | ||
36de76f9 JK |
416 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
417 | Phil Muldoon <pmuldoon@redhat.com> | |
418 | ||
419 | * NEWS (Changes since GDB 7.9): Add compile print. | |
420 | * compile/compile-c-support.c (add_code_header, add_code_footer) | |
421 | (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and | |
422 | COMPILE_I_PRINT_VALUE_SCOPE. | |
423 | * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE) | |
424 | (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE): | |
425 | New. | |
426 | * compile/compile-object-load.c: Include block.h. | |
427 | (get_out_value_type): New function. | |
428 | (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and | |
429 | COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and | |
430 | OUT_VALUE_TYPE. | |
431 | * compile/compile-object-load.h (struct compile_module): Add fields | |
432 | out_value_addr and out_value_type. | |
433 | * compile/compile-object-run.c: Include valprint.h and compile.h. | |
434 | (struct do_module_cleanup): Add fields out_value_addr and | |
435 | out_value_type. | |
436 | (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and | |
437 | COMPILE_I_PRINT_VALUE_SCOPE. | |
438 | (compile_object_run): Propagate out_value_addr and out_value_type. | |
439 | Pass OUT_VALUE_ADDR. | |
440 | * compile/compile.c: Include valprint.h. | |
441 | (compile_print_value, compile_print_command): New functions. | |
442 | (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE. | |
443 | (_initialize_compile): Update compile code help text. Install | |
444 | compile_print_command. | |
445 | * compile/compile.h (compile_print_value): New prototype. | |
446 | * defs.h (enum compile_i_scope_types): Add | |
447 | COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE. | |
448 | ||
83d3415e JK |
449 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
450 | ||
451 | * compile/compile-object-load.c (get_regs_type): Add parameter func_sym. | |
452 | Rely on its parameter count. | |
453 | (compile_object_load): Replace lookup_minimal_symbol_text by | |
454 | lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the | |
455 | return value. | |
456 | * compile/compile-object-load.h (struct compile_module): Replace | |
457 | func_addr by func_sym. | |
458 | * compile/compile-object-run.c: Include block.h. | |
459 | (compile_object_run): Reset module variable after it is freed. Use | |
460 | FUNC_SYM instead of FUNC_ADDR. Rely on it. | |
461 | ||
3a9558c4 JK |
462 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
463 | ||
464 | * compile/compile-c-support.c (print_one_macro): Use #ifndef. | |
465 | (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR. | |
466 | (c_compute_program): Call generate_register_struct after typedefs. | |
467 | * compile/compile-loc2c.c (push, pushf_register_address) | |
468 | (pushf_register): Cast to GCC_UINTPTR. | |
469 | (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after | |
470 | type. Use GCC_UINTPTR instead of void *. Remove excessive cast. | |
471 | (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *. | |
472 | * compile/compile.c (_initialize_compile): Enable warnings for | |
473 | COMPILE_ARGS. | |
474 | ||
5c65b58a JK |
475 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
476 | ||
477 | * cli/cli-script.c (execute_control_command): Update | |
478 | eval_compile_command caller. | |
479 | * compile/compile-object-load.c (compile_object_load): Add parameters | |
480 | scope and scope_data. Set them. | |
481 | * compile/compile-object-load.h (struct compile_module): Add fields | |
482 | scope and scope_data. | |
483 | (compile_object_load): Add parameters scope and scope_data. | |
484 | * compile/compile-object-run.c (struct do_module_cleanup): Add fields | |
485 | scope and scope_data. | |
486 | (compile_object_run): Propagate the fields scope and scope_data. | |
487 | * compile/compile.c (compile_file_command, compile_code_command): | |
488 | Update eval_compile_command callers. | |
489 | (eval_compile_command): Add parameter scope_data. Pass it plus scope. | |
490 | * compile/compile.h (eval_compile_command): Add parameter scope_data. | |
491 | * defs.h (struct command_line): Add field scope_data. | |
492 | ||
1c88ceb1 JK |
493 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
494 | ||
495 | * printcmd.c (struct format_data): Move it to valprint.h. | |
496 | (print_command_parse_format, print_value): New functions from ... | |
497 | (print_command_1): ... here. Call them. | |
498 | * valprint.h (struct format_data): Move it here from printcmd.c. | |
499 | (print_command_parse_format, print_value): New declarations. | |
500 | ||
0b738f27 JK |
501 | 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
502 | ||
503 | * compile/compile-object-load.c (compile_object_load): Add | |
504 | COMPILE_DEBUG message. | |
505 | ||
aa715135 JG |
506 | 2015-05-15 Jerome Guitton <guitton@adacore.com> |
507 | ||
508 | * ada-lang.c (ada_value_ptr_subscript): Use enum position of | |
509 | index to get element instead of enum value. | |
510 | (ada_value_slice_from_ptr, ada_value_slice): Use enum position | |
511 | of index to compute length, but enum values to compute bounds. | |
512 | (ada_array_length): Use enum position of index instead of enum value. | |
513 | (pos_atr): Move position computation to... | |
514 | (ada_evaluate_subexp): Use enum values to compute bounds. | |
515 | * gdbtypes.c (discrete_position): ...this new function. | |
516 | * gdbtypes.h (discrete_position): New function declaration. | |
517 | * valprint.c (val_print_array_elements): Call discrete_position | |
518 | to handle array indexed by non-contiguous enumeration types. | |
519 | ||
931e5bc3 JG |
520 | 2015-05-15 Jerome Guitton <guitton@adacore.com> |
521 | ||
522 | * ada-lang.c (find_parallel_type_by_descriptive_type): | |
523 | Go through typedefs during lookup. | |
524 | (to_fixed_array_type): Add support for non-bit packed arrays | |
525 | as variable-length fields. | |
526 | ||
4e63d0ac PA |
527 | 2015-05-15 Pedro Alves <palves@redhat.com> |
528 | Simon Marchi <simon.marchi@ericsson.com> | |
529 | ||
530 | * event-loop.c (gdb_notifier) <next_file_handler, | |
531 | next_poll_fds_index>: New fields. | |
532 | (get_next_file_handler_to_handle_and_advance): New function. | |
533 | (delete_file_handler): If deleting the next file handler to | |
534 | handle, advance to the next file handler. | |
535 | (gdb_wait_for_event): Bail early if no event fired. Poll file | |
536 | handlers in round-robin fashion. | |
537 | ||
52e48b36 PA |
538 | 2015-05-15 Pedro Alves <palves@redhat.com> |
539 | ||
540 | * linux-tdep.c (linux_find_memory_regions_full): Rename local | |
541 | 'private' to 'priv'. | |
542 | ||
2465e12e PA |
543 | 2015-05-15 Pedro Alves <palves@redhat.com> |
544 | ||
545 | * nat/linux-nat.h: Include "target/waitstatus.h". | |
546 | ||
13fa0398 YZ |
547 | 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com> |
548 | ||
549 | * python/py-unwind.c (struct reg_info): Move out of ... | |
550 | (struct cached_frame_info): ... this scope. | |
551 | (pending_frame_object_type, unwind_info_object_type): Make extern. | |
552 | ||
9cd4d857 JB |
553 | 2015-05-15 Joel Brobecker <brobecker@adacore.com> |
554 | ||
555 | * ada-lang.c (ada_value_primitive_packed_val): Make sure | |
556 | accumSize is never negative. | |
557 | ||
e3555239 PP |
558 | 2015-05-14 Patrick Palka <patrick@parcs.ath.cx> |
559 | ||
560 | * tui/tui-command.c: Remove include of <ctype.h>. | |
561 | (tui_dispatch_ctrl_char): Remove workaround for xterm terminals. | |
562 | ||
08a76f8a MG |
563 | 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com> |
564 | ||
565 | * dwarf2read.c (die_needs_namespace): Return 1 for | |
566 | DW_TAG_inlined_subroutine. | |
567 | ||
bd49952b JK |
568 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
569 | ||
570 | * regcache.c (regcache_cpy_no_passthrough): New declaration. | |
571 | (regcache_cpy_no_passthrough): Make it static, add function comment. | |
572 | * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment. | |
573 | (regcache_cpy_no_passthrough): Remove declaration. | |
574 | ||
46c03469 JK |
575 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
576 | ||
577 | * gdbthread.h (struct thread_control_state): Update comment for | |
578 | proceed_to_finish. | |
579 | * infcall.c (run_inferior_call): Update comment about | |
580 | proceed_to_finish. | |
581 | * infcmd.c (get_return_value): Update comment about stop_registers. | |
582 | (finish_forward): Update comment about proceed_to_finish. | |
583 | * infrun.c (stop_registers): Remove. | |
584 | (clear_proceed_status, normal_stop): Remove stop_registers handling. | |
585 | * infrun.h (stop_registers): Remove. | |
586 | ||
8a6c4031 JK |
587 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
588 | ||
589 | * infcall.c (struct dummy_frame_context_saver) | |
590 | (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor) | |
591 | (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup) | |
592 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup): | |
593 | New. | |
594 | (call_function_by_hand_dummy): Move discard_cleanups of | |
595 | inf_status_cleanup before dummy_frame_push. Call | |
596 | dummy_frame_context_saver_setup and prepare context_saver_cleanup. | |
597 | Use dummy_frame_context_saver_get_regs instead of stop_registers. | |
598 | * infcall.h (struct dummy_frame_context_saver) | |
599 | (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup) | |
600 | (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup): | |
601 | New declarations. | |
602 | * infcmd.c: Include infcall.h. | |
603 | (get_return_value): Add parameter ctx_saver, use it instead of | |
604 | stop_registers. | |
605 | (print_return_value): Add parameter ctx_saver, pass it. | |
606 | (struct finish_command_continuation_args): Add field ctx_saver. | |
607 | (finish_command_continuation): Update print_return_value caller. | |
608 | (finish_command_continuation_free_arg): Free also ctx_saver. | |
609 | (finish_forward): Call dummy_frame_context_saver_setup. | |
610 | * inferior.h (struct dummy_frame_context_saver): New declaration. | |
611 | (get_return_value): Add parameter ctx_saver. | |
612 | * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update | |
613 | get_return_value caller. | |
614 | ||
10989690 JK |
615 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
616 | ||
617 | * dummy-frame.c (struct dummy_frame_dtor_list): New. | |
618 | (struct dummy_frame): Replace dtor and dtor_data by dtor_list. | |
619 | (remove_dummy_frame): Process dtor_list. | |
620 | (pop_dummy_frame): Process dtor_list. | |
621 | (register_dummy_frame_dtor): Maintain dtor_list. | |
622 | (find_dummy_frame_dtor): Handle dtor_list. | |
623 | * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor): | |
624 | Update comments. | |
625 | ||
5e970501 JK |
626 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> |
627 | ||
628 | * compile/compile-object-run.c (do_module_cleanup): Add parameter | |
629 | registers_valid. | |
630 | (compile_object_run): Update do_module_cleanup caller. | |
631 | * dummy-frame.c: Include infcall.h. | |
632 | (struct dummy_frame): Update dtor comment. | |
633 | (remove_dummy_frame): Call dtor. | |
634 | (pop_dummy_frame): Update dtor caller. | |
635 | * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter | |
636 | registers_valid. | |
637 | ||
1c4eb778 JB |
638 | 2015-05-13 Joel Brobecker <brobecker@adacore.com> |
639 | ||
640 | GDB 7.9.1 released. | |
641 | ||
f5f85ab9 JB |
642 | 2015-05-13 Joel Brobecker <brobecker@adacore.com> |
643 | ||
644 | * NEWS: Create "Changes in GDB 7.9.1" section. Move news about | |
645 | Xmethods now being able to specify a result type to that new | |
646 | sectioin. | |
647 | ||
242cd84c PP |
648 | 2015-05-13 Patrick Palka <patrick@parcs.ath.cx> |
649 | ||
650 | * tui/tui-win.c (tui_async_resize_screen): Clear win_resized | |
651 | first before resizing the window. | |
e3555239 | 652 | * tui/tui.c (tui_enable): Likewise. |
242cd84c PP |
653 | |
654 | 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com> | |
558e5469 JK |
655 | |
656 | * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor. | |
657 | * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment. | |
658 | * infcall.c (call_function_by_hand_dummy): Use proper typedef for | |
659 | dummy_dtor parameter. | |
660 | * infcall.h: Include dummy-frame.h. | |
661 | (call_function_by_hand_dummy_dtor_ftype): Remove. | |
662 | (call_function_by_hand_dummy): Use proper typedef for dummy_dtor | |
663 | parameter. | |
664 | ||
ebfd00d2 PP |
665 | 2015-05-13 Patrick Palka <patrick@parcs.ath.cx> |
666 | ||
667 | PR gdb/17820 | |
668 | * top.c (history_size_setshow_var): Change type to signed. | |
669 | Initialize to -2. Update documentation. | |
670 | (set_readline_history_size): Define. | |
671 | (set_history_size_command): Use it. Remove logic for handling | |
672 | out-of-range sizes. | |
673 | (init_history): Use set_readline_history_size(). Test for a | |
674 | value of -2 instead of 0 when determining whether to set a | |
675 | default history size. | |
676 | (init_main): Decode the argument of the "size" command as a | |
677 | zuinteger_unlimited. | |
678 | ||
83769d0b DE |
679 | 2015-05-12 Doug Evans <dje@google.com> |
680 | ||
681 | * dwarf2read.c (struct file_entry): Tweak comments. | |
682 | (get_debug_line_section): Tweak comments. | |
683 | ||
0d71eef5 DB |
684 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
685 | ||
686 | * NEWS: Announce fork support in the RSP and support | |
687 | for fork debugging in extended mode. | |
688 | ||
cbb8991c DB |
689 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
690 | ||
691 | * remote.c (remote_insert_fork_catchpoint): New function. | |
692 | (remote_remove_fork_catchpoint): New function. | |
693 | (remote_insert_vfork_catchpoint): New function. | |
694 | (remote_remove_vfork_catchpoint): New function. | |
695 | (pending_fork_parent_callback): New function. | |
696 | (remove_new_fork_child): New function. | |
697 | (remote_update_thread_list): Call remote_notif_get_pending_events | |
698 | and remove_new_fork_child. | |
699 | (extended_remote_kill): Kill fork child when killing the | |
700 | parent before follow_fork completes. | |
701 | (init_extended_remote_ops): Initialize target vector with | |
702 | new fork catchpoint functions. | |
703 | ||
c269dbdb DB |
704 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
705 | ||
706 | * remote.c (remove_vfork_event_p): New function. | |
707 | (remote_follow_fork): Add vfork event type to event checking. | |
708 | (remote_parse_stop_reply): New stop reasons "vfork" and | |
709 | "vforkdone" for RSP 'T' Stop Reply Packet. | |
710 | ||
de0d863e DB |
711 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
712 | ||
713 | * linux-nat.c (linux_nat_ptrace_options): New function. | |
714 | (linux_init_ptrace, wait_lwp, linux_nat_filter_event): | |
715 | Call linux_nat_ptrace_options and use different argument to | |
716 | linux_enable_event_reporting. | |
717 | (_initialize_linux_nat): Delete call to | |
718 | linux_ptrace_set_additional_flags. | |
c8f6c93c | 719 | * nat/linux-ptrace.c (current_ptrace_options): Rename to |
de0d863e DB |
720 | supported_ptrace_options. |
721 | (additional_flags): Delete variable. | |
722 | (linux_check_ptrace_features): Use supported_ptrace_options. | |
723 | (linux_test_for_tracesysgood, linux_test_for_tracefork): | |
724 | Likewise, and remove additional_flags check. | |
725 | (linux_enable_event_reporting): Change 'attached' argument to | |
726 | 'options'. Use supported_ptrace_options. | |
c8f6c93c | 727 | (ptrace_supports_feature): Change comment. Use |
de0d863e DB |
728 | supported_ptrace_options. |
729 | (linux_ptrace_set_additional_flags): Delete function. | |
730 | * nat/linux-ptrace.h (linux_ptrace_set_additional_flags): | |
731 | Delete function prototype. | |
732 | * remote.c (remote_fork_event_p): New function. | |
733 | (remote_detach_pid): New function. | |
734 | (remote_detach_1): Call remote_detach_pid, don't mourn inferior | |
735 | if doing detach-on-fork. | |
736 | (remote_follow_fork): New function. | |
737 | (remote_parse_stop_reply): Handle new "T" stop reason "fork". | |
738 | (remote_pid_to_str): Print "process" strings for pid/0/0 ptids. | |
739 | (init_extended_remote_ops): Initialize to_follow_fork. | |
740 | ||
89245bc0 DB |
741 | 2015-05-12 Don Breazeal <donb@codesourcery.com> |
742 | ||
743 | * nat/linux-ptrace.c (linux_check_ptrace_features): Change | |
744 | from static to extern. | |
745 | * nat/linux-ptrace.h (linux_check_ptrace_features): Declare. | |
746 | * remote.c (anonymous enum): <PACKET_fork_event_feature, | |
747 | * PACKET_vfork_event_feature>: New enumeration constants. | |
748 | (remote_protocol_features): Add table entries for new packets. | |
749 | (remote_query_supported): Add new feature queries to qSupported | |
750 | packet. | |
751 | ||
835205d0 GB |
752 | 2015-05-12 Gary Benson <gbenson@redhat.com> |
753 | ||
754 | * remote.c (remote_add_inferior): Call exec_file_locate_attach | |
755 | for fake PIDs as well as real ones. | |
756 | (remote_pid_to_exec_file): Send empty annex if PID is fake. | |
757 | ||
4c082a81 SC |
758 | 2015-05-09 Siva Chandra Reddy <sivachandra@google.com> |
759 | ||
760 | * NEWS (Python Scripting): Mention the new gdb.Value methods. | |
761 | * python/py-value.c (valpy_reference_value): New function. | |
762 | (valpy_const_value): Likewise. | |
763 | (value_object_methods): Add new methods. | |
764 | * value.c (make_cv_value): New function. | |
765 | * value.h (make_cv_value): Declare. | |
766 | ||
afa6c9ab SL |
767 | 2015-05-08 Yao Qi <yao@codesourcery.com> |
768 | Sandra Loosemore <sandra@codesourcery.com> | |
769 | ||
770 | * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check | |
771 | to 'lh->include_dirs' before accessing to it. | |
772 | (psymtab_include_file_name): Likewise. | |
773 | (dwarf_decode_lines_1): Likewise. | |
774 | (dwarf_decode_lines): Likewise. | |
775 | (file_file_name): Likewise. | |
776 | ||
35d54293 SL |
777 | 2015-05-08 Sandra Loosemore <sandra@codesourcery.com> |
778 | ||
779 | * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define. | |
780 | (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define. | |
781 | (nios2_linux_rt_sigreturn_init): Adjust base address of | |
782 | register save area. | |
783 | ||
b73c49b7 SL |
784 | 2015-05-08 Sandra Loosemore <sandra@codesourcery.com> |
785 | ||
786 | * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using | |
787 | "trap 31" as the breakpoint instruction on all targets. | |
788 | ||
dd9f02a0 JK |
789 | 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com> |
790 | ||
791 | * infcmd.c (print_return_value): Remove unused declaration. | |
792 | ||
6ad395a7 JB |
793 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
794 | ||
795 | * dwarf2read.c (attr_to_dynamic_prop) | |
796 | <DW_AT_data_member_location>: Use read_type_die isntead of | |
797 | get_die_type. | |
798 | ||
8344af1e JB |
799 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
800 | ||
801 | * ada-lang.c (ada_convert_actual): Add handling of formals | |
802 | passed inside an aligner type. | |
803 | ||
80b0912b JB |
804 | 2015-05-08 Joel Brobecker <brobecker@adacore.com> |
805 | ||
806 | * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries. | |
807 | ||
df2eb078 SC |
808 | 2015-05-08 Siva Chandra Reddy <sivachandra@google.com> |
809 | ||
810 | PR python/18291 | |
811 | * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo. | |
812 | Print xmethod matcher status. | |
813 | ||
2492f0d0 AA |
814 | 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com> |
815 | ||
816 | * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA | |
817 | register in the regcache when treating the PSWM register, and vice | |
818 | versa. | |
819 | ||
1c56a84d GB |
820 | 2015-05-07 Gary Benson <gbenson@redhat.com> |
821 | ||
822 | * linux-thread-db.c (struct thread_db_info) | |
823 | <td_ta_map_id2thr_p>: Remove field. | |
824 | (try_thread_db_load_1): Remove initialization for the above. | |
825 | ||
74850322 GB |
826 | 2015-05-07 Gary Benson <gbenson@redhat.com> |
827 | ||
828 | * linux-thread-db.c (struct thread_db_info) | |
829 | <td_thr_validate_p>: Remove field. | |
830 | (try_thread_db_load_1): Remove initialization for the above. | |
831 | ||
e26efa40 JK |
832 | 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
833 | ||
834 | * compile/compile-object-load.c (compile_object_load): Support | |
835 | mst_text_gnu_ifunc. | |
836 | ||
851c9091 JK |
837 | 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com> |
838 | ||
839 | * compile/compile.c (compile_to_object): Make the cmd_string parameter | |
840 | const. Use new variables for the const compatibility. | |
841 | (eval_compile_command): Make the cmd_string parameter const. | |
842 | * compile/compile.h (eval_compile_command): Make the cmd_string | |
843 | parameter const. | |
844 | ||
f218b647 JB |
845 | 2015-05-06 Joel Brobecker <brobecker@adacore.com> |
846 | ||
847 | * defs.h (deprecated_init_ui_hook): Delete. Remove associated | |
848 | comment. | |
849 | * top.c (deprecated_init_ui_hook): Delete. | |
850 | (gdb_init): Remove handling of deprecated_init_ui_hook. | |
851 | * interps.c (clear_interpreter_hooks): Remove handling of | |
852 | deprecated_init_ui_hook. | |
853 | * main.c (captured_main): Update comment. | |
854 | ||
b30a0bc3 JB |
855 | 2015-05-06 Joel Brobecker <brobecker@adacore.com> |
856 | ||
857 | * solib.c (_initialize_solib): Add "info dll" alias creation. | |
858 | * windows-nat.c (set_windows_aliases): Delete. | |
859 | (_initialize_windows_nat): Remove deprecated_init_ui_hook | |
860 | assignment. | |
861 | * NEWS: Add news entry about "info dll" now being available | |
862 | on all platforms. | |
863 | ||
7c512744 JB |
864 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
865 | ||
866 | * ada-lang.c (value_assign_to_component): Reformat and improve | |
867 | documentation. Remove all trailing spaces. | |
868 | ||
0fa7fe50 JB |
869 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
870 | ||
871 | * inline-frame.c (inline_frame_sniffer, skip_inline_frames): | |
872 | Stop counting inlined frames as soon as an out-of-line function | |
873 | is found. | |
874 | ||
3ea89b92 PMR |
875 | 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com> |
876 | ||
877 | * dwarf2read.c (inherit_abstract_dies): Skip | |
878 | DW_TAG_GNU_call_site dies while inheriting children of an | |
879 | abstract DIE into a scope. | |
880 | (read_lexical_block_scope): Inherit abstract DIE's for | |
881 | lexical scopes. | |
882 | ||
2478d075 JB |
883 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
884 | ||
885 | * ada-valprint.c (val_print_packed_array_elements): Delete | |
886 | variable "len". Add a type-length check when comparing two | |
887 | consecutive elements of the array. Use the element's actual | |
888 | length in call to value_contents_eq. | |
889 | * ada-lang.c (ada_value_primitive_packed_val): Always return | |
890 | a value whose type has been resolved. | |
891 | ||
fc958966 JB |
892 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
893 | ||
894 | * ada-lang.c (ada_value_primitive_packed_val): Recompute | |
895 | BIT_SIZE and LEN if the size of the resolved type is smaller | |
896 | than BIT_SIZE * HOST_CHAR_BIT. | |
897 | ||
ca34b84f JB |
898 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
899 | ||
900 | * ada-lang.c (ada_value_primitive_packed_val): Use a more | |
901 | correct address in call to value_at. Adjust call to | |
902 | value_address accordingly. | |
903 | ||
62c67f3c JB |
904 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
905 | ||
906 | * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying | |
907 | to print it. | |
908 | ||
c3345124 JB |
909 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
910 | ||
911 | * dwarf2loc.h (struct property_addr_info): Add "valaddr" field. | |
912 | * dwarf2loc.c (dwarf2_evaluate_property): Add handling of | |
913 | pinfo->valaddr. | |
914 | * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter. | |
915 | * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr. | |
916 | (resolve_dynamic_type_internal): Set pinfo.valaddr. | |
917 | Add handling of addr_stack->valaddr. | |
918 | (resolve_dynamic_type): Add "valaddr" parameter. | |
919 | Set pinfo.valaddr field. | |
920 | * ada-lang.c (ada_discrete_type_high_bound): Update call to | |
921 | resolve_dynamic_type. | |
922 | (ada_discrete_type_low_bound): Likewise. | |
923 | * findvar.c (default_read_var_value): Likewise. | |
924 | * value.c (value_from_contents_and_address): Likewise. | |
925 | ||
75ea5859 JB |
926 | 2015-05-05 Joel Brobecker <brobecker@adacore.com> |
927 | ||
928 | * gdbtypes.c (resolve_dynamic_array): Use | |
929 | create_array_type_with_stride instead of create_array_type. | |
930 | ||
0952813b DD |
931 | 2015-04-30 DJ Delorie <dj@redhat.com> |
932 | ||
933 | * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to | |
934 | rl78_decode_opcode | |
935 | ||
2ce1cdbf DE |
936 | 2015-04-29 Doug Evans <dje@google.com> |
937 | ||
938 | PR python/18285 | |
939 | * NEWS: Document new gdb.XMethodWorker.get_result_type method. | |
940 | * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle | |
941 | EVAL_AVOID_SIDE_EFFECTS for xmethods. | |
942 | * extension-priv.h (struct extension_language_ops) | |
943 | <get_xmethod_result_type>: New member. | |
944 | * extension.c (get_xmethod_result_type): New function. | |
945 | * extension.h (get_xmethod_result_type): Declare. | |
946 | * python/py-xmethods.c (get_result_type_method_name): New static | |
947 | global. | |
948 | (py_get_result_type_method_name): Ditto. | |
949 | (gdbpy_get_xmethod_result_type): New function. | |
950 | (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name. | |
951 | * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare. | |
952 | * python/python.c (python_extension_ops): Add | |
953 | gdbpy_get_xmethod_result_type. | |
954 | * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type. | |
955 | * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for | |
956 | xmethods. | |
957 | (value_x_unop): Ditto. | |
958 | * value.c (result_type_of_xmethod): New function. | |
959 | * value.h (result_type_of_xmethod): Declare. | |
960 | ||
998d2a3e GB |
961 | 2015-04-29 Gary Benson <gbenson@redhat.com> |
962 | ||
963 | * solib.c (solib_find_1): Allow fd argument to be NULL. | |
964 | (exec_file_find): Update comment. | |
965 | (solib_find): Likewise. | |
966 | * exec.c (exec_file_locate_attach): Use NULL as fd | |
967 | argument to exec_file_find to avoid having to close | |
968 | the opened file. | |
969 | * infrun.c (follow_exec): Likewise. | |
970 | ||
34f5f757 DE |
971 | 2015-04-28 Doug Evans <dje@google.com> |
972 | ||
973 | PR python/18299 | |
974 | * python/lib/gdb/printing.py (register_pretty_printer): Handle | |
975 | name or __name__ attributes. Handle gdb module as first argument. | |
976 | ||
69b4374a DE |
977 | 2015-04-28 Doug Evans <dje@google.com> |
978 | ||
979 | PR python/18089 | |
980 | * python/py-prettyprint.c (print_children): Verify result of children | |
981 | iterator. Provide better error message. | |
982 | * python/python-internal..h (gdbpy_print_python_errors_p): Declare. | |
983 | * python/python.c (gdbpy_print_python_errors_p): New function. | |
984 | ||
5e7cf078 DE |
985 | 2015-04-28 Doug Evans <dje@google.com> |
986 | ||
987 | * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment. | |
988 | ||
59fb7612 SS |
989 | 2015-04-28 Sasha Smundak <asmundak@google.com> |
990 | ||
991 | * NEWS: Mention gdb.Type.optimized_out method. | |
992 | * python/py-type.c (typy_optimized_out): New function. | |
993 | ||
cea6e4f1 JB |
994 | 2015-04-28 John Baldwin <jhb@FreeBSD.org> |
995 | ||
996 | * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>. | |
997 | ||
24b73f8e PP |
998 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
999 | ||
1000 | * utils.c (init_page_info): Set rl_catch_sigwinch to zero. | |
1001 | (initialize_utils): Move call of init_page_info() to ... | |
1002 | * top.c (gdb_init): ... here. | |
1003 | ||
a88d0bb3 PP |
1004 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
1005 | ||
1006 | * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment. | |
1007 | (tui_sigwinch_handler): Still update our idea of | |
1008 | the terminal's width and height even when TUI is not active. | |
1009 | ||
d6e5e7f7 PP |
1010 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
1011 | ||
1012 | * utils.h (set_screen_width_and_height): Declare. | |
1013 | * utils.c (set_screen_width_and_height): Define. | |
1014 | * tui/tui-win.c (tui_update_gdb_sizes): Use it. | |
1015 | ||
ff862be4 GB |
1016 | 2015-04-28 Gary Benson <gbenson@redhat.com> |
1017 | ||
1018 | * infrun.c (solist.h): New include. | |
1019 | (follow_exec): Use exec_file_find to prefix execd_pathname | |
1020 | with gdb_sysroot. | |
1021 | ||
2eb639cb PP |
1022 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
1023 | ||
1024 | * tui/tui-source.c (tui_set_source_content): Avoid calling | |
1025 | strcpy() when offset is 0. | |
1026 | ||
97206799 PP |
1027 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
1028 | ||
1029 | PR gdb/18155 | |
1030 | * tui/tui-data.c (tui_free_window): Don't free the locator | |
1031 | window when passed an SRC_WIN or a DISASSEM_WIN. | |
1032 | ||
63ed8182 PP |
1033 | 2015-04-28 Patrick Palka <patrick@parcs.ath.cx> |
1034 | ||
1035 | * tui/tui-data.h (struct tui_win_element): Forward-declare. | |
1036 | (tui_win_content): Move declaration. | |
1037 | (struct tui_gen_win_info): Give 'content' field the | |
1038 | type tui_win_content. | |
1039 | * tui/tui-data.c (init_content_element): Remove redundant and | |
1040 | erroneous casts. | |
1041 | (tui_add_content_elements): Remove erroneous cast. | |
1042 | * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant | |
1043 | casts. | |
1044 | (tui_get_begin_asm_address): Likewise. | |
1045 | * tui/tui-regs.c (tui_show_registers): Likewise. | |
1046 | (tui_show_register_group): Likewise. | |
1047 | (tui_display_registers_from): Likewise. | |
1048 | (tui_check_register_values): Likewise. | |
1049 | * tui/tui-source.c (tui_set_source_content): Likewise. | |
1050 | (tui_set_source_content_nil): Likewise. | |
1051 | (tui_source_is_displayed): Likewise. | |
1052 | * tui/tui-stack.c (tui_show_locator_content): Likewise. | |
1053 | (tui_set_locator_fullname): Likewise. | |
1054 | (tui_set_locator_info): Likewise. | |
1055 | (tui_show_frame_info): Likewise. | |
1056 | * tui/tui-winsource.c (tui_clear_source_content): Likewise. | |
1057 | (tui_show_source_line): Likewise. | |
1058 | (tui_horizontal_source_scroll): Likewise. | |
1059 | (tui_update_breakpoint_info): Likewise. | |
1060 | (tui_set_exec_info_content): Likewise. | |
1061 | (tui_show_exec_info_content): Likewise. | |
1062 | (tui_alloc_source_buffer): Likewise. | |
1063 | (tui_line_is_displayed): Likewise. | |
1064 | (tui_addr_is_displayed): Likewise. | |
1065 | ||
d2b41ca0 JB |
1066 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
1067 | ||
1068 | * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD | |
1069 | event if PL_FLAG_EXEC is set. | |
1070 | [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function. | |
1071 | [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function. | |
1072 | (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set | |
1073 | "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint". | |
1074 | Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint". | |
1075 | ||
e58e05d6 JB |
1076 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
1077 | ||
1078 | * fbsd-nat.c: [PT_LWPINFO] New variable super_wait. | |
1079 | [TDP_RFPPWAIT] New variable fbsd_pending_children. | |
1080 | [TDP_RFPPWAIT] (fbsd_remember_child): New function. | |
1081 | [TDP_RFPPWAIT] (fbsd_is_child_pending): New function. | |
1082 | [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function. | |
1083 | [PT_LWPINFO] (fbsd_wait): New function. | |
1084 | [TDP_RFPPWAIT] (fbsd_follow_fork): New function. | |
1085 | [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function. | |
1086 | [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function. | |
1087 | [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function. | |
1088 | [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function. | |
1089 | [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function. | |
1090 | [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function. | |
1091 | [TDP_RFPPWAIT] (fbsd_post_attach): New function. | |
1092 | (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to | |
1093 | "fbsd_wait". | |
1094 | [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork". | |
1095 | Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint". | |
1096 | Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint". | |
1097 | Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint". | |
1098 | Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint". | |
1099 | Set "to_post_startup_inferior" to "fbsd_post_startup_inferior". | |
1100 | Set "to_post_attach" to "fbsd_post_attach". | |
1101 | ||
8f60fe01 JB |
1102 | 2015-04-27 John Baldwin <jhb@FreeBSD.org> |
1103 | ||
1104 | * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static. | |
1105 | (fbsd_find_memory_regions): Mark static. | |
1106 | (fbsd_nat_add_target): New function. | |
1107 | * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for | |
1108 | fbsd_pid_to_exec_file and fbsd_find_memory_regions. | |
1109 | * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target. | |
1110 | * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise. | |
1111 | * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise. | |
1112 | * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise. | |
1113 | ||
5fbae7d1 GB |
1114 | 2015-04-27 Gary Benson <gbenson@redhat.com> |
1115 | ||
1116 | * objfiles.c (allocate_objfile): Do not attempt to expand name | |
1117 | if name is a "target:" filename. | |
1118 | * auto-load.c (load_auto_scripts_for_objfile): Do not attempt | |
1119 | to load auto-load scripts for objfiles with "target:" filenames. | |
1120 | ||
417c80f9 AA |
1121 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
1122 | ||
1123 | * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h". | |
1124 | (enum s390_vector_abi_kind): New enum. | |
1125 | (struct gdbarch_tdep)<vector_abi>: New field. | |
1126 | (s390_effective_inner_type): Add parameter min_size. Stop | |
1127 | unwrapping if the inner type is smaller than min_size. | |
1128 | (s390_function_arg_float): Adjust call to | |
1129 | s390_effective_inner_type. | |
1130 | (s390_function_arg_vector): New function. | |
1131 | (s390_function_arg_integer): Adjust comment. | |
1132 | (struct s390_arg_state)<vr>: New field. | |
1133 | (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector | |
1134 | arguments according to vector ABI when appropriate. | |
1135 | (s390_push_dummy_call): Initialize the argument state's field | |
1136 | 'vr'. Adjust calls to s390_handle_arg. | |
1137 | (s390_register_return_value): Handle vector return values. | |
1138 | (s390_return_value): Apply the "register" return value convention | |
1139 | to a vector when appropriate. | |
1140 | (s390_gdbarch_init): Initialize tdep->vector_abi. | |
1141 | * NEWS: Announce S390 vector ABI support. | |
1142 | ||
4e65a17e AA |
1143 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
1144 | ||
1145 | * s390-linux-tdep.c (s390_return_value_convention): Remove | |
1146 | function. Inline its logic... | |
1147 | (s390_return_value): ...here. Instead, move the handling of the | |
1148 | "register" return value convention... | |
1149 | (s390_register_return_value): ...here. New function. | |
1150 | ||
80f75320 AA |
1151 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
1152 | ||
1153 | * s390-linux-tdep.c | |
1154 | (is_float_singleton): Remove function. Move the "singleton" part | |
1155 | of the logic... | |
1156 | (s390_effective_inner_type): ...here. New function. | |
1157 | (is_float_like): Remove function. Inline its logic... | |
1158 | (s390_function_arg_float): ...here. | |
1159 | (is_pointer_like, is_integer_like, is_struct_like): Remove | |
1160 | functions. Inline their logic... | |
1161 | (s390_function_arg_integer): ...here. | |
1162 | (s390_function_arg_pass_by_reference): Remove function. | |
1163 | (extend_simple_arg): Remove function. | |
1164 | (alignment_of): Remove function. | |
1165 | (struct s390_arg_state): New structure. | |
1166 | (s390_handle_arg): New function. | |
1167 | (s390_push_dummy_call): Move parameter placement logic to the new | |
1168 | function s390_handle_arg. Call it for calculating the stack area | |
1169 | sizes first, and again for actually writing the parameters. | |
1170 | ||
6dbc9c04 AA |
1171 | 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
1172 | ||
1173 | * s390-linux-tdep.c (is_power_of_two): Add comment. Return | |
1174 | false if the argument is zero. | |
1175 | ||
9e195661 PMR |
1176 | 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com> |
1177 | ||
1178 | * ada-lang.c (template_to_static_fixed_type): Return input type | |
1179 | when it is already fixed. Cache the input type itself when not | |
1180 | creating a static fixed copy. Make it explicit that we never | |
1181 | molestate the input type. | |
1182 | * gdbtypes.c (resolve_dynamic_struct): Reset the | |
1183 | TYPE_TARGET_TYPE field for resolved copies. | |
1184 | ||
460efde1 JB |
1185 | 2015-04-27 Joel Brobecker <brobecker@adacore.com> |
1186 | ||
1187 | * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef. | |
1188 | (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef. | |
1189 | (template_to_static_fixed_type): Call ada_check_typedef only | |
1190 | when necessary. | |
1191 | ||
6faec16b AB |
1192 | 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> |
1193 | ||
1194 | * cli/cli-dump.c (srec_dump_command): Add internationalization | |
1195 | mark ups. | |
1196 | (ihex_dump_command): Likewise. | |
1197 | (tekhex_dump_command): Likewise. | |
1198 | (binary_dump_command): Likewise. | |
1199 | (binary_append_command): Likewise. | |
1200 | ||
cf75d6c3 AB |
1201 | 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com> |
1202 | ||
1203 | * cli/cli-dump.c (verilog_cmdlist): New variable. | |
1204 | (dump_verilog_memory): New function. | |
1205 | (dump_verilog_value): New function. | |
1206 | (verilog_dump_command): New function. | |
1207 | (_initialize_cli_dump): Add new commands to support verilog dump | |
1208 | format. | |
1209 | * NEWS: Add entry for "dump verilog". | |
1210 | ||
8cd00c59 PMR |
1211 | 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com> |
1212 | ||
1213 | * gdbtypes.c (print_gnat_stuff): Do not recurse on the | |
1214 | descriptive type when there is none. | |
1215 | ||
8900d71e PP |
1216 | 2015-04-23 Patrick Palka <patrick@parcs.ath.cx> |
1217 | ||
1218 | * tui/tui-win.c (tui_async_resize_screen): Call | |
1219 | rl_resize_terminal(). | |
1220 | ||
f16eab5f JT |
1221 | 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk> |
1222 | ||
1223 | * windows-nat.c (handle_output_debug_string): Don't change | |
1224 | current_event.dwThreadId. | |
1225 | (get_windows_debug_event): Use thread_id, rather than relying on | |
1226 | current_event.dwThreadId being changed. | |
1227 | ||
68ffc902 JT |
1228 | 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk> |
1229 | ||
1230 | * windows-nat.c (windows_continue): Report an error if | |
1231 | ContinueDebugEvent() fails. | |
1232 | ||
23942819 JT |
1233 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
1234 | ||
1235 | * windows-nat.c (windows_resume): Fix misspelling in debug output. | |
1236 | ||
e6ad66bd JT |
1237 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
1238 | ||
1239 | * windows-nat.c (get_windows_debug_event): Replace retval with | |
1240 | thread_id throughout. Update stale comment. | |
1241 | ||
776704b9 JT |
1242 | 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk> |
1243 | ||
1244 | * windows-nat.c (get_windows_debug_event): Don't use ternary | |
1245 | conditional operator. | |
1246 | ||
8aae4344 PM |
1247 | 2015-04-21 Pierre Muller <muller@sourceware.org> |
1248 | ||
1249 | PR pascal/17815 | |
1250 | p-exp.y (yylex): Reorganize code to return the matched pattern | |
1251 | for a field of this. | |
1252 | ||
819843c7 GB |
1253 | 2015-04-21 Gary Benson <gbenson@redhat.com> |
1254 | ||
1255 | * common/fileio.h (fileio_to_host_openflags): New declaration. | |
1256 | * common/fileio.c (fcntl.h): New include. | |
1257 | (fileio_to_host_openflags): New function, factored out from... | |
1258 | * inf-child.c (inf_child_fileio_open_flags_to_host): ...here. | |
1259 | Single use updated. | |
1260 | ||
0bca7f99 KB |
1261 | 2015-04-21 Kevin Buettner <kevinb@redhat.com> |
1262 | ||
1263 | * rl78-tdep.c (RL78_SP_ADDR): Define. | |
1264 | (opc_reg_to_gdb_regnum): New static function. | |
1265 | (rl78_analyze_prologue): Recognize instructions forming slightly | |
1266 | more interesting prologues. | |
1267 | ||
e771e4be PMR |
1268 | 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com> |
1269 | ||
1270 | Revert: | |
1271 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> | |
1272 | * gdbtypes.c (is_dynamic_type_internal): Remove special handling of | |
1273 | TYPE_CODE_REF types so that they are not considered as dynamic | |
1274 | depending on the referenced type. | |
1275 | (resolve_dynamic_type_internal): Likewise. | |
1276 | ||
ee715b5a PMR |
1277 | 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com> |
1278 | ||
1279 | Revert: | |
1280 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> | |
1281 | * gdbtypes.c (is_dynamic_type_internal): Remove the unused | |
1282 | "top_level" parameter. | |
1283 | (resolve_dynamic_type_internal): Remove the unused "top_level" | |
1284 | parameter. Update call to is_dynamic_type_internal. | |
1285 | (is_dynamic_type): Update call to is_dynamic_type_internal. | |
1286 | (resolve_dynamic_range): Update call to | |
1287 | resolve_dynamic_type_internal. | |
1288 | (resolve_dynamic_union): Likewise. | |
1289 | (resolve_dynamic_struct): Likewise. | |
1290 | (resolve_dynamic_type): Likewise. | |
1291 | ||
e31d7699 GKB |
1292 | 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be> |
1293 | ||
1294 | * breakpoint.c (update_dprintf_command_list): Remove duplicated | |
1295 | xmalloc. | |
1296 | ||
d214e5e7 TS |
1297 | 2015-04-20 Thomas Schwinge <thomas@codesourcery.com> |
1298 | ||
110f9112 TS |
1299 | * reply_mig_hack.awk: Robustify parsing. |
1300 | ||
d214e5e7 TS |
1301 | * reply_mig_hack.awk: Don't bother to declare an intermediate |
1302 | function pointer variable. | |
1303 | ||
8f61baf8 DE |
1304 | 2015-04-17 Doug Evans <dje@google.com> |
1305 | ||
1306 | * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement" | |
1307 | to "exec_displacement" to avoid confusion with inner use of the name. | |
1308 | ||
dbbf180a YQ |
1309 | 2015-04-17 Pedro Alves <palves@redhat.com> |
1310 | ||
1311 | * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero | |
1312 | if HW point of TYPE isn't supported. | |
1313 | ||
059790a0 YQ |
1314 | 2015-04-17 Yao Qi <yao.qi@linaro.org> |
1315 | Pedro Alves <palves@redhat.com> | |
1316 | ||
1317 | * target.h (target_can_use_hardware_watchpoint): Update comments. | |
1318 | Remove trailing ";". | |
1319 | ||
1b6e6f5c GB |
1320 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
1321 | ||
1322 | * remote.c (remote_add_inferior): New argument try_open_exec. | |
1323 | If nonzero, attempt to open the inferior's executable file as | |
1324 | the main executable if no main executable is open already. | |
1325 | All callers updated. | |
1326 | * NEWS: Mention that GDB now supports automatic location and | |
1327 | retrieval of executable + files from remote targets. | |
1328 | ||
c78fa86a GB |
1329 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
1330 | ||
1331 | * target.h (TARGET_OBJECT_EXEC_FILE): New enum value. | |
1332 | * remote.c (PACKET_qXfer_exec_file): Likewise. | |
1333 | (remote_protocol_features): Register the | |
1334 | "qXfer:exec-file:read" feature. | |
1335 | (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE. | |
1336 | (remote_pid_to_exec_file): New function. | |
1337 | (init_remote_ops): Initialize to_pid_to_exec_file. | |
1338 | (_initialize_remote): Register new "set/show remote | |
1339 | pid-to-exec-file-packet" command. | |
1340 | * NEWS: Announce new qXfer:exec-file:read packet. | |
1341 | ||
e0d86d2c GB |
1342 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
1343 | ||
1344 | * nat/linux-procfs.h (linux_proc_pid_to_exec_file): | |
1345 | New declaration. | |
1346 | * nat/linux-procfs.c (linux_proc_pid_to_exec_file): | |
1347 | New function, factored out from... | |
1348 | * linux-nat.c (linux_child_pid_to_exec_file): ...here. | |
1349 | ||
a9a5a3d1 GB |
1350 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
1351 | ||
1352 | * exec.c (solist.h): New include. | |
1353 | (exec_file_locate_attach): Prefix absolute executable | |
1354 | paths with gdb_sysroot if set. | |
1355 | * NEWS: Mention that executable paths may be prepended | |
1356 | with sysroot. | |
1357 | ||
af1900b0 GB |
1358 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
1359 | ||
1360 | * solist.h (exec_file_find): New declaration. | |
1361 | * solib.c (solib_find_1): New function, factored out from... | |
1362 | (solib_find): ...here. | |
1363 | (exec_file_find): New function. | |
1364 | ||
a10de604 GB |
1365 | 2015-04-17 Gary Benson <gbenson@redhat.com> |
1366 | ||
1367 | * gdbcore.h (exec_file_locate_attach): New declaration. | |
1368 | * exec.c (exec_file_locate_attach): New function, factored | |
1369 | out from... | |
1370 | * infcmd.c (attach_command_post_wait): ...here. | |
1371 | ||
92209ddf MF |
1372 | 2015-04-17 Mike Frysinger <vapier@gentoo.org> |
1373 | ||
1374 | * MAINTAINERS: Add myself for Blackfin/write-after-approval. | |
1375 | ||
8550d3b3 YQ |
1376 | 2015-04-16 Yao Qi <yao.qi@linaro.org> |
1377 | ||
1378 | * infrun.c (maybe_software_singlestep): Declare. | |
1379 | (displaced_step_fixup): Call maybe_software_singlestep. | |
1380 | ||
30b3dd9d DE |
1381 | 2015-04-15 Doug Evans <dje@google.com> |
1382 | ||
1383 | * psymtab.c (psym_expand_symtabs_matching): Add QUIT call. | |
1384 | ||
61d96d7e DE |
1385 | 2015-04-15 Doug Evans <dje@google.com> |
1386 | ||
1387 | * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls. | |
1388 | ||
40d2f8d6 SM |
1389 | 2015-04-15 Simon Marchi <simon.marchi@ericsson.com> |
1390 | ||
1391 | * python/lib/gdb/command/unwinders.py: Add parentheses. | |
1392 | ||
6bbbba9b YQ |
1393 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
1394 | ||
1395 | * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message. | |
1396 | ||
2bb2dcab YQ |
1397 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
1398 | ||
1399 | * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation. | |
1400 | ||
41f071ef YQ |
1401 | 2015-04-15 Yao Qi <yao.qi@linaro.org> |
1402 | ||
1403 | * arm-linux-tdep.c (arm_linux_cleanup_svc): Use | |
1404 | dsc->insn_size instead of 4. | |
1405 | ||
326a5c7e GB |
1406 | 2015-04-14 Gary Benson <gbenson@redhat.com> |
1407 | ||
1408 | * jit.c (mem_bfd_iovec_stat): Zero supplied buffer. | |
1409 | * minidebug.c (lzma_stat): Likewise. | |
1410 | * solib-spu.c (spu_bfd_iovec_stat): Likewise. | |
1411 | * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise. | |
1412 | ||
dd177e81 SS |
1413 | 2015-04-13 Stan Shebs <stanshebs@google.com> |
1414 | ||
1415 | * MAINTAINERS: Update my email address. | |
1416 | ||
97de3545 JB |
1417 | 2015-04-13 John Baldwin <jhb@FreeBSD.org> |
1418 | ||
1419 | * amd64-tdep.c (amd64_target_description): New function. | |
1420 | * amd64-tdep.h: Export amd64_target_description and tdesc_amd64. | |
1421 | * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len. | |
1422 | (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle | |
1423 | x86 extended save area. | |
1424 | (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise. | |
1425 | * amd64bsd-nat.h: Export amd64bsd_xsave_len. | |
1426 | * amd64fbsd-nat.c (amd64fbsd_read_description): New function. | |
1427 | (_initialize_amd64fbsd_nat): Set "to_read_description" to | |
1428 | "amd64fbsd_read_description". | |
1429 | * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function. | |
1430 | (amd64fbsd_supply_xstateregset): New function. | |
1431 | (amd64fbsd_collect_xstateregset): New function. | |
1432 | Add "amd64fbsd_xstateregset". | |
1433 | (amd64fbsd_iterate_over_regset_sections): New function. | |
1434 | (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to | |
1435 | "I386_FBSD_XSAVE_XCR0_OFFSET". | |
1436 | Add "iterate_over_regset_sections" gdbarch method. | |
1437 | Add "core_read_description" gdbarch method. | |
1438 | * i386-tdep.c (i386_target_description): New function. | |
1439 | * i386-tdep.h: Export i386_target_description and tdesc_i386. | |
1440 | * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len. | |
1441 | (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle | |
1442 | x86 extended save area. | |
1443 | (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise. | |
1444 | * i386bsd-nat.h: Export i386bsd_xsave_len. | |
1445 | * i386fbsd-nat.c (i386fbsd_read_description): New function. | |
1446 | (_initialize_i386fbsd_nat): Set "to_read_description" to | |
1447 | "i386fbsd_read_description". | |
1448 | * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function. | |
1449 | (i386fbsd_core_read_description): New function. | |
1450 | (i386fbsd_supply_xstateregset): New function. | |
1451 | (i386fbsd_collect_xstateregset): New function. | |
1452 | Add "i386fbsd_xstateregset". | |
1453 | (i386fbsd_iterate_over_regset_sections): New function. | |
1454 | (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to | |
1455 | "I386_FBSD_XSAVE_XCR0_OFFSET". | |
1456 | Add "iterate_over_regset_sections" gdbarch method. | |
1457 | Add "core_read_description" gdbarch method. | |
1458 | * i386fbsd-tdep.h: New file. | |
1459 | ||
4f45d445 JK |
1460 | 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
1461 | ||
1462 | * NEWS (Changes since GDB 7.9): Add removed -xdb. | |
1463 | * breakpoint.c (command_line_is_silent): Remove xdb_commands | |
1464 | conditional. | |
1465 | (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba | |
1466 | and lb. | |
1467 | * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and | |
1468 | va. | |
1469 | * cli/cli-decode.c (find_command_name_length): Remove xdb_commands | |
1470 | conditional. | |
1471 | * defs.h (xdb_commands): Remove declaration. | |
1472 | * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc. | |
1473 | * guile/scm-cmd.c (command_classes): Remove xdb from comment. | |
1474 | * infcmd.c (run_no_args_command, go_command): Remove. | |
1475 | (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr. | |
1476 | * infrun.c (xdb_handle_command): Remove. | |
1477 | (_initialize_infrun): Remove xdb_commands for lz and z. | |
1478 | * main.c (xdb_commands): Remove variable. | |
1479 | (captured_main): Remove "xdb" from long_options. | |
1480 | (print_gdb_help): Remove --xdb from help. | |
1481 | * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment. | |
1482 | * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?. | |
1483 | * stack.c (backtrace_full_command, args_plus_locals_info) | |
1484 | (current_frame_command): Remove. | |
1485 | (_initialize_stack): Remove xdb_commands for t, T and l. | |
1486 | * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg. | |
1487 | * thread.c (_initialize_thread): Remove xdb_commands condition. | |
1488 | * tui/tui-layout.c (tui_toggle_layout_command) | |
1489 | (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove. | |
1490 | (_initialize_tui_layout): Remove xdb_commands for td and ts. | |
1491 | * tui/tui-regs.c (tui_scroll_regs_forward_command) | |
1492 | (tui_scroll_regs_backward_command): Remove. | |
1493 | (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r. | |
1494 | * tui/tui-win.c (tui_xdb_set_win_height_command): Remove. | |
1495 | (_initialize_tui_win): Remove xdb_commands for U and w. | |
1496 | * utils.c (pagination_on_command, pagination_off_command): Remove. | |
1497 | (initialize_utils): Remove xdb_commands for am and sm. | |
1498 | ||
cb71640d PA |
1499 | 2015-04-10 Pedro Alves <palves@redhat.com> |
1500 | ||
1501 | * infrun.c (displaced_step_fixup): Switch to the event ptid | |
1502 | earlier. If the thread stopped for a watchpoint and the | |
1503 | target/arch has non-continuable watchpoints, cancel the displaced | |
1504 | step. | |
1505 | (resume): Don't start a displaced step if in-line step-over info | |
1506 | is valid. | |
1507 | ||
8f572e5c PA |
1508 | 2015-04-10 Pedro Alves <palves@redhat.com> |
1509 | ||
1510 | * infrun.c (displaced_step_in_progress): New function. | |
1511 | (do_target_resume): Advise target to report all signals if | |
1512 | displaced stepping. | |
1513 | ||
8d707a12 PA |
1514 | 2015-04-10 Pedro Alves <palves@redhat.com> |
1515 | ||
1516 | PR gdb/18216 | |
1517 | * infrun.c (process_event_stop_test): Don't assume a step-resume | |
1518 | is set if tp->stepped_breakpoint is true. | |
1519 | ||
ef713951 YQ |
1520 | 2015-04-10 Yao Qi <yao.qi@linaro.org> |
1521 | ||
1522 | * arm-tdep.c (install_alu_reg): Update comment. | |
1523 | (thumb_copy_alu_reg): Remove local variable rn. Update | |
1524 | debugging message. Use r2 instead of r1 in the modified | |
1525 | instruction. | |
1526 | ||
906d60cf PA |
1527 | 2015-04-10 Pedro Alves <palves@redhat.com> |
1528 | ||
1529 | PR gdb/13858 | |
1530 | * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install | |
1531 | linux_displaced_step_location as gdbarch_displaced_step_location | |
1532 | hook. | |
1533 | * arm-linux-tdep.c (arm_linux_init_abi): Likewise. | |
1534 | * i386-linux-tdep.c (i386_linux_init_abi): Likewise. | |
1535 | * linux-tdep.c (linux_displaced_step_location): New function, | |
1536 | based on ppc_linux_displaced_step_location. | |
1537 | * linux-tdep.h (linux_displaced_step_location): New declaration. | |
1538 | * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete. | |
1539 | (ppc_linux_inferior_created, ppc_linux_displaced_step_location): | |
1540 | Delete. | |
1541 | (ppc_linux_init_abi): Install linux_displaced_step_location as | |
1542 | gdbarch_displaced_step_location hook, even without Cell/B.E.. | |
1543 | (_initialize_ppc_linux_tdep): Don't install | |
1544 | ppc_linux_inferior_created as inferior_created observer. | |
1545 | * s390-linux-tdep.c (s390_gdbarch_init): Install | |
1546 | linux_displaced_step_location as gdbarch_displaced_step_location | |
1547 | hook. | |
1548 | ||
7823a941 GB |
1549 | 2015-04-09 Gary Benson <gbenson@redhat.com> |
1550 | ||
1551 | * common/common-remote-fileio.h: Rename to... | |
1552 | * common/fileio.h: ...this. Update all references. | |
1553 | (remote_fileio_to_fio_error): Rename to... | |
1554 | (host_to_fileio_error): ...this. | |
1555 | (remote_fileio_to_be): Rename to... | |
1556 | (host_to_bigendian): ...this. Update all callers. | |
1557 | (remote_fileio_to_fio_uint): Rename to... | |
1558 | (host_to_fileio_uint): ...this. Update all callers. | |
1559 | (remote_fileio_to_fio_time): Rename to... | |
1560 | (host_to_fileio_time): ...this. Update all callers. | |
1561 | (remote_fileio_to_fio_stat): Rename to... | |
1562 | (host_to_fileio_stat): ...this. | |
1563 | Update all references. | |
1564 | * common/common-remote-fileio.c: Rename to... | |
1565 | * common/fileio.c: ...this. Update all references. | |
1566 | (remote_fileio_to_fio_error): Rename to... | |
1567 | (host_to_fileio_error): ...this. Update all callers. | |
1568 | (remote_fileio_mode_to_target): Rename to... | |
1569 | (fileio_mode_pack): ...this. Update all callers. | |
1570 | (remote_fileio_to_fio_mode): Rename to... | |
1571 | (host_to_fileio_mode): ...this. Update all callers. | |
1572 | (remote_fileio_to_fio_ulong): Rename to... | |
1573 | (host_to_fileio_ulong): ...this. Update all callers. | |
1574 | (remote_fileio_to_fio_stat): Rename to... | |
1575 | (host_to_fileio_stat): ...this. Update all callers. | |
1576 | ||
f2983cc3 AW |
1577 | 2015-04-09 Andy Wingo <wingo@igalia.com> |
1578 | ||
1579 | * guile/scm-frame.c (gdbscm_frame_read_register): New function. | |
1580 | (frame_functions): Bind gdbscm_frame_read_register to | |
1581 | frame-read-register. | |
1582 | * guile/lib/gdb.scm (frame-read-register): Export. | |
1583 | ||
b88bb450 GB |
1584 | 2015-04-09 Gary Benson <gbenson@redhat.com> |
1585 | ||
1586 | * common/common-remote-fileio.h (remote_fileio_to_fio_error): | |
1587 | New declaration. | |
1588 | * common/common-remote-fileio.c (remote_fileio_to_fio_error): | |
1589 | New function, factored out the named functions below. | |
1590 | * inf-child.c (gdb/fileio.h): Remove include. | |
1591 | (common-remote-fileio.h): New include. | |
1592 | (inf_child_errno_to_fileio_error): Remove function. Update | |
1593 | all callers to use remote_fileio_to_fio_error. | |
1594 | * remote-fileio.c (remote_fileio_errno_to_target): Likewise. | |
1595 | ||
2f2680f3 AW |
1596 | 2015-04-09 Andy Wingo <wingo@igalia.com> |
1597 | ||
1598 | * MAINTAINERS (Write After Approval): Add Andy Wingo. | |
1599 | ||
5a2d4533 L |
1600 | 2015-04-09 H.J. Lu <hongjiu.lu@intel.com> |
1601 | ||
1602 | * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir. | |
1603 | Replace $zlibdir with $ZLIBDIR in LDFLAGS. | |
1604 | * configure: Regenerated. | |
1605 | ||
421693b0 PA |
1606 | 2015-04-09 Pedro Alves <palves@redhat.com> |
1607 | ||
1608 | * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r. | |
1609 | * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4. | |
1610 | * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate. | |
1611 | * gnulib/import/Makefile.am: Update. | |
1612 | * gnulib/import/Makefile.in: Update. | |
1613 | * gnulib/import/m4/gnulib-cache.m4: Update. | |
1614 | * gnulib/import/m4/gnulib-comp.m4: Update. | |
1615 | * gnulib/import/m4/strtok_r.m4: New file. | |
1616 | * gnulib/import/strtok_r.c: New file. | |
1617 | ||
f543dc83 PA |
1618 | 2015-04-09 Pedro Alves <palves@redhat.com> |
1619 | ||
1620 | * gnulib/update-gnulib.sh (aclocal version check): Filter out | |
1621 | "called too early to check prototype". | |
1622 | ||
6d62641c SDJ |
1623 | 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com> |
1624 | ||
1625 | PR python/16699 | |
1626 | * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not | |
1627 | use a caching mechanism. Adjust comments and code to reflect | |
1628 | that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'. | |
1629 | (cmdpy_completer_handle_brkchars): Adjust call to | |
1630 | cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'. | |
1631 | (cmdpy_completer): Likewise. | |
1632 | ||
85558555 YQ |
1633 | 2015-04-08 Yao Qi <yao.qi@linaro.org> |
1634 | ||
1635 | * spu-tdep.c (spu_gdbarch_init): Don't call | |
1636 | set_gdbarch_cannot_step_breakpoint. | |
1637 | ||
d249a14a SDJ |
1638 | 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com> |
1639 | ||
1640 | * linux-tdep.c (decode_vmflags): Initialize 'saveptr'. | |
1641 | ||
8a06aea7 PA |
1642 | 2015-04-07 Pedro Alves <palves@redhat.com> |
1643 | ||
1644 | * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ... | |
1645 | (ALL_THREADS_SAFE): ... this, and don't skip exited threads. | |
1646 | (delete_exited_threads): New declaration. | |
1647 | * infrun.c (follow_exec): Use ALL_THREADS_SAFE. | |
1648 | * linux-nat.c (linux_nat_update_thread_list): New function. | |
1649 | (linux_nat_add_target): Install it. | |
1650 | * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE. | |
1651 | * thread.c (prune_threads): Use ALL_THREADS_SAFE. | |
1652 | (delete_exited_threads): New function. | |
1653 | ||
d9b67d9f PA |
1654 | 2015-04-07 Pedro Alves <pedro@codesourcery.com> |
1655 | ||
1656 | * infrun.c (resume) <displaced stepping debug output>: Get the | |
1657 | leader thread's regcache, not resume_ptid's. | |
1658 | ||
2c26b84f DE |
1659 | 2015-04-06 Doug Evans <xdje42@gmail.com> |
1660 | ||
1661 | * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as | |
1662 | VAR_DOMAIN. | |
1663 | (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters. | |
1664 | Include symbol domain in debugging output. | |
1665 | ||
7a85168d PA |
1666 | 2015-04-06 Pedro Alves <palves@redhat.com> |
1667 | Bernd Edlinger <bernd.edlinger@hotmail.de> | |
1668 | ||
1669 | * configure.ac: Remove the mingw32-specific stub-termcap.o | |
1670 | fallback, and instead fallback to the stub termcap on all hosts. | |
1671 | * configure: Regenerate. | |
1672 | * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak | |
1673 | symbols. | |
1674 | ||
25755e2b PMR |
1675 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> |
1676 | ||
1677 | * gdbtypes.c (is_dynamic_type_internal): Remove the unused | |
1678 | "top_level" parameter. | |
1679 | (resolve_dynamic_type_internal): Remove the unused "top_level" | |
1680 | parameter. Update call to is_dynamic_type_internal. | |
1681 | (is_dynamic_type): Update call to is_dynamic_type_internal. | |
1682 | (resolve_dynamic_range): Update call to | |
1683 | resolve_dynamic_type_internal. | |
1684 | (resolve_dynamic_union): Likewise. | |
1685 | (resolve_dynamic_struct): Likewise. | |
1686 | (resolve_dynamic_type): Likewise. | |
1687 | ||
961f4160 PMR |
1688 | 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com> |
1689 | ||
1690 | * gdbtypes.c (is_dynamic_type_internal): Remove special handling of | |
1691 | TYPE_CODE_REF types so that they are not considered as dynamic | |
1692 | depending on the referenced type. | |
1693 | (resolve_dynamic_type_internal): Likewise. | |
1694 | ||
39f3de7c L |
1695 | 2015-04-02 H.J. Lu <hongjiu.lu@intel.com> |
1696 | ||
1697 | * Makefile.in (top_srcdir): New. | |
1698 | * configure: Regenerated. | |
1699 | ||
599bd15c GB |
1700 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1701 | ||
1702 | * NEWS: Announce the new default sysroot of "target:". | |
1703 | ||
fed040c6 GB |
1704 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1705 | ||
1706 | * main.c (captured_main): Set gdb_sysroot to "target:" | |
1707 | if not otherwise set. | |
1708 | ||
64c0b5de GB |
1709 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1710 | ||
1711 | * exec.c (exec_file_attach): Support "target:" filenames. | |
1712 | ||
b57fbfba GB |
1713 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1714 | ||
1715 | * solib.c (solib_find): Strip "target:" prefix from sysroot | |
1716 | if accessing local files. | |
1717 | ||
97a41605 GB |
1718 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1719 | ||
1720 | * symfile.c (symfile_bfd_open): Reorder to remove duplicated | |
1721 | checks and error messages. | |
1722 | ||
2938e6cf GB |
1723 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1724 | ||
1725 | * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition. | |
1726 | (remote_filename_p): Remove declaration. | |
1727 | (remote_bfd_open): Likewise. | |
1728 | * remote.c (remote_bfd_iovec_open): Remove function. | |
1729 | (remote_bfd_iovec_close): Likewise. | |
1730 | (remote_bfd_iovec_pread): Likewise. | |
1731 | (remote_bfd_iovec_stat): Likewise. | |
1732 | (remote_filename_p): Likewise. | |
1733 | (remote_bfd_open): Likewise. | |
1734 | * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration. | |
1735 | * symfile.c (separate_debug_file_exists): Use gdb_bfd_open. | |
1736 | (gdb_bfd_open_maybe_remote): Remove function. | |
1737 | (symfile_bfd_open): Replace remote filename check with | |
1738 | target filename check. | |
1739 | (reread_symbols): Use gdb_bfd_open. | |
1740 | * build-id.c (gdbcore.h): New include. | |
1741 | (build_id_to_debug_bfd): Use gdb_bfd_open. | |
1742 | * infcmd.c (attach_command_post_wait): Remove remote filename | |
1743 | check. | |
1744 | * solib.c (solib_find): Replace remote-specific handling with | |
1745 | target-specific handling. Update comments where necessary. | |
1746 | (solib_bfd_open): Replace remote-specific handling with | |
1747 | target-specific handling. | |
1748 | (gdb_sysroot_changed): New function. | |
1749 | (_initialize_solib): Call the above when gdb_sysroot changes. | |
1750 | * windows-tdep.c (gdbcore.h): New include. | |
1751 | (windows_xfer_shared_library): Use gdb_bfd_open. | |
1752 | ||
f08e97fe GB |
1753 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1754 | ||
1755 | * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition. | |
1756 | (is_target_filename): New declaration. | |
1757 | (gdb_bfd_has_target_filename): Likewise. | |
1758 | (gdb_bfd_open): Update documentation comment. | |
1759 | * gdb_bfd.c (target.h): New include. | |
1760 | (gdb/fileio.h): Likewise. | |
1761 | (is_target_filename): New function. | |
1762 | (gdb_bfd_has_target_filename): Likewise. | |
1763 | (fileio_errno_to_host): Likewise. | |
1764 | (gdb_bfd_iovec_fileio_open): Likewise. | |
1765 | (gdb_bfd_iovec_fileio_pread): Likewise. | |
1766 | (gdb_bfd_iovec_fileio_close): Likewise. | |
1767 | (gdb_bfd_iovec_fileio_fstat): Likewise. | |
1768 | (gdb_bfd_open): Use target fileio to access paths prefixed | |
1769 | with "target:" where necessary. | |
1770 | ||
4bd7dc42 GB |
1771 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1772 | ||
1773 | * target.h (struct target_ops) <to_filesystem_is_local>: | |
1774 | New field. | |
1775 | (target_filesystem_is_local): New macro. | |
1776 | * target-delegates.c: Regenerate. | |
1777 | * remote.c (remote_filesystem_is_local): New function. | |
1778 | (init_remote_ops): Initialize to_filesystem_is_local. | |
1779 | ||
9b15c1f0 GB |
1780 | 2015-04-02 Gary Benson <gbenson@redhat.com> |
1781 | ||
1782 | * target.h (struct target_ops) <to_fileio_fstat>: New field. | |
1783 | (target_fileio_fstat): New declaration. | |
1784 | * target.c (target_fileio_fstat): New function. | |
1785 | * inf-child.c (inf_child_fileio_fstat): Likewise. | |
1786 | (inf_child_target): Initialize to_fileio_fstat. | |
1787 | * remote.c (init_remote_ops): Likewise. | |
1788 | ||
d11916aa SS |
1789 | 2015-04-01 Sasha Smundak <asmundak@google.com> |
1790 | ||
1791 | * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o. | |
1792 | (SUBDIR_PYTHON_SRCS): Add py-unwind.c. | |
1793 | (py-unwind.o): New recipe. | |
1794 | * NEWS: mention Python frame unwinding. | |
1795 | * data-directory/Makefile.in (PYTHON_FILE_LIST): Add | |
1796 | gdb/unwinder.py and gdb/command/unwinder.py | |
1797 | * python/lib/gdb/__init__.py (packages): Add frame_unwinders | |
1798 | list. | |
1799 | (execute_unwinders): New function. | |
1800 | * python/lib/gdb/command/unwinders.py: New file. | |
1801 | * python/lib/gdb/unwinder.py: New file. | |
1802 | * python/py-objfile.c (objfile_object): Add frame_unwinders field. | |
1803 | (objfpy_dealloc): Decrement frame_unwinders reference count. | |
1804 | (objfpy_initialize): Create frame_unwinders list. | |
1805 | (objfpy_get_frame_unwinders): New function. | |
1806 | (objfpy_set_frame_unwinders): Ditto. | |
1807 | (objfile_getset): Add frame_unwinders attribute to Objfile. | |
1808 | * python/py-progspace.c (pspace_object): Add frame_unwinders field. | |
1809 | (pspy_dealloc): Decrement frame_unwinders reference count. | |
1810 | (pspy_initialize): Create frame_unwinders list. | |
1811 | (pspy_get_frame_unwinders): New function. | |
1812 | (pspy_set_frame_unwinders): Ditto. | |
1813 | (pspy_getset): Add frame_unwinders attribute to gdb.Progspace. | |
1814 | * python/py-unwind.c: New file. | |
1815 | * python/python-internal.h (pspy_get_name_unwinders): New prototype. | |
1816 | (objpy_get_frame_unwinders): New prototype. | |
1817 | (gdbpy_initialize_unwind): New prototype. | |
1818 | * python/python.c (gdbpy_apply_type_printers): Call | |
1819 | gdbpy_initialize_unwind. | |
1820 | ||
6b403daa PA |
1821 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1822 | ||
1823 | * infrun.c (resume): Check currently_stepping after clearing | |
1824 | stepped_breakpoint, not before. | |
1825 | ||
1176ecec PA |
1826 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1827 | ||
1828 | * infrun.c (print_target_wait_results): Print all the ptid | |
1829 | elements. | |
1830 | ||
de1fe8c8 PA |
1831 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1832 | ||
1833 | * infrun.c (keep_going): Also discard cleanups if inserting | |
1834 | breakpoints fails. | |
1835 | ||
e6f5c25b PA |
1836 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1837 | ||
1838 | * infrun.c (wait_for_inferior): Install the | |
1839 | finish_thread_state_cleanup cleanup across the whole function, not | |
1840 | just around handle_inferior_event. | |
1841 | ||
1ac806b8 PA |
1842 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1843 | ||
1844 | * infrun.c (resume) <step past permanent breakpoint>: Use | |
1845 | do_target_resume. | |
1846 | ||
2ee52aa4 PA |
1847 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1848 | ||
1849 | * linux-nat.c (linux_handle_extended_wait): Always call set_running. | |
1850 | ||
5445da1b PMR |
1851 | 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com> |
1852 | ||
1853 | * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat". | |
1854 | ||
4eec2deb PA |
1855 | 2015-04-01 Pedro Alves <palves@redhat.com> |
1856 | ||
1857 | * linux-thread-db.c (record_thread): Readd the thread to gdb's | |
1858 | list if it was marked exited. | |
1859 | ||
afa59b79 L |
1860 | 2015-04-01 H.J. Lu <hongjiu.lu@intel.com> |
1861 | ||
1862 | * configure: Regenerated. | |
1863 | ||
df8411da SDJ |
1864 | 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> |
1865 | Jan Kratochvil <jan.kratochvil@redhat.com> | |
1866 | Oleg Nesterov <oleg@redhat.com> | |
1867 | ||
1868 | PR corefiles/16092 | |
1869 | * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'. | |
1870 | New enum identifying the various options of the coredump_filter | |
1871 | file. | |
1872 | (struct smaps_vmflags): New struct. | |
1873 | (use_coredump_filter): New variable. | |
1874 | (decode_vmflags): New function. | |
1875 | (mapping_is_anonymous_p): Likewise. | |
1876 | (dump_mapping_p): Likewise. | |
1877 | (linux_find_memory_regions_full): New variables | |
1878 | 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'. | |
1879 | Removed variable 'modified'. Read /proc/<PID>/smaps file; improve | |
1880 | parsing of its information. Implement memory mapping filtering | |
1881 | based on its contents. | |
1882 | (show_use_coredump_filter): New function. | |
1883 | (_initialize_linux_tdep): New command 'set use-coredump-filter'. | |
1884 | * NEWS: Mention the possibility of using the | |
1885 | '/proc/PID/coredump_filter' file when generating a corefile. | |
1886 | Mention new command 'set use-coredump-filter'. | |
1887 | ||
416f679e SDJ |
1888 | 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> |
1889 | ||
1890 | * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by | |
1891 | read_memory_unsigned_integer. | |
1892 | ||
711a72d3 L |
1893 | 2015-03-31 H.J. Lu <hongjiu.lu@intel.com> |
1894 | ||
1895 | * Makefile.in (ZLIB): New. | |
1896 | (ZLIBINC): Likewise. | |
1897 | (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC). | |
1898 | (CLIBS): Add $(ZLIB). | |
1899 | * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS. | |
1900 | Add -lz to LIBS. | |
1901 | * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>. | |
1902 | * top.c (print_gdb_configuration): Remove --with-zlib and | |
1903 | --without-zlib. | |
1904 | * config.in: Regenerated. | |
1905 | * configure: Likewise. | |
1906 | ||
d33279b3 AT |
1907 | 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com> |
1908 | ||
1909 | * NEWS: Mention info os cpus support. | |
1910 | * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function. | |
1911 | (struct osdata_type): Add cpus entry, reorder the entries in | |
1912 | alphabetical order. | |
1913 | ||
71b30f27 MK |
1914 | 2015-03-31 Matthias Klose <doko@ubuntu.com> |
1915 | ||
1916 | * compile/compile.c (compile_to_object): Allow triplets with or | |
1917 | without vendor set. | |
1918 | ||
13ce9222 DE |
1919 | 2015-03-30 Doug Evans <dje@google.com> |
1920 | ||
1921 | PR c++/18141 | |
1922 | * cp-namespace.c (cp_search_static_and_baseclasses): Always look for | |
1923 | klass in VAR_DOMAIN. | |
1924 | ||
20f796c9 GB |
1925 | 2015-03-30 Gary Benson <gbenson@redhat.com> |
1926 | ||
1927 | * remote.c (remote_mourn_1): Remove function. Update all callers | |
1928 | to use remote_mourn. | |
1929 | (extended_remote_mourn_1): Remove function. Update all callers | |
1930 | to use extended_remote_mourn. | |
1931 | (extended_remote_attach_1): Remove function. Update all callers | |
1932 | to use extended_remote_attach. | |
1933 | ||
49d45b20 JB |
1934 | 2015-03-28 James Bowman <james.bowman@ftdichip.com> |
1935 | ||
1936 | * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o. | |
1937 | (HFILES_NO_SRCDIR): Add ft32-tdep.h. | |
1938 | (ALLDEPFILES): Add ft32-tdep.c. | |
1939 | * configure.tgt: Add FT32 entry. | |
1940 | * ft32-tdep.c: New file, FT32 target-dependent code. | |
1941 | * ft32-tdep.h: New file, FT32 target-dependent code. | |
1942 | ||
1c4ff080 JK |
1943 | 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com> |
1944 | ||
1945 | Revert: | |
1946 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> | |
1947 | Code cleanup. | |
1948 | * printcmd.c (print_command_1): Move expr variable scope. | |
1949 | ||
79498702 JB |
1950 | 2015-03-27 Joel Brobecker <brobecker@adacore.com> |
1951 | ||
1952 | * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL. | |
1953 | ||
ce9c0ca1 AK |
1954 | 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com> |
1955 | ||
1956 | * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special | |
1957 | sections. | |
1958 | ||
429e1e81 JB |
1959 | 2015-03-26 Joel Brobecker <brobecker@adacore.com> |
1960 | ||
1961 | * dtrace-probe.c (dtrace_process_dof_probe): Contain any | |
1962 | exception raised while parsing the probe arguments. | |
1963 | Force parsing to be done using the C language parser. | |
1964 | * expression.h (parse_expression_with_language): Declare. | |
1965 | * parse.c (parse_expression_with_language): New function. | |
1966 | ||
4593441b JT |
1967 | 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk> |
1968 | ||
1969 | * MAINTAINERS (Write After Approval): Add "Jon Turney". | |
1970 | ||
ff908ebf AW |
1971 | 2015-03-26 Andy Wingo <wingo@igalia.com> |
1972 | ||
1973 | PR symtab/18148 | |
1974 | * dwarf2read.c (struct partial_die_info): Add has_const_value | |
1975 | member. | |
1976 | (add_partial_symbol): Don't punt on symbols that have const_value | |
1977 | attributes. | |
1978 | (read_partial_die): Detect DW_AT_const_value. | |
1979 | ||
f30d5c78 JK |
1980 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
1981 | ||
1982 | Code cleanup. | |
1983 | * printcmd.c (print_command_1): Move expr variable scope. | |
1984 | ||
8d89f51a JK |
1985 | 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
1986 | ||
1987 | Code cleanup. | |
1988 | * printcmd.c (validate_format): Make the parameter cmdname const. | |
1989 | ||
0b736949 DB |
1990 | 2015-03-26 Don Breazeal <donb@codesourcery.com> |
1991 | ||
1992 | * remote.c (_initialize_remote): Update comment. | |
1993 | ||
20d35291 PA |
1994 | 2015-03-26 Pedro Alves <palves@redhat.com> |
1995 | Jon TURNEY <jon.turney@dronecode.org.uk> | |
1996 | ||
1997 | * coffread.c (coff_symfile_read): When constructing the name of an | |
1998 | import stub symbol from import symbol for amd64, only skip the | |
1999 | char after _imp_ if the target is underscored (like i386) and the | |
2000 | char is indeed the target's leading char. | |
2001 | ||
6a3753b3 PA |
2002 | 2015-03-25 Pedro Alves <palves@redhat.com> |
2003 | ||
2004 | * target.h <to_async>: Replace 'callback' and 'context' parameters | |
2005 | with boolean 'enable' parameter. | |
2006 | (target_async): Replace CALLBACK and CONTEXT parameters with | |
2007 | boolean ENABLE parameter. | |
2008 | * inf-loop.c (inferior_event_handler): Adjust. | |
2009 | * linux-nat.c (linux_nat_attach, linux_nat_resume) | |
2010 | (linux_nat_resume): Adjust. | |
2011 | (async_client_callback, async_client_context): Delete. | |
2012 | (handle_target_event): Call inferior_event_handler directly. | |
2013 | (linux_nat_async): Replace 'callback' and 'context' parameters | |
2014 | with boolean 'enable' parameter. Adjust. Remove references to | |
2015 | async_client_callback and async_client_context. | |
2016 | (linux_nat_close): Adjust. | |
2017 | * record-btrace.c (record_btrace_async): Replace 'callback' and | |
2018 | 'context' parameters with boolean 'enable' parameter. Adjust. | |
2019 | (record_btrace_resume): Adjust. | |
2020 | * record-full.c (record_full_async): Replace 'callback' and | |
2021 | 'context' parameters with boolean 'enable' parameter. Adjust. | |
2022 | (record_full_resume, record_full_core_resume): Adjust. | |
2023 | * remote.c (struct remote_state) <async_client_callback, | |
2024 | async_client_context>: Delete fields. | |
2025 | (remote_start_remote, extended_remote_attach_1, remote_resume) | |
2026 | (extended_remote_create_inferior): Adjust. | |
2027 | (remote_async_serial_handler): Call inferior_event_handler | |
2028 | directly. | |
2029 | (remote_async): Replace 'callback' and 'context' parameters with | |
2030 | boolean 'enable' parameter. Adjust. | |
2031 | * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): | |
2032 | Adjust. | |
2033 | * target-delegates.c: Regenerate. | |
2034 | ||
1c4b552b GB |
2035 | 2015-03-25 Gary Benson <gbenson@redhat.com> |
2036 | Pedro Alves <palves@redhat.com> | |
2037 | ||
2038 | * target.c (fileio_ft_t): New typedef, define object vector. | |
2039 | (fileio_fhandles): New static variable. | |
2040 | (is_closed_fileio_fh): New macro. | |
2041 | (lowest_closed_fd): New static variable. | |
2042 | (acquire_fileio_fd): New function. | |
2043 | (release_fileio_fd): Likewise. | |
2044 | (fileio_fd_to_fh): New macro. | |
2045 | (target_fileio_open): Wrap the file descriptor on success. | |
2046 | (target_fileio_pwrite): Updated to use wrapped file descriptor. | |
2047 | (target_fileio_pread): Likewise. | |
2048 | (target_fileio_close): Likewise. | |
2049 | ||
a25d8bf9 PA |
2050 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2051 | ||
2052 | * thread.c (thread_apply_all_command): Take exited threads into | |
2053 | account. | |
2054 | ||
44a1ee51 PA |
2055 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2056 | ||
2057 | * infrun.c (resume, proceed): Mention | |
2058 | switch_back_to_stepped_thread, not switch_back_to_stepping. | |
2059 | ||
f3263aa4 PA |
2060 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2061 | ||
2062 | * infrun.c (user_visible_resume_ptid): Rewrite going from | |
2063 | most-locked to unlocked instead of the opposite. Move comment ... | |
2064 | * infrun.h (user_visible_resume_ptid): ... here. | |
2065 | ||
2bf6fb9d PA |
2066 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2067 | ||
2068 | * linux-nat.c (linux_nat_resume): Output debug logs before trying | |
2069 | to resume the event lwp. Use the lwp's ptid instead of the passed | |
2070 | in (maybe wildcard) ptid. | |
2071 | (stop_wait_callback): Tweak debug log output. | |
2072 | (check_stopped_by_breakpoint): Tweak debug log output. Also dump | |
2073 | TRAP_TRACE. | |
2074 | (linux_nat_filter_event): In debug output, distinguish a | |
2075 | resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs | |
2076 | before trying to resume the lwp. | |
2077 | ||
283a9958 JB |
2078 | 2015-03-24 Joel Brobecker <brobecker@adacore.com> |
2079 | ||
2080 | * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove | |
2081 | pointer indirection. | |
2082 | * gdbtypes.c (get_dyn_prop): Adjust, following change above. | |
2083 | (add_dyn_prop, copy_dynamic_prop_list): Likewise. | |
2084 | ||
93a8e227 JB |
2085 | 2015-03-24 Joel Brobecker <brobecker@adacore.com> |
2086 | ||
2087 | * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>: | |
2088 | Renames DYN_ATTR_DATA_LOCATION. | |
2089 | (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of | |
2090 | DYN_ATTR_DATA_LOCATION. | |
2091 | * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION | |
2092 | instead of DYN_ATTR_DATA_LOCATION. | |
2093 | ||
64ce06e4 PA |
2094 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2095 | ||
2096 | * breakpoint.c (until_break_command): Adjust call to proceed. | |
2097 | * gdbthread.h (struct thread_control_state) <stepping_command>: | |
2098 | New field. | |
2099 | * infcall.c (run_inferior_call): Adjust call to proceed. | |
2100 | * infcmd.c (run_command_1, proceed_thread_callback, continue_1): | |
2101 | Adjust calls to proceed. | |
2102 | (set_step_frame): Set the current thread's step_start_function | |
2103 | here. | |
2104 | (step_once): Adjust calls to proceed. | |
2105 | (jump_command, signal_command, until_next_command) | |
2106 | (finish_backward, finish_forward, proceed_after_attach_callback) | |
2107 | (attach_command_post_wait): Adjust calls to proceed. | |
2108 | * infrun.c (proceed_after_vfork_done): Adjust call to proceed. | |
2109 | (do_target_resume): New function, factored out from ... | |
2110 | (resume): ... here. Remove 'step' parameter. Instead, check | |
2111 | currently_stepping to determine whether the thread should be | |
2112 | single-stepped. | |
2113 | (proceed): Remove 'step' parameter and don't set the thread's | |
2114 | step_start_function here. Adjust call to 'resume'. | |
2115 | (handle_inferior_event): Adjust calls to 'resume'. | |
2116 | (switch_back_to_stepped_thread): Use do_target_resume instead of | |
2117 | 'resume'. | |
2118 | (keep_going): Adjust calls to 'resume'. | |
2119 | * infrun.h (proceed): Remove 'step' parameter. | |
2120 | (resume): Likewise. | |
2121 | * windows-nat.c (do_initial_windows_stuff): Adjust call to | |
2122 | 'resume'. | |
2123 | * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'. | |
2124 | ||
856e7dd6 PA |
2125 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2126 | ||
2127 | * gdbthread.h (struct thread_control_state) <stepping_command>: | |
2128 | New field. | |
2129 | * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set | |
2130 | the thread's stepping_command field. | |
2131 | * infrun.c (resume): Check the thread's stepping_command flag to | |
2132 | determine which threads should be resumed. Rename 'entry_step' | |
2133 | local to user_step. | |
2134 | (clear_proceed_status_thread): Clear 'stepping_command'. | |
2135 | (schedlock_applies): Change parameter type to struct thread_info | |
2136 | pointer. Adjust. | |
2137 | (find_thread_needs_step_over): Remove 'step' parameter. Adjust. | |
2138 | (switch_back_to_stepped_thread): Adjust calls to | |
2139 | 'schedlock_applies'. | |
2140 | (_initialize_infrun): Adjust "set scheduler-locking step" help. | |
2141 | ||
885eeb5b PA |
2142 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2143 | ||
2144 | * infrun.c (step_start_function): Delete and ... | |
2145 | * gdbthread.h (struct thread_control_state) <step_start_function>: | |
2146 | ... now a field here. | |
2147 | * infrun.c (clear_proceed_status_thread): Clear the thread's | |
2148 | step_start_function. | |
2149 | (proceed, process_event_stop_test, print_stop_event): Adjust. | |
2150 | ||
3333f03a PA |
2151 | 2015-03-24 Pedro Alves <palves@redhat.com> |
2152 | ||
2153 | * infrun.c (proceed): No longer handle negative step. | |
2154 | ||
369f6daa GB |
2155 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2156 | ||
2157 | * nat/x86-linux.h (x86_linux_new_thread): New declaration. | |
2158 | (x86_linux_prepare_to_resume): Likewise. | |
2159 | * x86-linux-nat.c (x86_linux_new_thread): | |
2160 | Moved to nat/x86-linux.c. | |
2161 | (x86_linux_prepare_to_resume): Likewise. | |
2162 | * nat/x86-linux.c (x86_linux_new_thread): New function. | |
2163 | (x86_linux_prepare_to_resume): Likewise. | |
2164 | ||
8e5d4070 GB |
2165 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2166 | ||
2167 | * nat/x86-linux-dregs.h: New file. | |
2168 | * nat/x86-linux-dregs.c: Likewise. | |
2169 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h. | |
2170 | (x86-linux-dregs.o): New rule. | |
2171 | * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o. | |
2172 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
2173 | * x86-linux-nat.c: Include nat/x86-linux-dregs.h. | |
2174 | (u_debugreg_offset): Moved to nat/x86-linux-dregs.c. | |
2175 | (x86_linux_dr_get): Likewise. | |
2176 | (x86_linux_dr_set): Likewise. | |
2177 | (x86_linux_dr_get_addr): Likewise. | |
2178 | (x86_linux_dr_get_control): Likewise. | |
2179 | (x86_linux_dr_get_status): Likewise. | |
2180 | (update_debug_registers_callback): Likewise. | |
2181 | (x86_linux_dr_set_control): Likewise. | |
2182 | (x86_linux_dr_set_addr): Likewise. | |
2183 | (x86_linux_update_debug_registers): Likewise. | |
2184 | ||
2b95d440 GB |
2185 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2186 | ||
2187 | * x86-linux-nat.c (x86_linux_update_debug_registers): | |
2188 | New function, factored out from... | |
2189 | (x86_linux_prepare_to_resume): ...this. | |
2190 | ||
14b0bc68 GB |
2191 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2192 | ||
2193 | * x86-linux-nat.c (x86_linux_dr_get): Update comments. | |
2194 | (x86_linux_dr_set): Likewise. | |
2195 | (x86_linux_dr_get_addr): Likewise. | |
2196 | (x86_linux_dr_get_control): Likewise. | |
2197 | (x86_linux_dr_get_status): Likewise. | |
2198 | (update_debug_registers_callback): Likewise. | |
2199 | (x86_linux_dr_set_control): Likewise. | |
2200 | (x86_linux_dr_set_addr): Likewise. | |
2201 | (x86_linux_prepare_to_resume): Likewise. | |
2202 | (x86_linux_new_thread): Likewise. | |
2203 | ||
5dfe6ca8 GB |
2204 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2205 | ||
2206 | * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion. | |
2207 | (x86_linux_new_thread): Rename argument. | |
2208 | ||
4b134ca1 GB |
2209 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2210 | ||
2211 | * nat/x86-linux.h: New file. | |
2212 | * nat/x86-linux.c: Likewise. | |
2213 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h. | |
2214 | (x86-linux.o): New rule. | |
2215 | * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o. | |
2216 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
2217 | * nat/linux-nat.h (struct arch_lwp_info): New forward declaration. | |
2218 | (lwp_set_arch_private_info): New declaration. | |
2219 | (lwp_arch_private_info): Likewise. | |
2220 | * linux-nat.c (lwp_set_arch_private_info): New function. | |
2221 | (lwp_arch_private_info): Likewise. | |
2222 | * x86-linux-nat.c: Include nat/x86-linux.h. | |
2223 | (arch_lwp_info): Removed structure. | |
2224 | (update_debug_registers_callback): | |
2225 | Use lwp_set_debug_registers_changed. | |
2226 | (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed | |
2227 | and lwp_set_debug_registers_changed. | |
2228 | (x86_linux_new_thread): Use lwp_set_debug_registers_changed. | |
2229 | ||
cff068da GB |
2230 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2231 | ||
2232 | * nat/linux-nat.h (ptid_of_lwp): New declaration. | |
2233 | (lwp_is_stopped): Likewise. | |
2234 | (lwp_stop_reason): Likewise. | |
2235 | * linux-nat.c (ptid_of_lwp): New function. | |
2236 | (lwp_is_stopped): Likewise. | |
2237 | (lwp_is_stopped_by_watchpoint): Likewise. | |
2238 | * x86-linux-nat.c (update_debug_registers_callback): | |
2239 | Use lwp_is_stopped. | |
2240 | (x86_linux_prepare_to_resume): Use ptid_of_lwp and | |
2241 | lwp_stop_reason. | |
2242 | ||
b2f7c7e8 GB |
2243 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2244 | ||
2245 | * linux-nat.h (linux_stop_lwp): Move declaration to... | |
2246 | * nat/linux-nat.h (linux_stop_lwp): New declaration. | |
2247 | ||
6d4ee8c6 GB |
2248 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2249 | ||
2250 | * linux-nat.h: Include nat/linux-nat.h. | |
2251 | (iterate_over_lwps): Move declaration to nat/linux-nat.h. | |
2252 | * nat/linux-nat.h (struct lwp_info): New forward declaration. | |
2253 | (iterate_over_lwps_ftype): New typedef. | |
2254 | (iterate_over_lwps): New declaration. | |
2255 | * linux-nat.h (iterate_over_lwps): Update comment. Use | |
2256 | iterate_over_lwps_ftype. Update callback return value check. | |
2257 | ||
70a0bb6b GB |
2258 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2259 | ||
2260 | * x86-nat.h (x86_debug_reg_state): Move declaration to... | |
2261 | * nat/x86-dregs.h (x86_debug_reg_state): New declaration. | |
2262 | ||
7b669087 GB |
2263 | 2015-03-24 Gary Benson <gbenson@redhat.com> |
2264 | ||
2265 | * nat/linux-nat.h (current_lwp_ptid): New declaration. | |
2266 | * linux-nat.c (current_lwp_ptid): New function. | |
2267 | * x86-linux-nat.c: Include nat/linux-nat.h. | |
2268 | (x86_linux_dr_get_addr): Use current_lwp_ptid. | |
2269 | (x86_linux_dr_get_control): Likewise. | |
2270 | (x86_linux_dr_get_status): Likewise. | |
2271 | (x86_linux_dr_set_control): Likewise. | |
2272 | (x86_linux_dr_set_addr): Likewise. | |
2273 | ||
15630549 AT |
2274 | 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com> |
2275 | ||
2276 | PR breakpoints/16466 | |
2277 | * breakpoint.c (create_breakpoint): Set thread on breakpoint struct. | |
2278 | ||
8a4506c0 JB |
2279 | 2015-03-23 Joel Brobecker <brobecker@adacore.com> |
2280 | ||
2281 | * ser-mingw.c (ser_windows_setparity): Fix indentation. | |
2282 | * ser-unix.c (hardwire_setparity): Likewise. | |
2283 | ||
236af5e3 YG |
2284 | 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com> |
2285 | ||
2286 | * NEWS: Mention set/show serial parity command. | |
2287 | * monitor.c (monitor_open): Call serial_setparity. | |
2288 | * remote.c (remote_open_1): Likewise. | |
2289 | * ser-base.c (ser_base_serparity): New function. | |
2290 | * ser-base.h (ser_base_setparity): Add declaration. | |
2291 | * ser-go32.c (dos_ops): Set "setparity" field. | |
2292 | * ser-mingw.c (ser_windows_raw): Do not set state.fParity and | |
2293 | state.Parity. | |
2294 | (ser_windows_setparity): New function. | |
2295 | (hardwire_ops): Add ser_windows_setparity. | |
2296 | (tty_ops): Add NULL for setparity field. | |
2297 | (pipe_ops): Add ser_base_setparity. | |
2298 | (tcp_ops): Likewise. | |
2299 | * ser-pipe.c (pipe_ops): Likewise. | |
2300 | * ser-tcp.c (tcp_ops): Likewise. | |
2301 | * ser-unix.c (hardwire_setparity): Add declaration. | |
2302 | (hardwire_raw): Don't reset PARENB flag. | |
2303 | (hardwire_setparity): New function. | |
2304 | (hardwire_ops): Add hardwire_setparity. | |
2305 | * serial.c (serial_setparity): New function. | |
2306 | (serial_parity): New global. | |
2307 | (parity_none, parity_odd, parity_even, parity_enums, parity): | |
2308 | New static globals. | |
2309 | (set_parity): New function. | |
2310 | (_initialize_serial): Add set/show serial parity commands. | |
2311 | * serial.h (GDBPARITY_NONE): Define. | |
2312 | (GDBPARITY_ODD): Define. | |
2313 | (GDBPARITY_EVEN): Define. | |
2314 | (serial_setparity) Add declaration. | |
2315 | (struct serial_ops): Add setparity field. | |
2316 | * target.h (serial_parity): Add declaration. | |
2317 | ||
32b40af9 KS |
2318 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
2319 | ||
2320 | * linespec.c (linespec_lexer_lex_keyword): Update comment. | |
2321 | ||
693dca06 KS |
2322 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
2323 | ||
2324 | * breakpoint.c (parse_breakpoint_sals): Use | |
2325 | linespec_lexer_lex_keyword to ascertain if the user specified | |
2326 | a NULL location. | |
2327 | * linespec.c [IF_KEYWORD_INDEX]: Define. | |
2328 | (linespec_lexer_lex_keyword): Export. | |
2329 | (struct ls_parser) <keyword_ok>: Remove. | |
2330 | A keyword is only a keyword if not followed by another keyword. | |
2331 | (linespec_lexer_lex_one): Remove keyword_ok handling. | |
2332 | Add comment explaining why the parsing stream is not advanced | |
2333 | when a keyword is seen. | |
2334 | (parse_linespec): Remove parser->keyword_ok. | |
2335 | * linespec.h (linespec_lexer_lex_keyword): Add declaration. | |
2336 | ||
7e993ebf KS |
2337 | 2015-03-23 Keith Seitz <keiths@redhat.com> |
2338 | ||
2339 | PR gdb/18021 | |
2340 | * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint | |
2341 | if we find a static method with DW_AT_vtable_elem_location. | |
2342 | ||
b1a0f704 EZ |
2343 | 2015-03-21 Eli Zaretskii <eliz@gnu.org> |
2344 | ||
2345 | * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter | |
2346 | before the second loop, to avoid undefined behavior. Reported by | |
2347 | Anton Blanchard <anton@samba.org>. | |
2348 | ||
d9823cbb KB |
2349 | 2015-03-20 Keven Boell <keven.boell@intel.com> |
2350 | ||
2351 | * gdbtypes.c (resolve_dynamic_type_internal): Adapt | |
2352 | data_location usage to linked list. | |
2353 | (resolve_dynamic_type_internal): Adapt data_location to | |
2354 | linked list. | |
2355 | (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function. | |
2356 | (copy_type_recursive, copy_type): Add copy of linked list. | |
2357 | * gdbtypes.h (enum dynamic_prop_node_kind): New enum. | |
2358 | (struct dynamic_prop_list): New struct. | |
2359 | * dwarf2read.c (set_die_type): Set data_location data. | |
2360 | ||
2e7bf1d7 PA |
2361 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2362 | ||
2363 | * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to | |
2364 | inner block and make it const. | |
2365 | * machoread.c (get_archive_prefix_len): Make "lparen" const. | |
2366 | ||
7a26bd4d PA |
2367 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2368 | ||
2369 | * breakpoint.c (set_breakpoint_condition): Make argument "exp" const. | |
2370 | * breakpoint.h (set_breakpoint_condition): Update declaration. | |
2371 | ||
cd46431b PA |
2372 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2373 | ||
2374 | * tui/tui-io.c (tui_expand_tabs): Make "s1" const. | |
2375 | ||
e28566f7 PA |
2376 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2377 | ||
2378 | * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const. | |
2379 | ||
f6fc92f6 PA |
2380 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2381 | ||
2382 | * remote-m32r-sdi.c (m32r_open): Make "port_str" const. | |
2383 | ||
c32ed3ef PA |
2384 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2385 | ||
2386 | * nto-tdep.c (nto_find_and_open_solib): Make "endian" const. | |
2387 | (nto_init_solib_absolute_prefix): Likewise. | |
2388 | ||
53e78085 PA |
2389 | 2015-03-20 Pedro Alves <palves@redhat.com> |
2390 | ||
2391 | * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const. | |
2392 | * spu-tdep.c (spu_gdbarch_init): Make "name" const. | |
2393 | ||
bc23328c JK |
2394 | 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com> |
2395 | ||
2396 | * config/djgpp/README: Remove gdb.hp. | |
2397 | ||
e8ffc436 YQ |
2398 | 2015-03-20 Yao Qi <yao.qi@linaro.org> |
2399 | ||
2400 | * aarch64-tdep.c (aarch64_gdbarch_init): Don't call | |
2401 | set_gdbarch_cannot_step_breakpoint. | |
2402 | ||
23f238d3 PA |
2403 | 2015-03-19 Pedro Alves <palves@redhat.com> |
2404 | ||
2405 | * linux-nat.c (linux_resume_one_lwp): Rename to ... | |
2406 | (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here, | |
2407 | instead call perror_with_name. | |
2408 | (check_ptrace_stopped_lwp_gone): New function. | |
2409 | (linux_resume_one_lwp): Reimplement as wrapper around | |
2410 | linux_resume_one_lwp_throw that swallows errors if the LWP is | |
2411 | gone. | |
2412 | (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and | |
2413 | swallows errors if the LWP is gone. Use | |
2414 | linux_resume_one_lwp_throw instead of linux_resume_one_lwp. | |
2415 | ||
eb54c8bf PA |
2416 | 2015-03-19 Pedro Alves <palves@redhat.com> |
2417 | ||
2418 | * linux-nat.c (status_callback): Return early if the LWP has no | |
2419 | status pending. | |
2420 | ||
b90fc188 PA |
2421 | 2015-03-19 Pedro Alves <palves@redhat.com> |
2422 | ||
2423 | * linux-nat.c (select_event_lwp_callback): Update comment to no | |
2424 | longer mention SIGTRAP. | |
2425 | ||
670f82d4 TG |
2426 | 2015-03-18 Tristan Gingold <gingold@adacore.com> |
2427 | ||
2428 | * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move | |
2429 | redirection code to ... | |
2430 | (amd64_windows_frame_decode_insns): ... Here. Fix in prologue | |
2431 | checks. Fix SAVE_NONVOL operations. Add debug code and comments. | |
2432 | ||
464b0089 GB |
2433 | 2015-03-18 Gary Benson <gbenson@redhat.com> |
2434 | ||
2435 | (remote_protocol_features): Remove the "vFile:fstat" feature. | |
2436 | (remote_hostio_fstat): Probe for "vFile:fstat" support. | |
2437 | ||
f68f11b7 YQ |
2438 | 2015-03-11 Yao Qi <yao.qi@linaro.org> |
2439 | ||
2440 | PR tdep/18107 | |
2441 | * aarch64-linux-tdep.c: Include xml-syscall.h | |
2442 | (aarch64_linux_get_syscall_number): New function. | |
2443 | (aarch64_linux_init_abi): Call | |
2444 | set_gdbarch_get_syscall_number. | |
2445 | * syscalls/aarch64-linux.xml: New file. | |
2446 | ||
393bd0c0 YG |
2447 | 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com> |
2448 | ||
2449 | * ser-base.h (ser_base_setstopbits): Change second argument name | |
2450 | from "rate" to "num". | |
2451 | ||
7f3647e2 GB |
2452 | 2015-03-17 Gary Benson <gbenson@redhat.com> |
2453 | Luke Allardyce <lukeallardyce@gmail.com> | |
2454 | ||
2455 | PR gdb/18131 | |
2456 | * common/common-remote-fileio.h (sys/stat.h): New include. | |
2457 | (stuct stat): Remove forward declaration. | |
2458 | ||
3ce5b6e2 JB |
2459 | 2015-03-16 John Baldwin <jhb@FreeBSD.org> |
2460 | ||
2461 | * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers | |
2462 | before writing core register notes. | |
2463 | ||
d053f6be YZ |
2464 | 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> |
2465 | Pedro Alves <palves@redhat.com> | |
2466 | ||
2467 | * gdb_curses.h (tgetnum): Mark with EXTERN_C. | |
2468 | * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs) | |
2469 | (tgoto): Wrap with extern "C". | |
2470 | ||
b1a921c8 PA |
2471 | 2015-03-16 Pedro Alves <palves@redhat.com> |
2472 | Yuanhui Zhang <asmwarrior@gmail.com> | |
2473 | ||
2474 | * stub-termcap.c (tputs): Change prototype. | |
2475 | ||
876d1cd7 YZ |
2476 | 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com> |
2477 | Pedro Alves <palves@redhat.com> | |
2478 | ||
2479 | * windows-nat.c (struct thread_info_struct): Rename to ... | |
2480 | (struct windows_thread_info_struct): ... this. | |
2481 | (thread_info): Rename to ... | |
2482 | (windows_thread_info): ... this. | |
2483 | All users updated. | |
2484 | ||
0800b440 JK |
2485 | 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com> |
2486 | Pedro Alves <palves@redhat.com> | |
2487 | ||
2488 | * NEWS: New Removed targets and native configurations. | |
2489 | ||
2490 | 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com> | |
61a12cfa JK |
2491 | |
2492 | Remove HPUX. | |
2493 | * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o. | |
2494 | (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o. | |
2495 | (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and | |
2496 | ia64-hpux-tdep.h, solib-ia64-hpux.h. | |
2497 | (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c, | |
2498 | ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c. | |
2499 | * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and | |
2500 | hppa-hpux-tdep.c. | |
2501 | * config/ia64/hpux.mh: Remove file. | |
2502 | * config/pa/hpux.mh: Remove file. | |
2503 | * configure: Rebuilt. | |
2504 | * configure.ac (dlgetmodinfo, somread.o): Remove. | |
2505 | * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. | |
2506 | (ia64-*-hpux*): Remove its float format exception. | |
2507 | * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete. | |
2508 | * hppa-hpux-nat.c: Remove file. | |
2509 | * hppa-hpux-tdep.c: Remove file. | |
2510 | * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private): | |
2511 | Move them here from hppa-tdep.h | |
2512 | (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static. | |
2513 | (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception. | |
2514 | * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private): | |
2515 | Move them to hppa-tdep.c. | |
2516 | (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove | |
2517 | declarations. | |
2518 | * ia64-hpux-nat.c: Remove file. | |
2519 | * ia64-hpux-tdep.c: Remove file. | |
2520 | * ia64-hpux-tdep.h: Remove file. | |
2521 | * inf-ttrace.c: Remove file. | |
2522 | * inf-ttrace.h: Remove file. | |
2523 | * solib-ia64-hpux.c: Remove file. | |
2524 | * solib-ia64-hpux.h: Remove file. | |
2525 | * solib-pa64.c: Remove file. | |
2526 | * solib-pa64.h: Remove file. | |
2527 | * solib-som.c: Remove file. | |
2528 | * solib-som.h: Remove file. | |
2529 | * somread.c: Remove file. | |
2530 | ||
25268153 JB |
2531 | 2015-03-13 John Baldwin <jhb@FreeBSD.org> |
2532 | ||
2533 | * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util). | |
2534 | * config.in: Regenerate. | |
2535 | * configure: Regenerate. | |
2536 | * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't | |
2537 | define. | |
2538 | (fbsd_find_memory_regions): Use kinfo_getvmmap to | |
2539 | enumerate memory regions if present. | |
2540 | ||
773eacf5 JB |
2541 | 2015-03-13 John Baldwin <jhb@FreeBSD.org> |
2542 | ||
2543 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes. | |
2544 | * i386fbsd-tdep.c: Fix style in various gdb_static_assert | |
2545 | expressions. | |
2546 | (i386fbsd_sigtramp_p): Likewise. | |
2547 | ||
01b6bdb0 JB |
2548 | 2015-03-12 John Baldwin <jhb@FreeBSD.org> |
2549 | ||
2550 | * MAINTAINERS (Write After Approval): Add John Baldwin. | |
2551 | ||
811a659a GB |
2552 | 2015-03-12 Gary Benson <gbenson@redhat.com> |
2553 | ||
2554 | * solib.c (_initialize_solib): Make "set/show sysroot" use | |
2555 | add_setshow_optional_filename_cmd so it can be restored to | |
2556 | empty after being set. | |
2557 | ||
10304ef3 SDJ |
2558 | 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com> |
2559 | ||
2560 | * Makefile.in (SFILES): New source break-catch-syscall.c. | |
2561 | (COMMON_OBS): New object break-catch-syscall.o. | |
2562 | * break-catch-syscall.c: New file. | |
2563 | * breakpoint.c: Remove inclusion of "xml-syscall.h". | |
2564 | (syscall_catchpoint_p): Move declaration to break-catch-syscall.c | |
2565 | (struct syscall_catchpoint): Likewise. | |
2566 | (dtor_catch_syscall): Likewise. | |
2567 | (catch_syscall_inferior_data): Likewise. | |
2568 | (struct catch_syscall_inferior_data): Likewise. | |
2569 | (get_catch_syscall_inferior_data): Likewise. | |
2570 | (catch_syscall_inferior_data_cleanup): Likewise. | |
2571 | (insert_catch_syscall): Likewise. | |
2572 | (remove_catch_syscall): Likewise. | |
2573 | (breakpoint_hit_catch_syscall): Likewise. | |
2574 | (print_it_catch_syscall): Likewise. | |
2575 | (print_one_catch_syscall): Likewise. | |
2576 | (print_mention_catch_syscall): Likewise. | |
2577 | (print_recreate_catch_syscall): Likewise. | |
2578 | (catch_syscall_breakpoint_ops): Likewise. | |
2579 | (syscall_catchpoint_p): Likewise. | |
2580 | (create_syscall_event_catchpoint): Likewise. | |
2581 | (catch_syscall_split_args): Likewise. | |
2582 | (catch_syscall_command_1): Likewise. | |
2583 | (is_syscall_catchpoint_enabled): Likewise. | |
2584 | (catch_syscall_enabled): Likewise. | |
2585 | (catching_syscall_number): Likewise. | |
2586 | (catch_syscall_completer): Likewise. | |
2587 | (clear_syscall_counts): Likewise. | |
2588 | (initialize_breakpoint_ops): Move initialization of syscall | |
2589 | catchpoints to break-catch-syscall.c. | |
2590 | (_initialize_breakpoint): Move code related to syscall catchpoints | |
2591 | to break-catch-syscall.c. | |
2592 | ||
badd37ce SDJ |
2593 | 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com> |
2594 | ||
2595 | * breakpoint.c (breakpoint_find_if): New function. | |
2596 | * breakpoint.h (breakpoint_find_if): New prototype. | |
2597 | ||
0a93529c GB |
2598 | 2015-03-11 Gary Benson <gbenson@redhat.com> |
2599 | ||
2600 | * remote-fileio.h (remote_fileio_to_host_stat): New declaration. | |
2601 | * remote-fileio.c (remote_fileio_to_host_uint): New function. | |
2602 | (remote_fileio_to_host_ulong): Likewise. | |
2603 | (remote_fileio_to_host_mode): Likewise. | |
2604 | (remote_fileio_to_host_time): Likewise. | |
2605 | (remote_fileio_to_host_stat): Likewise. | |
2606 | * remote.c (PACKET_vFile_fstat): New enum value. | |
2607 | (remote_protocol_features): Register the "vFile:fstat" feature. | |
2608 | (remote_hostio_fstat): New function. | |
2609 | (remote_bfd_iovec_stat): Use the above. | |
2610 | (_initialize_remote): Register new "set/show remote | |
2611 | hostio-fstat-packet" command. | |
2612 | * symfile.c (separate_debug_file_exists): Update comment. | |
2613 | * NEWS: Announce new vFile:fstat packet. | |
2614 | ||
791c0056 GB |
2615 | 2015-03-11 Gary Benson <gbenson@redhat.com> |
2616 | ||
2617 | * common/common-remote-fileio.h: New file. | |
2618 | * common/common-remote-fileio.c: Likewise. | |
2619 | * Makefile.in (SFILES): Add common/common-remote-fileio.c. | |
2620 | (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h. | |
2621 | (COMMON_OBS): Add common-remote-fileio.o. | |
2622 | (common-remote-fileio.o): New rule. | |
2623 | * remote-fileio.h (common-remote-fileio.h): New include. | |
2624 | * remote-fileio.c (gdb/fileio.h): Do not include. | |
2625 | (remote_fileio_to_be): Moved to common-remote-fileio.h. | |
2626 | (remote_fileio_to_fio_uint): Likewise. | |
2627 | (remote_fileio_to_fio_time): Likewise. | |
2628 | (remote_fileio_mode_to_target): Moved to common-remote-fileio.c. | |
2629 | (remote_fileio_to_fio_mode): Likewise. | |
2630 | (remote_fileio_to_fio_ulong): Likewise. | |
2631 | (remote_fileio_to_fio_stat): Likewise. | |
2632 | ||
1390d0ef AW |
2633 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
2634 | ||
2635 | * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which | |
2636 | we were checking the cached type, not the cached dynamic type. | |
2637 | ||
84a4591a AW |
2638 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
2639 | ||
2640 | * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and | |
2641 | other strings, as these are on the GC'd heap, and will be | |
2642 | collected along with the smob. | |
2643 | ||
85642ba0 AW |
2644 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
2645 | ||
2646 | * guile/scm-objfile.c (gdbscm_objfile_progspace): New function. | |
2647 | (objfile_functions): Bind gdbscm_objfile_progspace to | |
2648 | objfile-progspace. | |
2649 | * guile/lib/gdb.scm: Add objfile-progspace to exports. | |
2650 | ||
92fab5a6 AW |
2651 | 2015-03-11 Andy Wingo <wingo@igalia.com> |
2652 | ||
2653 | * guile/guile.c (_initialize_guile): Disable automatic | |
2654 | finalization, if Guile offers us that possibility. | |
2655 | * guile/guile.c (call_initialize_gdb_module): | |
2656 | * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run | |
2657 | finalizers in appropriate places. | |
2658 | * configure.ac (AC_TRY_LIBGUILE): Add a check for | |
2659 | scm_set_automatic_finalization_enabled. | |
2660 | * configure: Regenerated. | |
2661 | ||
f054145e AA |
2662 | 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com> |
2663 | ||
2664 | * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using | |
2665 | SAL, if possible. | |
2666 | ||
18396193 AA |
2667 | 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com> |
2668 | ||
2669 | * s390-linux-nat.c (struct arch_lwp_info): New. | |
2670 | (s390_fix_watch_points): Rename to... | |
2671 | (s390_prepare_to_resume): ...this. Skip the PER info update | |
2672 | unless the watch points have changed. | |
2673 | (s390_refresh_per_info, s390_new_thread): New functions. | |
2674 | (s390_insert_watchpoint): Call s390_refresh_per_info instead of | |
2675 | s390_fix_watch_points. | |
2676 | (s390_remove_watchpoint): Likewise. | |
2677 | (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points. | |
2678 | Register s390_prepare_to_resume. | |
2679 | ||
9eb1356e PA |
2680 | 2015-03-09 Pedro Alves <palves@redhat.com> |
2681 | ||
2682 | Revert: | |
2683 | 2015-03-07 Pedro Alves <palves@redhat.com> | |
2684 | * common/gdb_socket.h: New file. | |
2685 | * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor | |
2686 | sys/socket.h. | |
2687 | (net_open): Use union gdb_sockaddr_u. | |
2688 | ||
aac331e4 PA |
2689 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2690 | ||
2691 | * configure.ac (build_warnings): Move -Wmissing-prototypes | |
2692 | -Wdeclaration-after-statement -Wmissing-parameter-type | |
2693 | -Wold-style-declaration -Wold-style-definition to the C-specific | |
2694 | set. | |
2695 | * configure: Regenerate. | |
2696 | ||
366c75fc PA |
2697 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2698 | ||
2699 | * common/gdb_socket.h: New file. | |
2700 | * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor | |
2701 | sys/socket.h. | |
2702 | (net_open): Use union gdb_sockaddr_u. | |
2703 | ||
72df25b2 PA |
2704 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2705 | ||
2706 | * common/common-exceptions.c [!__cplusplus] (enum catcher_state) | |
2707 | (exceptions_state_mc_action_iter) | |
2708 | (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch): | |
2709 | Don't define. | |
2710 | [__cplusplus] (try_scope_depth): New global. | |
2711 | [__cplusplus] (exception_try_scope_entry) | |
2712 | (exception_try_scope_exit, gdb_exception_sliced_copy) | |
2713 | (exception_rethrow): New functions. | |
2714 | (throw_exception): In C++ mode, throw | |
2715 | gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and | |
2716 | gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR. | |
2717 | (throw_it): In C++ mode, use try_scope_depth. | |
2718 | * common/common-exceptions.h [!__cplusplus] | |
2719 | (exceptions_state_mc_action_iter) | |
2720 | (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch): | |
2721 | Don't declare. | |
2722 | [__cplusplus] (exception_try_scope_entry) | |
2723 | (exception_try_scope_exit, exception_rethrow): Declare. | |
2724 | [__cplusplus] (struct exception_try_scope): New struct. | |
2725 | [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real | |
2726 | C++ exceptions. | |
2727 | (struct gdb_exception_RETURN_MASK_ALL) | |
2728 | (struct gdb_exception_RETURN_MASK_ERROR) | |
2729 | (struct gdb_exception_RETURN_MASK_QUIT): New types. | |
2730 | ||
284e6217 PA |
2731 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2732 | ||
2733 | * main.c (handle_command_errors): Remove volatile qualifier from | |
2734 | parameter. | |
2735 | ||
6c63c96a PA |
2736 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2737 | ||
2738 | * breakpoint.c (save_breakpoints): Adjust to avoid code between | |
2739 | TRY and CATCH. | |
2740 | * gdbtypes.c (safe_parse_type): Remove empty line. | |
2741 | (types_deeply_equal): | |
2742 | * guile/scm-frame.c (gdbscm_frame_name): | |
2743 | * linux-thread-db.c (find_new_threads_once): | |
2744 | * python/py-breakpoint.c (bppy_get_commands): | |
2745 | * record-btrace.c (record_btrace_insert_breakpoint) | |
2746 | (record_btrace_remove_breakpoint, record_btrace_start_replaying) | |
2747 | (record_btrace_start_replaying): Adjust to avoid code between TRY | |
2748 | and CATCH. | |
2749 | ||
492d29ea PA |
2750 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2751 | ||
2752 | * common/common-exceptions.c (struct catcher) <exception>: No | |
2753 | longer a pointer to volatile exception. Now an exception value. | |
2754 | <mask>: Delete field. | |
2755 | (exceptions_state_mc_init): Remove all parameters. Adjust. | |
2756 | (exceptions_state_mc): No longer pop the catcher here. | |
2757 | (exceptions_state_mc_catch): New function. | |
2758 | (throw_exception): Adjust. | |
2759 | * common/common-exceptions.h (exceptions_state_mc_init): Remove | |
2760 | all parameters. | |
2761 | (exceptions_state_mc_catch): Declare. | |
2762 | (TRY_CATCH): Rename to ... | |
2763 | (TRY): ... this. Remove EXCEPTION and MASK parameters. | |
2764 | (CATCH, END_CATCH): New. | |
2765 | All callers adjusted. | |
2766 | ||
ece957c8 TT |
2767 | 2015-03-07 Tom Tromey <tromey@redhat.com> |
2768 | ||
2769 | * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX. | |
2770 | ||
7556d4a4 PA |
2771 | 2015-03-07 Pedro Alves <palves@redhat.com> |
2772 | ||
2773 | * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache) | |
2774 | (amd64_epilogue_frame_cache): Normal exception handling code. | |
2775 | * break-catch-throw.c (check_status_exception_catchpoint) | |
2776 | (re_set_exception_catchpoint): Ditto. | |
2777 | * cli/cli-interp.c (safe_execute_command): | |
2778 | * cli/cli-script.c (script_from_file): Ditto. | |
2779 | * compile/compile-c-symbols.c (generate_c_for_for_one_variable): | |
2780 | Ditto. | |
2781 | * compile/compile-object-run.c (compile_object_run): Ditto. | |
2782 | * cp-abi.c (baseclass_offset): Ditto. | |
2783 | * cp-valprint.c (cp_print_value): Ditto. | |
2784 | * exceptions.c (catch_exceptions_with_msg): | |
2785 | * frame-unwind.c (frame_unwind_try_unwinder): Ditto. | |
2786 | * frame.c (get_frame_address_in_block_if_available): Ditto. | |
2787 | * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache) | |
2788 | (i386_sigtramp_frame_cache): Ditto. | |
2789 | * infcmd.c (post_create_inferior): Ditto. | |
2790 | * linespec.c (parse_linespec, find_linespec_symbols): | |
2791 | * p-valprint.c (pascal_object_print_value): Ditto. | |
2792 | * parse.c (parse_expression_for_completion): Ditto. | |
2793 | * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto. | |
2794 | * remote.c (remote_get_noisy_reply): Ditto. | |
2795 | * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto. | |
2796 | * solib-svr4.c (solib_svr4_r_map): Ditto. | |
2797 | ||
f873665f | 2798 | 2015-03-06 Gary Benson <gbenson@redhat.com> |
61012eef GB |
2799 | |
2800 | * common/common-utils.h (startswith): New inline function. | |
2801 | All places where this logic was used updated to use the above. | |
2802 | ||
68901c4d PA |
2803 | 2015-03-05 Pedro Alves <palves@redhat.com> |
2804 | ||
2805 | PR gdb/18002 | |
2806 | * mem-break.c (default_memory_insert_breakpoint): Set shadow_len | |
2807 | after reading the breakpoint's shadow memory. | |
2808 | ||
2dcb2b1a MK |
2809 | 2015-03-05 Mark Kettenis <kettenis@gnu.org> |
2810 | ||
2811 | * hppabsd-nat.c: Remove file. | |
2812 | * hppaobsd-nat.c: New file. | |
2813 | * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add | |
2814 | hppaobsd-nat.c. | |
2815 | * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with | |
2816 | hppaobsd-nat.o. | |
2817 | ||
527a273a PA |
2818 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2819 | ||
2820 | * target.h (struct target_ops) <to_decr_pc_after_break>: Delete. | |
2821 | (target_decr_pc_after_break): Delete declaration. | |
2822 | * target.c (default_target_decr_pc_after_break) | |
2823 | (target_decr_pc_after_break): Delete. | |
2824 | * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use | |
2825 | gdbarch_decr_pc_after_break instead of target_decr_pc_after_break. | |
2826 | * linux-thread-db.c (check_event): Likewise. | |
2827 | * infrun.c (adjust_pc_after_break): Likewise. | |
2828 | * darwin-nat.c (cancel_breakpoint): Likewise. | |
2829 | * aix-thread.c (aix_thread_wait): Likewise. | |
2830 | * target-delegates.c: Regenerate. | |
2831 | ||
faf09f01 PA |
2832 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2833 | ||
2834 | * linux-nat.c (save_sigtrap): Check for breakpoints before | |
2835 | checking watchpoints. | |
2836 | (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a | |
2837 | breakpoint is inserted if relying on SIGTRAP's siginfo.si_code. | |
2838 | (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether | |
2839 | a breakpoint triggered based on the SIGTRAP's siginfo.si_code. | |
2840 | (linux_nat_stopped_by_sw_breakpoint) | |
2841 | (linux_nat_supports_stopped_by_sw_breakpoint) | |
2842 | (linux_nat_stopped_by_hw_breakpoint) | |
2843 | (linux_nat_supports_stopped_by_hw_breakpoint): New functions. | |
2844 | (linux_nat_wait_1): Don't re-increment the PC if relying on | |
2845 | SIGTRAP's siginfo->si_code. | |
2846 | (linux_nat_add_target): Install new target methods. | |
2847 | * linux-thread-db.c (check_event): Don't account for breakpoint PC | |
2848 | offset if the target already adjusted the PC. | |
2849 | * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New. | |
2850 | (GDB_ARCH_TRAP_BRKPT): New. | |
2851 | (TRAP_HWBKPT): Define if not already defined. | |
2852 | ||
f7e6eed5 PA |
2853 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2854 | ||
2855 | * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons. | |
2856 | * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>: | |
2857 | Delete field. | |
2858 | <stop_reason>: New field. | |
2859 | (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values. | |
2860 | (packet_set_cmd_state): New function. | |
2861 | (remote_protocol_features): Register the "swbreak" and "hwbreak" | |
2862 | features. | |
2863 | (remote_query_supported): If not disabled with the corresponding | |
2864 | "set remote foo-packet" command, report support for the swbreak | |
2865 | and hwbreak features. | |
2866 | (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete | |
2867 | field. | |
2868 | <stop_reason>: New field. | |
2869 | (remote_parse_stop_reply): Handle "swbreak" and "hwbreak". | |
2870 | (remote_wait_as): Adjust. | |
2871 | (remote_stopped_by_sw_breakpoint) | |
2872 | (remote_supports_stopped_by_sw_breakpoint) | |
2873 | (remote_stopped_by_hw_breakpoint) | |
2874 | (remote_supports_stopped_by_hw_breakpoint): New functions. | |
2875 | (remote_stopped_by_watchpoint): New function. | |
2876 | (init_remote_ops): Install them. | |
2877 | (_initialize_remote): Register new "set/show remote | |
2878 | swbreak-feature-packet" and "set/show remote | |
2879 | swbreak-feature-packet" commands. | |
2880 | ||
9e8915c6 PA |
2881 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2882 | ||
2883 | * btrace.h: Include target/waitstatus.h. | |
2884 | (struct btrace_thread_info) <stop_reason>: New field. | |
2885 | * record-btrace.c (record_btrace_step_thread): Use | |
2886 | record_check_stopped_by_breakpoint instead of breakpoint_here_p. | |
2887 | (record_btrace_decr_pc_after_break): Delete. | |
2888 | (record_btrace_stopped_by_sw_breakpoint) | |
2889 | (record_btrace_supports_stopped_by_sw_breakpoint) | |
2890 | (record_btrace_stopped_by_hw_breakpoint) | |
2891 | (record_btrace_supports_stopped_by_hw_breakpoint): New functions. | |
2892 | (init_record_btrace_ops): Install them. | |
2893 | * record-full.c (record_full_hw_watchpoint): Delete and replace | |
2894 | with ... | |
2895 | (record_full_stop_reason): ... this throughout. | |
2896 | (record_full_exec_insn): Adjust. | |
2897 | (record_full_wait_1): Adjust. No longer re-increment the PC. | |
2898 | (record_full_wait_1): Adjust. Use | |
2899 | record_check_stopped_by_breakpoint instead of breakpoint_here_p. | |
2900 | (record_full_stopped_by_watchpoint): Adjust. | |
2901 | (record_full_stopped_by_sw_breakpoint) | |
2902 | (record_full_supports_stopped_by_sw_breakpoint) | |
2903 | (record_full_supports_stopped_by_sw_breakpoint) | |
2904 | (record_full_stopped_by_hw_breakpoint) | |
2905 | (record_full_supports_stopped_by_hw_breakpoint): New functions. | |
2906 | (init_record_full_ops, init_record_full_core_ops): Install them. | |
2907 | * record.c (record_check_stopped_by_breakpoint): New function. | |
2908 | * record.h: Include target/waitstatus.h. | |
2909 | (record_check_stopped_by_breakpoint): New declaration. | |
2910 | ||
15c66dd6 PA |
2911 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2912 | ||
2913 | enum lwp_stop_reason -> enum target_stop_reason | |
2914 | * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint) | |
2915 | (linux_nat_stopped_by_watchpoint, status_callback) | |
2916 | (linux_nat_wait_1): Adjust. | |
2917 | * linux-nat.h (enum lwp_stop_reason): Delete. | |
2918 | (struct lwp_info) <stop_reason>: Now an enum target_stop_reason. | |
2919 | * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust. | |
2920 | * target/waitstatus.h (enum target_stop_reason): New. | |
2921 | ||
1cf4d951 PA |
2922 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2923 | ||
2924 | * breakpoint.c (need_moribund_for_location_type): New function. | |
2925 | (bpstat_stop_status): Don't skipping checking moribund locations | |
2926 | of breakpoint types which the target tell caused a stop. | |
2927 | (program_breakpoint_here_p): New function, factored out from ... | |
2928 | (bp_loc_is_permanent): ... this. | |
2929 | (update_global_location_list): Don't create a moribund location if | |
2930 | the target supports reporting stops of the type of the removed | |
2931 | breakpoint. | |
2932 | * breakpoint.h (program_breakpoint_here_p): New declaration. | |
2933 | * infrun.c (adjust_pc_after_break): Return early if the target has | |
2934 | already adjusted the PC. Add comments. | |
2935 | (handle_signal_stop): If nothing explains a signal, and the target | |
2936 | tells us the stop was caused by a software breakpoint, check if | |
2937 | there's a breakpoint instruction in the memory. If so, adjust the | |
2938 | PC before presenting the stop to the user. Otherwise, ignore the | |
2939 | trap. If nothing explains a signal, and the target tells us the | |
2940 | stop was caused by a hardware breakpoint, ignore the trap. | |
2941 | * target.h (struct target_ops) <to_stopped_by_sw_breakpoint, | |
2942 | to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint, | |
2943 | to_supports_stopped_by_hw_breakpoint>: New fields. | |
2944 | (target_stopped_by_sw_breakpoint) | |
2945 | (target_supports_stopped_by_sw_breakpoint) | |
2946 | (target_stopped_by_hw_breakpoint) | |
2947 | (target_supports_stopped_by_hw_breakpoint): Define. | |
2948 | * target-delegates.c: Regenerate. | |
2949 | ||
79639e11 PA |
2950 | 2015-03-04 Pedro Alves <palves@redhat.com> |
2951 | ||
2952 | * infrun.c (follow_fork_inferior): Use the whole of the | |
2953 | inferior_ptid and pending_follow.related_pid ptids instead of | |
2954 | building ptids from the process components. Adjust verbose output | |
2955 | to use target_pid_to_str. | |
2956 | * linux-nat.c (linux_child_follow_fork): Use the whole of the | |
2957 | inferior_ptid and pending_follow.related_pid ptids instead of | |
2958 | building ptids from the process components. | |
2959 | ||
e85e8e5e MK |
2960 | 2015-03-04 Mark Kettenis <kettenis@gnu.org> |
2961 | ||
2962 | * inf-ptrace.c [PT_GET_PROCESS_STATE] | |
2963 | (inf_ptrace_insert_fork_catchpoint): New function. | |
2964 | (inf_ptrace_remove_fork_catchpoint): New function. | |
2965 | (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them. | |
2966 | ||
87de11c0 AA |
2967 | 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
2968 | ||
2969 | * s390-linux-tdep.c (s390_register_name): Return empty string | |
2970 | instead of NULL for registers that shouldn't be visible. | |
2971 | ||
d851a69a AA |
2972 | 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
2973 | ||
2974 | * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall | |
2975 | XML file for 64-bit targets. | |
2976 | ||
b072f6c1 SM |
2977 | 2015-03-03 Simon Marchi <simon.marchi@ericsson.com> |
2978 | ||
2979 | * target.h (find_default_create_inferior): Remove declaration. | |
2980 | (find_default_attach): Likewise. | |
2981 | ||
c1593e4f PA |
2982 | 2015-03-03 Pedro Alves <palves@redhat.com> |
2983 | ||
2984 | * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace. | |
2985 | Use ptid_get_pid to get the overall process id when resuming all | |
2986 | threads. | |
2987 | ||
90ad5e1d PA |
2988 | 2015-03-03 Pedro Alves <palves@redhat.com> |
2989 | ||
2990 | * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of | |
2991 | the lwp field of ptid. Pass the full ptid to get_thread_regcache. | |
2992 | * inf-ptrace.c (get_ptrace_pid): New function. | |
2993 | (inf_ptrace_resume): Use it. | |
2994 | * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified | |
2995 | to the lower layer. | |
2996 | ||
d68e53f4 MM |
2997 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
2998 | ||
2999 | * nat/linux-btrace.c: Include sys/utsname.h. | |
3000 | (linux_determine_kernel_ptr_bits): New. | |
3001 | (linux_enable_bts): Call linux_determine_kernel_ptr_bits. | |
3002 | * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero | |
3003 | ptr_bits. | |
3004 | ||
986b6601 MM |
3005 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
3006 | ||
3007 | * btrace.c (ftrace_update_function): Treat return as tailcall for | |
3008 | "_dl_runtime_resolve". | |
3009 | ||
ce0dfbea MM |
3010 | 2015-03-03 Markus Metzger <markus.t.metzger@intel.com> |
3011 | ||
3012 | * btrace.h (btrace_function) <lbegin, lend>: Remove. | |
3013 | * btrace.c (ftrace_debug): Do not print the line range. | |
3014 | (ftrace_skip_file, ftrace_update_lines): Remove. | |
3015 | (ftrace_new_function): Remove lbegin and lend initialization. | |
3016 | (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines. | |
3017 | * record-btrace.c (btrace_compute_src_line_range): New. | |
3018 | (btrace_call_history_src_line): Call btrace_compute_src_line_range. | |
3019 | ||
95e50b27 PA |
3020 | 2015-03-02 Pedro Alves <palves@redhat.com> |
3021 | ||
3022 | * infrun.c (follow_exec): Delete all threads of the process except | |
3023 | the event thread. Extended comments. | |
3024 | ||
00e474c2 JB |
3025 | 2015-03-02 Joel Brobecker <brobecker@adacore.com> |
3026 | ||
3027 | * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false". | |
3028 | ||
cc7039d3 JB |
3029 | 2015-03-02 Joel Brobecker <brobecker@adacore.com> |
3030 | ||
3031 | * utils.h: Remove <stdbool.h> #include. | |
3032 | (producer_is_gcc): Change return type to "int". | |
3033 | * utils.c (producer_is_gcc): Change return type to int. | |
3034 | Return 1 instead of true, and 0 instead of false. | |
3035 | Adjust function documentation accordingly. | |
3036 | ||
550bdf96 AA |
3037 | 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com> |
3038 | ||
3039 | * s390-linux-nat.c (have_regset_vxrs): New static variable. | |
3040 | (s390_linux_fetch_inferior_registers): Handle vector registers, if | |
3041 | present. | |
3042 | (s390_linux_store_inferior_registers): Likewise. | |
3043 | (s390_get_hwcap): Remove function. Embed its logic... | |
3044 | (s390_read_description): ...here. Yield a target description with | |
3045 | vector registers if applicable. | |
3046 | * s390-linux-tdep.c: Include "features/s390-vx-linux64.c", | |
3047 | "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and | |
3048 | "features/s390x-tevx-linux64.c". | |
3049 | (struct gdbarch_tdep) <v0_full_regnum>: New field. | |
3050 | (s390_dwarf_regmap): Add vector registers. Remove bogus entries | |
3051 | for "GNU/Linux-specific registers". | |
3052 | (s390_dwarf_reg_r0l): New enum value. | |
3053 | (s390_dwarf_reg_to_regnum): Support vector registers. | |
3054 | (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers | |
3055 | of GPR lower halves. | |
3056 | (regnum_is_vxr_full): New function. | |
3057 | (s390_register_name): New function. | |
3058 | (s390_pseudo_register_name): Handle v0-v15, which are composed of | |
3059 | f0-f15 and v0l-v15l. | |
3060 | (s390_pseudo_register_type): Likewise. | |
3061 | (s390_pseudo_register_read): Likewise. | |
3062 | (s390_pseudo_register_write): Likewise. | |
3063 | (s390_value_from_register): Account for the fact that values are | |
3064 | placed left-justified in vector registers. | |
3065 | (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to | |
3066 | the vector reggroup and omit them from the general reggroup. | |
3067 | (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps. | |
3068 | (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets. | |
3069 | (s390_iterate_over_regset_sections): Add iterations for the two | |
3070 | new vector regsets. | |
3071 | (s390_core_read_description): Yield a target description with | |
3072 | vector registers if applicable. | |
3073 | (s390_gdbarch_init): Handle target descriptions with vector | |
3074 | registers. Add "register_name" gdbarch method. | |
3075 | (_initialize_s390_tdep): Call new tdesc initialization functions. | |
3076 | * s390-linux-tdep.h (HWCAP_S390_VX): New macro. | |
3077 | (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM) | |
3078 | (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM) | |
3079 | (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM) | |
3080 | (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM) | |
3081 | (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM) | |
3082 | (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM) | |
3083 | (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM) | |
3084 | (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM) | |
3085 | (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM) | |
3086 | (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM) | |
3087 | (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM) | |
3088 | (S390_V30_REGNUM, S390_V31_REGNUM): New macros. | |
3089 | (S390_NUM_REGS): Adjust value. | |
3090 | (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare. | |
3091 | (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64) | |
3092 | (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise. | |
3093 | * NEWS: Announce S/390 vector register support. | |
3094 | ||
446899e4 AA |
3095 | 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com> |
3096 | ||
3097 | * features/s390-tevx-linux64.xml: New file. | |
3098 | * features/s390-vx-linux64.xml: New file. | |
3099 | * features/s390-vx.xml: New file. | |
3100 | * features/s390x-tevx-linux64.xml: New file. | |
3101 | * features/s390x-vx-linux64.xml: New file. | |
3102 | * features/Makefile (WHICH): Add s390-vx-linux64, | |
3103 | s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64. | |
3104 | (s390-vx-linux64-expedite, s390-tevx-linux64-expedite) | |
3105 | (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New | |
3106 | macros. | |
3107 | * features/s390-tevx-linux64.c: New generated file. | |
3108 | * features/s390-vx-linux64.c: Likewise. | |
3109 | * features/s390x-tevx-linux64.c: Likewise. | |
3110 | * features/s390x-vx-linux64.c: Likewise. | |
3111 | * regformats/s390-tevx-linux64.dat: Likewise. | |
3112 | * regformats/s390-vx-linux64.dat: Likewise. | |
3113 | * regformats/s390x-tevx-linux64.dat: Likewise. | |
3114 | * regformats/s390x-vx-linux64.dat: Likewise. | |
3115 | ||
b7236fbe DE |
3116 | 2015-02-28 Doug Evans <xdje42@gmail.com> |
3117 | ||
3118 | * symtab.h (struct symtab) <next>: Fix comment. | |
3119 | ||
02e62830 SM |
3120 | 2015-02-27 Simon Marchi <simon.marchi@ericsson.com> |
3121 | ||
3122 | * python/python.c (python_GdbModuleDef): Rename GdbMethods to | |
3123 | python_GdbMethods. | |
3124 | ||
bf36a1e7 PA |
3125 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3126 | ||
3127 | * dtrace-probe.c (dtrace_probe_ops): Make extern. | |
3128 | ||
ad6aff7d PA |
3129 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3130 | ||
3131 | * common/common-exceptions.h (exception_none): Declare. | |
3132 | * common/common-exceptions.c (exception_none): Moved from | |
3133 | exceptions.c. | |
3134 | (exceptions_state_mc_init): Use exception_none. | |
3135 | * exceptions.c (exception_none): Move to | |
3136 | common/common-exceptions.c. | |
3137 | * exceptions.h (exception_none): Move to | |
3138 | common/common-exceptions.h. | |
3139 | ||
97c18565 PA |
3140 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3141 | ||
3142 | * main.c (catch_command_errors, catch_command_errors_const): | |
3143 | Remove 'mask' argument. Adjust. | |
3144 | (captured_main): Adjust callers. | |
3145 | ||
e992c591 PA |
3146 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3147 | ||
3148 | * python/python-internal.h: Include "extension-priv.h". | |
3149 | ||
64166036 PA |
3150 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3151 | ||
3152 | * breakpoint.h (enum print_stop_action): Move further up in the | |
3153 | file. | |
3154 | ||
8a526fa6 PA |
3155 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3156 | ||
3157 | * gdbarch.sh: Include regcache.h. | |
3158 | * gdbarch.h: Regenerate. | |
3159 | ||
0fa9c223 PA |
3160 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3161 | ||
3162 | * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>: | |
3163 | Remove duplicate const. | |
3164 | * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove | |
3165 | duplicate const. | |
3166 | ||
7cf99fb1 PA |
3167 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3168 | ||
3169 | * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST. | |
3170 | * guile/guile.c (extension_language_guile): Use EXPORTED_CONST. | |
3171 | * features/feature_to_c.sh: Tag the generated xml_builtin array | |
3172 | with extern const in C++ mode. | |
3173 | ||
1424c16e TT |
3174 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
3175 | ||
3176 | * minidebug.c (struct lzma_stream): Rename to ... | |
3177 | (struct gdb_lzma_stream): ... this. | |
3178 | (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust. | |
3179 | ||
10367c7c PA |
3180 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3181 | ||
3182 | * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New | |
3183 | function. | |
3184 | (mi_cmd_stack_list_locals, mi_cmd_stack_list_args) | |
3185 | (mi_cmd_stack_list_variables): Use it. | |
3186 | ||
4180215b PA |
3187 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3188 | ||
3189 | * x86-linux-nat.c (u_debugreg_offset): New function. | |
3190 | (x86_linux_dr_get, x86_linux_dr_set): Use it. | |
3191 | ||
2f56f7c3 PA |
3192 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3193 | ||
3194 | * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward | |
3195 | declaration. | |
3196 | Include break-common.h. | |
3197 | ||
570dc176 TT |
3198 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
3199 | Pedro Alves <palves@redhat.com> | |
3200 | ||
3201 | * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for | |
3202 | local used to iterate over enums. | |
3203 | * completer.c (signal_completer): Likewise. | |
3204 | * i386-tdep.c (i386_stap_parse_special_token): Likewise. | |
3205 | * rs6000-tdep.c (powerpc_set_vector_abi): Likewise. | |
3206 | * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise. | |
3207 | * tui/tui-layout.c (next_layout, prev_layout): Likewise. | |
3208 | * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all) | |
3209 | (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise. | |
3210 | * tui-wingeneral.c (tui_refresh_all): Likewise. | |
3211 | ||
68c14faa PA |
3212 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3213 | ||
3214 | * target.h: Include "infrun.h". | |
3215 | ||
749bab01 PA |
3216 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3217 | ||
3218 | * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP. | |
3219 | ||
3c14e5a3 PA |
3220 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3221 | ||
3222 | * common/agent.h (IPA_SYM_EXPORTED_NAME): New. | |
3223 | (IPA_SYM): Use it. | |
3224 | * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros. | |
3225 | ||
56000a98 PA |
3226 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3227 | ||
3228 | * cli-out.c (_rl_erase_entire_line): Move declaration out of | |
3229 | cli_mld_erase_entire_line, and make it extern "C". | |
3230 | * common/common-defs.h (EXTERN_C): New. | |
3231 | * completer.c (_rl_completion_prefix_display_length) | |
3232 | (_rl_print_completions_horizontally, QSFUNC): Move declarations | |
3233 | out of gdb_display_match_list_1. | |
3234 | (_rl_qsort_string_compare): Move declaration out of | |
3235 | gdb_display_match_list_1, and make it extern "C". | |
3236 | * defs.h (re_comp): Use EXTERN_C. | |
3237 | * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper, | |
3238 | and make it extern "C". | |
3239 | (monstartup): Move declaration out of maintenance_set_profile_cmd, | |
3240 | and make it extern "C". | |
3241 | (main): Move declaration out of maintenance_set_profile_cmd. | |
3242 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use | |
3243 | EXTERN_C. | |
3244 | ||
bcabf420 PA |
3245 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3246 | ||
3247 | * python/python.c (GdbMethods): Rename to ... | |
3248 | (python_GdbMethods): ... this and make extern. | |
3249 | (GdbModuleDef): Rename to ... | |
3250 | (python_GdbModuleDef): ... this and make extern. | |
3251 | ||
928dbe07 PA |
3252 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3253 | ||
3254 | * record-btrace.c (set_record_btrace_cmdlist) | |
3255 | (show_record_btrace_cmdlist): Remove redefinitions. | |
3256 | ||
52059ffd TT |
3257 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
3258 | Pedro Alves <palves@redhat.com> | |
3259 | ||
3260 | * dwarf2-frame.c (enum cfa_how_kind, struct | |
3261 | dwarf2_frame_state_reg_info): Move out of struct | |
3262 | dwarf2_frame_state. | |
3263 | * dwarf2read.c (struct tu_stats): Move out of struct | |
3264 | dwarf2_per_objfile. | |
3265 | (struct file_entry): Move out of struct line_header. | |
3266 | (struct nextfield, struct nextfnfield, struct fnfieldlist, struct | |
3267 | typedef_field_list): Move out of struct field_info. | |
3268 | * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data): | |
3269 | Move out of struct dynamic_prop. | |
3270 | (union type_owner, union field_location, struct field, struct | |
3271 | range_bounds, union type_specific): Move out of struct main_type. | |
3272 | (struct fn_fieldlist, struct fn_field, struct typedef_field) | |
3273 | (VOFFSET_STATIC): Move out of struct cplus_struct_type. | |
3274 | (struct call_site_target, union call_site_parameter_u, struct | |
3275 | call_site_parameter): Move out of struct call_site. | |
3276 | * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct | |
3277 | m32c_prologue. | |
3278 | (enum srcdest_kind): Move out of struct srcdest. | |
3279 | * main.c (enum cmdarg_kind): Move out of struct cmdarg. | |
3280 | * prologue-value.h (enum prologue_value_kind): Move out of struct | |
3281 | prologue_value. | |
3282 | * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct | |
3283 | gdbarch_tdep. | |
3284 | * stabsread.c (struct nextfield, struct next_fnfieldlist): Move | |
3285 | out of struct field_info. | |
3286 | * symfile.h (struct other_sections): Move out of struct | |
3287 | section_addr_info. | |
3288 | * symtab.c (struct symbol_cache_slot): Move out struct | |
3289 | block_symbol_cache. | |
3290 | * target-descriptions.c (enum tdesc_type_kind): Move out of | |
3291 | typedef struct tdesc_type. | |
3292 | * tui/tui-data.h (enum tui_line_or_address_kind): Move out of | |
3293 | struct tui_line_or_address. | |
3294 | * value.c (enum internalvar_kind, union internalvar_data): Move | |
3295 | out of struct internalvar. | |
3296 | * xtensa-tdep.h (struct ctype_cache): Move out of struct | |
3297 | gdbarch_tdep. | |
3298 | ||
fe978cb0 PA |
3299 | 2015-02-27 Tom Tromey <tromey@redhat.com> |
3300 | Pedro Alves <palves@redhat.com> | |
3301 | ||
3302 | Rename symbols whose names are reserved C++ keywords throughout. | |
3303 | ||
3bc3d82a PA |
3304 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3305 | ||
3306 | * Makefile.in (COMPILER): New, get it from autoconf. | |
3307 | (COMPILE.pre, CC_LD): Use COMPILER. | |
3308 | (CXX): Get from autoconf instead. | |
3309 | (CXX_FOR_TARGET): Default to g++ instead of gcc. | |
3310 | * acinclude.m4: Include build-with-cxx.m4. | |
3311 | * build-with-cxx.m4: New file. | |
3312 | * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX. | |
3313 | Disable -Werror by default if building in C++ mode. | |
3314 | (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and | |
3315 | -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode. | |
3316 | Run supported-warning-flags tests with the C++ compiler. | |
3317 | Save/restore CXXFLAGS too. | |
3318 | * configure: Regenerate. | |
3319 | ||
07697489 PA |
3320 | 2015-02-27 Pedro Alves <palves@redhat.com> |
3321 | ||
3322 | * libiberty.m4: New file. | |
3323 | * acinclude.m4: Include libiberty.m4. | |
3324 | * configure.ac: Call libiberty_INIT. | |
3325 | * config.in, configure: Regenerate. | |
3326 | ||
60abeae4 AA |
3327 | 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com> |
3328 | ||
3329 | * s390-linux-tdep.c (s390_gcc_target_options): Not just handle | |
3330 | 31-bit targets, but 64-bit targets as well. | |
3331 | (s390_gnu_triplet_regexp): New function. | |
3332 | (s390_gdbarch_init): Set the gcc_target_options gdbarch method for | |
3333 | 64-bit targets as well. Set the gnu_triplet_regexp gdbarch | |
3334 | method. | |
3335 | ||
f44466fb | 3336 | 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch) |
f0666312 JT |
3337 | |
3338 | * windows-nat.c (CONTEXT_DEBUGGER): Remove. | |
3339 | (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags | |
3340 | from CONTEXT_DEBUGGER. | |
3341 | ||
0def5aaa DE |
3342 | 2015-02-26 Doug Evans <dje@google.com> |
3343 | ||
3344 | * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to | |
3345 | CHECK_TYPEDEF. | |
3346 | (set_type_vptr_fieldno): Ditto. | |
3347 | (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto. | |
3348 | * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto. | |
3349 | ||
77b64a49 PA |
3350 | 2015-02-26 Pedro Alves <palves@redhat.com> |
3351 | ||
3352 | * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF. | |
3353 | * complaints.c (vcomplaint): Pass argument FMT directly to | |
3354 | printf-like functions instead of complaint->fmt. | |
3355 | * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF. | |
3356 | * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF. | |
3357 | * compile/compile-loc2c.c (pushf, unary, binary): Add | |
3358 | ATTRIBUTE_PRINTF. | |
3359 | (do_compile_dwarf_expr_to_c): Pass string literal as format string | |
3360 | to pushf. | |
3361 | (BINARY): Pass string literal as format string to 'binary'. | |
3362 | * compile/compile-object-load.c (link_callbacks_einfo): Add | |
3363 | ATTRIBUTE_PRINTF. | |
3364 | * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF. | |
3365 | ||
532f44ed PA |
3366 | 2015-02-26 Pedro Alves <palves@redhat.com> |
3367 | ||
3368 | * windows-termcap.c: Rename to ... | |
3369 | * stub-termcap.c: ... this. Adjust header line. | |
3370 | * Makefile.in (SFILES): Refer to stub-termcap.c instead of | |
3371 | windows-termcap.c. | |
3372 | * configure: Regenerate. | |
3373 | * configure.ac: Refer to stub-termcap.o instead of | |
3374 | windows-termcap.o. | |
3375 | * gdb_curses.h: Mention stub-termcap.c instead of | |
3376 | windows-termcap.c. | |
3377 | ||
081a1c2c JK |
3378 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
3379 | ||
3380 | * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym) | |
3381 | (gcc_symbol_address): Call gnu_ifunc_resolve_addr. | |
3382 | ||
2f41223f AT |
3383 | 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com> |
3384 | ||
3385 | * gdb/infcmd.c (print_return_value): use type_to_string to print type. | |
3386 | ||
80c57053 JK |
3387 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
3388 | ||
3389 | * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for | |
3390 | bfd_canonicalize_symtab. | |
3391 | ||
cf424aef JB |
3392 | 2015-02-25 John Baldwin <jhb@FreeBSD.org> |
3393 | ||
3394 | * amd64fbsd-nat.c: Include sys/user.h. | |
3395 | (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl | |
3396 | instead of KERN_PS_STRINGS to locate the signal trampoline. | |
3397 | * i386fbsd-nat.c: Include sys/user.h. | |
3398 | (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl | |
3399 | instead of KERN_PS_STRINGS to locate the signal trampoline. | |
3400 | * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New. | |
3401 | (amd64fbsd_sigtramp_p): New. | |
3402 | (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No | |
3403 | longer set default values. | |
3404 | (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p". | |
3405 | * i386fbsd-tdep.c (i386fbsd_sigtramp_start) | |
3406 | (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end) | |
3407 | (i386fbsd_freebsd4_sigtramp_start) | |
3408 | (i386fbsd_freebsd4_sigtramp_middle) | |
3409 | (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start) | |
3410 | (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New. | |
3411 | (i386fbsd_sigtramp_p): New. | |
3412 | (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No | |
3413 | longer set default values. | |
3414 | (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p". | |
3415 | ||
c5cb74ee JB |
3416 | 2015-02-25 John Baldwin <jhb@freebsd.org> |
3417 | ||
3418 | * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use | |
3419 | get_frame_register instead of frame_unwind_register_unsigned. | |
3420 | ||
17487d85 JK |
3421 | 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com> |
3422 | ||
3423 | PR build/18033 | |
3424 | * compile/compile-c-support.c (c_compute_program): Change // comment. | |
3425 | * compile/compile-object-load.c (setup_sections): Change // comment. | |
3426 | ||
9357a9e6 JB |
3427 | 2015-02-26 Joel Brobecker <brobecker@adacore.com> |
3428 | ||
3429 | PR build/18033: | |
3430 | * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment. | |
3431 | ||
1f10ba14 PA |
3432 | 2015-02-23 Pedro Alves <palves@redhat.com> |
3433 | ||
3434 | * remote.c (skip_to_semicolon): New function. | |
3435 | (remote_parse_stop_reply) <T stop reply>: Use it. Don't | |
3436 | special case the stop reasons that look like hex numbers | |
3437 | upfront. Instead handle real register numbers after matching | |
3438 | all the known stop reasons. | |
3439 | ||
96553a0c DE |
3440 | 2015-02-21 Doug Evans <dje@google.com> |
3441 | ||
3442 | PR c++/17976, symtab/17821 | |
3443 | * cp-namespace.c (cp_search_static_and_baseclasses): New parameter | |
3444 | is_in_anonymous. All callers updated. | |
3445 | (find_symbol_in_baseclass): Ditto. | |
3446 | (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks | |
3447 | for symbols in an anonymous namespace. | |
3448 | * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch | |
3449 | DW_AT_name directly. | |
3450 | (dwarf2_name): Convert missing namespace name to | |
3451 | CP_ANONYMOUS_NAMESPACE_STR. | |
3452 | ||
2db9a427 PA |
3453 | 2015-02-20 Pedro Alves <palves@redhat.com> |
3454 | ||
3455 | * linux-nat.c (linux_handle_extended_wait): Call | |
3456 | thread_db_notice_clone whenever a new clone LWP is detected. | |
3457 | (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New | |
3458 | functions. | |
3459 | * linux-nat.h (thread_db_attach_lwp): Delete declaration. | |
3460 | (thread_db_notice_clone, linux_stop_and_wait_all_lwps) | |
3461 | (linux_unstop_all_lwps): Declare. | |
3462 | * linux-thread-db.c (struct thread_get_info_inout): Delete. | |
3463 | (thread_get_info_callback): Delete. | |
3464 | (thread_from_lwp): Use td_thr_get_info and record_thread. | |
3465 | (thread_db_attach_lwp): Delete. | |
3466 | (thread_db_notice_clone): New function. | |
3467 | (try_thread_db_load_1): If /proc is mounted and shows the | |
3468 | process'es task list, walk over all LWPs and call thread_from_lwp | |
3469 | instead of relying on td_ta_thr_iter. | |
3470 | (attach_thread): Don't call check_thread_signals here. Split the | |
3471 | tail part of the function (which adds the thread to the core GDB | |
3472 | thread list) to ... | |
3473 | (record_thread): ... this function. Call check_thread_signals | |
3474 | here. | |
3475 | (thread_db_wait): Don't call thread_db_find_new_threads_1. Always | |
3476 | call thread_from_lwp. | |
3477 | (thread_db_update_thread_list): Rename to ... | |
3478 | (thread_db_update_thread_list_org): ... this. | |
3479 | (thread_db_update_thread_list): New function. | |
3480 | (thread_db_find_thread_from_tid): Delete. | |
3481 | (thread_db_get_ada_task_ptid): Simplify. | |
3482 | * nat/linux-procfs.c: Include <sys/stat.h>. | |
3483 | (linux_proc_task_list_dir_exists): New function. | |
3484 | * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare. | |
3485 | ||
3b27ef47 PA |
3486 | 2015-02-20 Pedro Alves <palves@redhat.com> |
3487 | ||
3488 | * linux-nat.c (lin_lwp_attach_lwp): No longer special case the | |
3489 | main LWP. Handle the case of waitpid returning 0 if we're already | |
3490 | attached to the LWP. Don't set the LWP's last_resume_kind to | |
3491 | resume_stop if we already knew about the LWP. | |
3492 | (linux_nat_filter_event): Add debug logs. | |
3493 | ||
1cc28231 PA |
3494 | 2015-02-20 Pedro Alves <palves@redhat.com> |
3495 | ||
3496 | * target.h (forward_target_decr_pc_after_break): Delete | |
3497 | declaration. | |
3498 | ||
5c5019c2 PA |
3499 | 2015-02-20 Pedro Alves <palves@redhat.com> |
3500 | ||
3501 | PR threads/18006 | |
3502 | * linux-thread-db.c (thread_get_info_callback): Return early if | |
3503 | the thread's lwp id is -1. | |
3504 | ||
f3978e91 JB |
3505 | 2015-02-20 Joel Brobecker <brobecker@adacore.com> |
3506 | ||
3507 | GDB 7.9 released. | |
3508 | ||
ffdf88ec SE |
3509 | 2015-02-19 Steve Ellcey <sellcey@imgtec.com> |
3510 | ||
3511 | * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr. | |
3512 | (dtrace_get_probes) Change type of variable 'dof'. | |
3513 | ||
c9587f88 AT |
3514 | 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com> |
3515 | ||
3516 | PR breakpoints/16812 | |
3517 | * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV. | |
3518 | * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add. | |
3519 | * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint. | |
3520 | ||
53cf2ee0 DT |
3521 | 2015-02-19 David Taylor <dtaylor@emc.com> |
3522 | ||
3523 | * common/ax.def (setv): Fix consumed entry in setv DEFOP. | |
3524 | ||
acfe0940 PP |
3525 | 2015-02-18 Patrick Palka <patrick@parcs.ath.cx> |
3526 | ||
3527 | * tui/tui-io.c (tui_handle_resize_during_io): Remove this | |
3528 | function. | |
3529 | (tui_putc): Don't call tui_handle_resize_during_io. | |
3530 | (tui_getc): Likewise. | |
3531 | (tui_mld_getc): Likewise. | |
3532 | * tui/tui-win.c: Include event-loop.h and tui/tui-io.h. | |
3533 | (tui_sigwinch_token): New static variable. | |
3534 | (tui_initialize_win): Adjust documentation. Set | |
3535 | tui_sigwinch_token. | |
3536 | (tui_async_resize_screen): New asynchronous callback. | |
3537 | (tui_sigwinch_handler): Adjust documentation. Asynchronously | |
3538 | invoke tui_async_resize_screen. | |
3539 | ||
f6a88844 JM |
3540 | 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com> |
3541 | ||
3542 | * configure: Regenerated. | |
3543 | * configure.ac: Use GDB_AC_TRANSFORM. | |
3544 | * Makefile.in (aclocal_m4_deps): Added transform.m4. | |
3545 | * acinclude.m4: sinclude transform.m4. | |
3546 | * transform.m4: New file. | |
3547 | (GDB_AC_TRANSFORM): New macro. | |
3548 | ||
b05e3b0d JM |
3549 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3550 | ||
3551 | * NEWS: Announce the support for DTrace SDT probes. | |
3552 | ||
c3e3045e JM |
3553 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3554 | ||
3555 | * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h". | |
3556 | (amd64_dtrace_parse_probe_argument): New function. | |
3557 | (amd64_dtrace_probe_is_enabled): Likewise. | |
3558 | (amd64_dtrace_enable_probe): Likewise. | |
3559 | (amd64_dtrace_disable_probe): Likewise. | |
3560 | (amd64_linux_init_abi): Register the | |
3561 | `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe', | |
3562 | `gdbarch_dtrace_disable_probe' and | |
3563 | `gdbarch_dtrace_probe_is_enabled' hooks. | |
3564 | (amd64_dtrace_disabled_probe_sequence_1): New constant. | |
3565 | (amd64_dtrace_disabled_probe_sequence_2): Likewise. | |
3566 | (amd64_dtrace_enable_probe_sequence): Likewise. | |
3567 | (amd64_dtrace_disable_probe_sequence): Likewise. | |
3568 | ||
d4777acb JM |
3569 | 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3570 | ||
3571 | * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention | |
3572 | the -probe-dtrace new vpossible value for PROBE_MODIFIER. | |
3573 | * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can | |
3574 | handle ELF files. | |
3575 | * Makefile.in (SFILES): dtrace-probe.c added. | |
3576 | * configure: Regenerate. | |
3577 | * dtrace-probe.c: New file. | |
3578 | (SHT_SUNW_dof): New constant. | |
3579 | (dtrace_probe_type): New enum. | |
3580 | (dtrace_probe_arg): New struct. | |
3581 | (dtrace_probe_arg_s): New typedef. | |
3582 | (struct dtrace_probe_enabler): New struct. | |
3583 | (dtrace_probe_enabler_s): New typedef. | |
3584 | (dtrace_probe): New struct. | |
3585 | (dtrace_probe_is_linespec): New function. | |
3586 | (dtrace_dof_sect_type): New enum. | |
3587 | (dtrace_dof_dofh_ident): Likewise. | |
3588 | (dtrace_dof_encoding): Likewise. | |
3589 | (DTRACE_DOF_ENCODE_LSB): Likewise. | |
3590 | (DTRACE_DOF_ENCODE_MSB): Likewise. | |
3591 | (dtrace_dof_hdr): New struct. | |
3592 | (dtrace_dof_sect): Likewise. | |
3593 | (dtrace_dof_provider): Likewise. | |
3594 | (dtrace_dof_probe): Likewise. | |
3595 | (DOF_UINT): New macro. | |
3596 | (DTRACE_DOF_PTR): Likewise. | |
3597 | (DTRACE_DOF_SECT): Likewise. | |
3598 | (dtrace_process_dof_probe): New function. | |
3599 | (dtrace_process_dof): Likewise. | |
3600 | (dtrace_build_arg_exprs): Likewise. | |
3601 | (dtrace_get_arg): Likewise. | |
3602 | (dtrace_get_probes): Likewise. | |
3603 | (dtrace_get_probe_argument_count): Likewise. | |
3604 | (dtrace_can_evaluate_probe_arguments): Likewise. | |
3605 | (dtrace_evaluate_probe_argument): Likewise. | |
3606 | (dtrace_compile_to_ax): Likewise. | |
3607 | (dtrace_probe_destroy): Likewise. | |
3608 | (dtrace_gen_info_probes_table_header): Likewise. | |
3609 | (dtrace_gen_info_probes_table_values): Likewise. | |
3610 | (dtrace_probe_is_enabled): Likewise. | |
3611 | (dtrace_probe_ops): New variable. | |
3612 | (info_probes_dtrace_command): New function. | |
3613 | (_initialize_dtrace_probe): Likewise. | |
3614 | (dtrace_type_name): Likewise. | |
3615 | ||
8b367e17 JM |
3616 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3617 | ||
3618 | * gdbarch.sh (dtrace_parse_probe_argument): New. | |
3619 | (dtrace_probe_is_enabled): Likewise. | |
3620 | (dtrace_enable_probe): Likewise. | |
3621 | (dtrace_disable_probe): Likewise. | |
3622 | * gdbarch.c: Regenerate. | |
3623 | * gdbarch.h: Regenerate. | |
3624 | ||
9aca2ff8 JM |
3625 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3626 | ||
3627 | * stap-probe.c (stap_probe_ops): Add NULLs in the static | |
3628 | stap_probe_ops for `enable_probe' and `disable_probe'. | |
3629 | * probe.c (enable_probes_command): New function. | |
3630 | (disable_probes_command): Likewise. | |
3631 | (_initialize_probe): Define the cli commands `enable probe' and | |
3632 | `disable probe'. | |
3633 | (parse_probe_linespec): New function. | |
3634 | (info_probes_for_ops): Use parse_probe_linespec. | |
3635 | * probe.h (probe_ops): New hooks `enable_probe' and | |
3636 | `disable_probe'. | |
3637 | ||
03e98035 JM |
3638 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3639 | ||
3640 | * probe.c (compute_probe_arg): Moved from stap-probe.c | |
3641 | (compile_probe_arg): Likewise. | |
3642 | (probe_funcs): Likewise. | |
3643 | * stap-probe.c (compute_probe_arg): Moved to probe.c. | |
3644 | (compile_probe_arg): Likewise. | |
3645 | (probe_funcs): Likewise. | |
3646 | ||
6f9b8491 JM |
3647 | 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com> |
3648 | ||
3649 | * probe.c (print_ui_out_not_applicables): New function. | |
3650 | (exists_probe_with_pops): Likewise. | |
3651 | (info_probes_for_ops): Do not include column headers for probe | |
3652 | types for which no probe has been actually found on any object. | |
3653 | Also invoke `print_ui_out_not_applicables' in order to match the | |
3654 | column rows with the header when probes of several types are | |
3655 | listed. | |
3656 | Print the "Type" column. | |
3657 | * probe.h (probe_ops): Added a new probe operation `type_name'. | |
3658 | * stap-probe.c (stap_probe_ops): Add `stap_type_name'. | |
3659 | (stap_type_name): New function. | |
3660 | ||
69efdff1 PP |
3661 | 2015-02-17 Patrick Palka <patrick@parcs.ath.cx> |
3662 | ||
3663 | * tui/tui-io.c (tui_getc): Don't call key_is_command_char. | |
3664 | (key_is_command_char): Delete. | |
3665 | ||
f8e5e23e PA |
3666 | 2015-02-17 Pedro Alves <palves@redhat.com> |
3667 | ||
3668 | * tui/tui.c (tui_enable): Resize windows before anything | |
3669 | might show a window. | |
3670 | ||
9f2e0721 MO |
3671 | 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com> |
3672 | ||
3673 | PR gdb/17984 | |
3674 | * aarch64-linux-nat.c: Don't include features/aarch64.c anymore. | |
3675 | (aarch64_linux_read_description): Remove initialize_tdesc_aarch64 | |
3676 | call. | |
3677 | * aarch64-tdep.h (tdesc_aarch64): Declare. | |
3678 | ||
171e6b1c MW |
3679 | 2015-02-12 Mark Wielaard <mjw@redhat.com> |
3680 | ||
3681 | * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false". | |
3682 | ||
d5ff0482 DE |
3683 | 2015-02-13 Doug Evans <dje@google.com> |
3684 | ||
3685 | * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter | |
3686 | anonymous_namespace to is_in_anonymous for consistency with the rest | |
3687 | of the file. | |
3688 | (cp_lookup_bare_symbol): Fix typo in comment. | |
3689 | (cp_search_static_and_baseclasses): Ditto. | |
3690 | (search_symbol_list): Use vertical space in comment better. | |
3691 | (reset_directive_searched): Ditto. Fix typo. | |
3692 | (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter. | |
3693 | ||
9f04ac5f YQ |
3694 | 2015-02-13 Yao Qi <yao.qi@arm.com> |
3695 | ||
3696 | * MAINTAINERS: Update my email address. | |
3697 | ||
013d0319 DE |
3698 | 2015-02-12 Doug Evans <dje@google.com> |
3699 | ||
b615dd20 | 3700 | * symtab.c (completion_list_add_name): Fix memory leak. |
013d0319 | 3701 | |
9a7e538e DE |
3702 | 2015-02-12 Doug Evans <dje@google.com> |
3703 | ||
3704 | * completer.c (complete_line): Remove incorrect comment. | |
3705 | ||
e1fcd575 JK |
3706 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
3707 | ||
3708 | * python/py-framefilter.c (py_print_single_arg, enumerate_locals) | |
3709 | (py_print_frame): Use RETURN_MASK_ERROR. | |
3710 | ||
b99bf4e3 JK |
3711 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
3712 | ||
3713 | * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in | |
3714 | function comment. Wrap all function that can throw in cleanups. | |
3715 | (gdbpy_apply_frame_filter): Wrap all function that can throw in | |
3716 | cleanups. | |
3717 | ||
800eb1ce JK |
3718 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
3719 | ||
3720 | * python/py-framefilter.c (py_print_frame): Substitute goto error. | |
3721 | Remove the error label. | |
3722 | ||
34019068 JK |
3723 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
3724 | ||
3725 | * python/py-framefilter.c (py_print_frame): Put conditional code paths | |
3726 | with goto first, indent the former else codepath left. Put variable | |
3727 | 'elided' to a new inner block. | |
3728 | ||
8d4a54e2 JK |
3729 | 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> |
3730 | ||
3731 | * python/py-framefilter.c (py_print_frame): Whitespacing fixes. | |
3732 | ||
18ad82c1 PA |
3733 | 2015-02-11 Pedro Alves <palves@redhat.com> |
3734 | ||
3735 | * xcoffread.c (within_function): Delete. | |
3736 | ||
e36122e9 TT |
3737 | 2015-02-11 Tom Tromey <tromey@redhat.com> |
3738 | Pedro Alves <palves@redhat.com> | |
3739 | ||
3740 | * breakpoint.c (base_breakpoint_ops): Delete. | |
3741 | * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern. | |
3742 | * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern. | |
3743 | * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern. | |
3744 | * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern. | |
3745 | * python/py-arch.c (arch_object_type): Make extern. | |
3746 | * python/py-block.c (block_syms_iterator_object_type): Make extern. | |
3747 | * python/py-bpevent.c (breakpoint_event_object_type): Make extern. | |
3748 | * python/py-cmd.c (cmdpy_object_type): Make extern. | |
3749 | * python/py-continueevent.c (continue_event_object_type) | |
3750 | * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual' | |
3751 | parameter. Update all callers. | |
3752 | * python/py-evtregistry.c (eventregistry_object_type): Make extern. | |
3753 | * python/py-exitedevent.c (exited_event_object_type): Make extern. | |
3754 | * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern. | |
3755 | * python/py-function.c (fnpy_object_type): Make extern. | |
3756 | * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern. | |
3757 | * python/py-infevents.c (call_pre_event_object_type) | |
3758 | (inferior_call_post_event_object_type). | |
3759 | (memory_changed_event_object_type): Make extern. | |
3760 | * python/py-infthread.c (thread_object_type): Make extern. | |
3761 | * python/py-lazy-string.c (lazy_string_object_type): Make extern. | |
3762 | * python/py-linetable.c (linetable_entry_object_type) | |
3763 | (linetable_object_type, ltpy_iterator_object_type): Make extern. | |
3764 | * python/py-newobjfileevent.c (new_objfile_event_object_type) | |
3765 | (clear_objfiles_event_object_type): Make extern. | |
3766 | * python/py-objfile.c (objfile_object_type): Make extern. | |
3767 | * python/py-param.c (parmpy_object_type): Make extern. | |
3768 | * python/py-progspace.c (pspace_object_type): Make extern. | |
3769 | * python/py-signalevent.c (signal_event_object_type): Make extern. | |
3770 | * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern. | |
3771 | * python/py-type.c (type_object_type, field_object_type) | |
3772 | (type_iterator_object_type): Make extern. | |
3773 | * python/python.c (python_extension_script_ops) | |
3774 | (python_extension_ops): Make extern. | |
3775 | * stap-probe.c (stap_probe_ops): Make extern. | |
3776 | ||
0703599a PA |
3777 | 2015-02-11 Pedro Alves <pedro@codesourcery.com> |
3778 | ||
3779 | * infrun.c (adjust_pc_after_break): Don't adjust the PC just | |
3780 | because the event thread is not the current thread. | |
3781 | ||
eaaf76ab DE |
3782 | 2015-02-11 Doug Evans <xdje42@gmail.com> |
3783 | ||
3784 | * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't | |
3785 | been initialized yet, return NULL. | |
3786 | ||
e7d52ed3 DE |
3787 | 2015-02-11 Doug Evans <dje@google.com> |
3788 | ||
3789 | * symfile.h (new_symfile_objfile): Delete. | |
3790 | * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile. | |
3791 | All callers updated. | |
3792 | ||
fc6b1256 PP |
3793 | 2015-02-11 Patrick Palka <patrick@parcs.ath.cx> |
3794 | ||
3795 | * tui/tui-io.c (tui_handle_resize_during_io): Call | |
3796 | tui_update_gdb_sizes() after resizing the screen. | |
3797 | * tui/tui.c (tui_enable): Resize the terminal before | |
3798 | calling tui_update_gdb_sizes(). | |
3799 | ||
d9080678 PP |
3800 | 2015-02-11 Patrick Palka <patrick@parcs.ath.cx> |
3801 | ||
3802 | * tui/tui-io.c (tui_getc): Move cursor to the end of the command | |
3803 | line before printing a newline. | |
3804 | ||
9f615e3a MW |
3805 | 2015-02-11 Mark Wielaard <mjw@redhat.com> |
3806 | ||
3807 | * utils.c (producer_is_gcc): Return true or false. | |
3808 | ||
d9080678 | 3809 | 2015-02-10 Mark Wielaard <mjw@redhat.com> |
b1ffba5a MW |
3810 | |
3811 | * utils.h (producer_is_gcc): Change return type to bool. Add major | |
3812 | argument. | |
3813 | * utils.c (producer_is_gcc): Likewise. | |
3814 | (producer_is_gcc_ge_4): Adjust producer_is_gcc call. | |
3815 | * dwarf2read.c (check_producer): Likewise. | |
3816 | ||
b052c4fb PA |
3817 | 2015-02-10 Pedro Alves <palves@redhat.com> |
3818 | ||
3819 | * infrun.c (displaced_step_fixup): Switch to the event thread | |
3820 | before calling gdbarch_displaced_step_fixup. | |
3821 | ||
3ac240d4 AT |
3822 | 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com> |
3823 | ||
3824 | * MAINTAINERS (Write After Approval): Add Antoine Tremblay. | |
3825 | ||
c1cc6152 SM |
3826 | 2015-02-10 Simon Marchi <simon.marchi@ericsson.com> |
3827 | ||
3828 | * ada-varobj.c (ada_name_of_child): Constify parent. | |
3829 | (ada_path_expr_of_child): Same. | |
3830 | (ada_value_of_child): Same. | |
3831 | (ada_type_of_child): Same. | |
3832 | * c-varobj.c (c_is_path_expr_parent): Same. | |
3833 | (c_describe_child): Same. | |
3834 | (c_name_of_child): Same. | |
3835 | (c_value_of_child): Same. | |
3836 | (c_type_of_child): Same. | |
3837 | (cplus_number_of_children): Same. | |
3838 | (cplus_describe_child): Constify var. | |
3839 | (cplus_name_of_child): Constify parent. | |
3840 | (cplus_value_of_child): Same. | |
3841 | (cplus_type_of_child): Same. | |
3842 | * jv-varobj.c (java_name_of_child): Same. | |
3843 | (java_value_of_child): Same. | |
3844 | (java_type_of_child): Same. | |
3845 | * varobj.c (value_of_child): Same. | |
3846 | (varobj_default_is_path_expr_parent): Constify var, parent and return | |
3847 | value. | |
3848 | (varobj_get_path_expr): Constify var, modify path_expr through | |
3849 | mutable_var. | |
3850 | (install_new_value): Constify parent. | |
3851 | (value_of_child): Constify parent. | |
3852 | * varobj.h (struct varobj): Constify parent. | |
3853 | (struct lang_varobj_ops): Constify name_of_child, value_of_child and | |
3854 | type_of_child. | |
3855 | (varobj_get_path_expr): Constify var. | |
3856 | (varobj_get_path_expr_parent): Constify var and return value. | |
3857 | ||
c1ee9414 LM |
3858 | 2015-02-10 Luis Machado <lgustavo@codesourcery.com> |
3859 | ||
3860 | * arm-tdep.c (arm_prologue_unwind_stop_reason): New function. | |
3861 | (arm_prologue_this_id): Move PC and SP limit checks to | |
3862 | arm_prologue_unwind_stop_reason. | |
3863 | (arm_prologue_unwind) <stop_reason> : Set to | |
3864 | arm_prologue_unwind_stop_reason. | |
3865 | ||
f7de9aab MW |
3866 | 2015-02-09 Mark Wielaard <mjw@redhat.com> |
3867 | ||
3868 | * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and | |
3869 | DW_LANG_Fortran08 as language_fortran. | |
3870 | ||
0b24eb2d SDJ |
3871 | 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com> |
3872 | ||
3873 | PR remote/17946 | |
3874 | * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison | |
3875 | of pointer against char. | |
3876 | ||
a2c2acaf MW |
3877 | 2015-02-09 Mark Wielaard <mjw@redhat.com> |
3878 | ||
3879 | * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'. | |
3880 | (c_type_print_modifier): Likewise. | |
3881 | * dwarf2read.c (read_tag_atomic_type): New function. | |
3882 | (read_type_die_1): Handle DW_TAG_atomic_type. | |
3883 | * gdbtypes.c (make_atomic_type): New function. | |
3884 | (recursive_dump_type): Handle TYPE_ATOMIC. | |
3885 | * gdbtypes.h (enum type_flag_values): Renumber. | |
3886 | (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC. | |
3887 | (TYPE_ATOMIC): New macro. | |
3888 | (make_atomic_type): Declare. | |
3889 | ||
31fd9caa MM |
3890 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
3891 | ||
3892 | * btrace.c (ftrace_find_call): Skip gaps. | |
3893 | (ftrace_new_function): Initialize level. | |
3894 | (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return) | |
3895 | (ftrace_new_switch): Update | |
3896 | level computation. | |
3897 | (ftrace_new_gap): New. | |
3898 | (ftrace_update_function): Create new function after gap. | |
3899 | (btrace_compute_ftrace_bts): Create gap on error. | |
3900 | (btrace_stitch_bts): Update parameters. Clear trace if it | |
3901 | becomes empty. | |
3902 | (btrace_stitch_trace): Update parameters. Update callers. | |
3903 | (btrace_clear): Reset the number of gaps. | |
3904 | (btrace_insn_get): Return NULL if the iterator points to a gap. | |
3905 | (btrace_insn_number): Return zero if the iterator points to a gap. | |
3906 | (btrace_insn_end): Allow gaps at the end. | |
3907 | (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps. | |
3908 | (btrace_find_insn_by_number): Assert that the found iterator does | |
3909 | not point to a gap. | |
3910 | (btrace_call_next, btrace_call_prev): Assert that the last function | |
3911 | is not a gap. | |
3912 | * btrace.h (btrace_bts_error): New. | |
3913 | (btrace_function): Update comment. | |
3914 | (btrace_function) <insn, insn_offset, number>: Update comment. | |
3915 | (btrace_function) <errcode>: New. | |
3916 | (btrace_thread_info) <ngaps>: New. | |
3917 | (btrace_thread_info) <replay>: Update comment. | |
3918 | (btrace_insn_get): Update comment. | |
3919 | * record-btrace.c (btrace_ui_out_decode_error): New. | |
3920 | (record_btrace_info): Print number of gaps. | |
3921 | (btrace_insn_history, btrace_call_history): Call | |
3922 | btrace_ui_out_decode_error for gaps. | |
3923 | (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps. | |
3924 | ||
afb778a2 MM |
3925 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
3926 | ||
3927 | * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New. | |
3928 | * nat/linux-btrace.c: (btrace_this_cpu): New. | |
3929 | (cpu_supports_bts): Call btrace_this_cpu. | |
3930 | (intel_supports_bts): Add cpu parameter. | |
3931 | ||
7d5c24b3 MM |
3932 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
3933 | ||
3934 | * btrace.h (btrace_insn_class): New. | |
3935 | (btrace_insn) <size, iclass>: New. | |
3936 | * btrace.c (ftrace_find_call): Update parameters. Update users. | |
3937 | Use instruction classification. | |
3938 | (ftrace_new_return): Update parameters. Update users. | |
3939 | (ftrace_update_function): Update parameters. Update users. Use | |
3940 | instruction classification. | |
3941 | (ftrace_update_insns): Update parameters. Update users. | |
3942 | (ftrace_classify_insn): New. | |
3943 | (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add | |
3944 | TRY_CATCH around call to gdb_insn_length. | |
3945 | ||
76235df1 MM |
3946 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
3947 | ||
3948 | * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace): | |
3949 | Update parameters. Update users. | |
3950 | ||
d33501a5 MM |
3951 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
3952 | ||
3953 | * btrace.c (parse_xml_btrace_conf_bts): Add size. | |
3954 | (btrace_conf_bts_attributes): New. | |
3955 | (btrace_conf_children): Add attributes. | |
3956 | * common/btrace-common.h (btrace_config_bts): New. | |
3957 | (btrace_config)<bts>: New. | |
3958 | (btrace_config): Update comment. | |
3959 | * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts): | |
3960 | Use config. | |
3961 | * features/btrace-conf.dtd: Increment version. Add size | |
3962 | attribute to bts element. | |
3963 | * record-btrace.c (set_record_btrace_bts_cmdlist, | |
3964 | show_record_btrace_bts_cmdlist): New. | |
3965 | (record_btrace_adjust_size, record_btrace_print_bts_conf, | |
3966 | record_btrace_print_conf, cmd_set_record_btrace_bts, | |
3967 | cmd_show_record_btrace_bts): New. | |
3968 | (record_btrace_info): Call record_btrace_print_conf. | |
3969 | (_initialize_record_btrace): Add commands. | |
3970 | * remote.c: Add PACKET_Qbtrace_conf_bts_size enum. | |
3971 | (remote_protocol_features): Add Qbtrace-conf:bts:size packet. | |
3972 | (btrace_sync_conf): Synchronize bts size. | |
3973 | (_initialize_remote): Add Qbtrace-conf:bts:size packet. | |
3974 | * NEWS: Announce new commands and new packets. | |
3975 | ||
f4abbc16 MM |
3976 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
3977 | ||
3978 | * Makefile.in (XMLFILES): Add btrace-conf.dtd. | |
3979 | * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters. | |
3980 | (x86_linux_btrace_conf): New. | |
3981 | (x86_linux_create_target): Initialize to_btrace_conf. | |
3982 | * nat/linux-btrace.c (linux_enable_btrace): Update parameters. | |
3983 | Check format. Split into this and ... | |
3984 | (linux_enable_bts): ... this. | |
3985 | (linux_btrace_conf): New. | |
3986 | (perf_event_skip_record): Renamed into ... | |
3987 | (perf_event_skip_bts_record): ... this. Updated users. | |
3988 | (linux_disable_btrace): Split into this and ... | |
3989 | (linux_disable_bts): ... this. | |
3990 | (linux_read_btrace): Check format. | |
3991 | * nat/linux-btrace.h (linux_enable_btrace): Update parameters. | |
3992 | (linux_btrace_conf): New. | |
3993 | (btrace_target_info)<ptid>: Moved. | |
3994 | (btrace_target_info)<conf>: New. | |
3995 | (btrace_target_info): Split into this and ... | |
3996 | (btrace_tinfo_bts): ... this. Updated users. | |
3997 | * btrace.c (btrace_enable): Update parameters. | |
3998 | (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf) | |
3999 | (btrace_conf_children, btrace_conf_attributes) | |
4000 | (btrace_conf_elements): New. | |
4001 | * btrace.h (btrace_enable): Update parameters. | |
4002 | (btrace_conf, parse_xml_btrace_conf): New. | |
4003 | * common/btrace-common.h (btrace_config): New. | |
4004 | * feature/btrace-conf.dtd: New. | |
4005 | * record-btrace.c (record_btrace_conf): New. | |
4006 | (record_btrace_cmdlist): New. | |
4007 | (record_btrace_enable_warn, record_btrace_open): Pass | |
4008 | &record_btrace_conf. | |
4009 | (record_btrace_info): Print recording format. | |
4010 | (cmd_record_btrace_bts_start): New. | |
4011 | (cmd_record_btrace_start): Call cmd_record_btrace_bts_start. | |
4012 | (_initialize_record_btrace): Add "record btrace bts" subcommand. | |
4013 | Add "record bts" alias command. | |
4014 | * remote.c (remote_state)<btrace_config>: New. | |
4015 | (remote_btrace_reset, PACKET_qXfer_btrace_conf): New. | |
4016 | (remote_protocol_features): Add qXfer:btrace-conf:read. | |
4017 | (remote_open_1): Call remote_btrace_reset. | |
4018 | (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF. | |
4019 | (btrace_target_info)<conf>: New. | |
4020 | (btrace_sync_conf, btrace_read_config): New. | |
4021 | (remote_enable_btrace): Update parameters. Call btrace_sync_conf and | |
4022 | btrace_read_conf. | |
4023 | (remote_btrace_conf): New. | |
4024 | (init_remote_ops): Initialize to_btrace_conf. | |
4025 | (_initialize_remote): Add qXfer:btrace-conf packet. | |
4026 | * target.c (target_enable_btrace): Update parameters. | |
4027 | (target_btrace_conf): New. | |
4028 | * target.h (target_enable_btrace): Update parameters. | |
4029 | (target_btrace_conf): New. | |
4030 | (target_object)<TARGET_OBJECT_BTRACE_CONF>: New. | |
4031 | (target_ops)<to_enable_btrace>: Update parameters and comment. | |
4032 | (target_ops)<to_btrace_conf>: New. | |
4033 | * target-delegates: Regenerate. | |
4034 | * target-debug.h (target_debug_print_const_struct_btrace_config_p) | |
4035 | (target_debug_print_const_struct_btrace_target_info_p): New. | |
4036 | * NEWS: Announce new command and new packet. | |
4037 | ||
aadf7753 MM |
4038 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
4039 | ||
4040 | * nat/linux-btrace.h (perf_event_buffer): New. | |
4041 | (btrace_target_info) <buffer, size, data_head>: Replace with ... | |
4042 | <bts>: ... this. | |
4043 | * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size) | |
4044 | (perf_event_buffer_size, perf_event_buffer_begin) | |
4045 | (perf_event_buffer_end, linux_btrace_has_changed): Removed. | |
4046 | Updated users. | |
4047 | (perf_event_new_data): New. | |
4048 | ||
043c3577 MM |
4049 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
4050 | ||
4051 | * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS. | |
4052 | * record-btrace.c (record_btrace_open): Remove call to | |
4053 | target_supports_btrace. | |
4054 | * remote.c (remote_supports_btrace): Update parameters. | |
4055 | * target.c (target_supports_btrace): Update parameters. | |
4056 | * target.h (to_supports_btrace, target_supports_btrace): Update | |
4057 | parameters. | |
4058 | * target-delegates.c: Regenerate. | |
4059 | * target-debug.h (target_debug_print_enum_btrace_format): New. | |
4060 | * nat/linux-btrace.c | |
4061 | (kernel_supports_btrace): Rename into ... | |
4062 | (kernel_supports_bts): ... this. Update users. Update warning text. | |
4063 | (intel_supports_btrace): Rename into ... | |
4064 | (intel_supports_bts): ... this. Update users. | |
4065 | (cpu_supports_btrace): Rename into ... | |
4066 | (cpu_supports_bts): ... this. Update users. | |
4067 | (linux_supports_btrace): Update parameters. Split into this and ... | |
4068 | (linux_supports_bts): ... this. | |
4069 | * nat/linux-btrace.h (linux_supports_btrace): Update parameters. | |
4070 | ||
734b0e4b MM |
4071 | 2015-02-09 Markus Metzger <markus.t.metzger@intel.com> |
4072 | ||
4073 | * Makefile.in (SFILES): Add common/btrace-common.c. | |
4074 | (COMMON_OBS): Add common/btrace-common.o. | |
4075 | (btrace-common.o): Add build rules. | |
4076 | * btrace.c (parse_xml_btrace): Update parameters. | |
4077 | (parse_xml_btrace_block): Set format field. | |
4078 | (btrace_add_pc, btrace_fetch): Use struct btrace_data. | |
4079 | (do_btrace_data_cleanup, make_cleanup_btrace_data): New. | |
4080 | (btrace_compute_ftrace): Split into this and... | |
4081 | (btrace_compute_ftrace_bts): ...this. | |
4082 | (btrace_stitch_trace): Split into this and... | |
4083 | (btrace_stitch_bts): ...this. | |
4084 | * btrace.h (parse_xml_btrace): Update parameters. | |
4085 | (make_cleanup_btrace_data): New. | |
4086 | * common/btrace-common.c: New. | |
4087 | * common/btrace-common.h: Include common-defs.h. | |
4088 | (btrace_block_s): Update comment. | |
4089 | (btrace_format): New. | |
4090 | (btrace_format_string): New. | |
4091 | (btrace_data_bts): New. | |
4092 | (btrace_data): New. | |
4093 | (btrace_data_init, btrace_data_fini, btrace_data_empty): New. | |
4094 | * remote.c (remote_read_btrace): Update parameters. | |
4095 | * target.c (target_read_btrace): Update parameters. | |
4096 | * target.h (target_read_btrace): Update parameters. | |
4097 | (target_ops)<to_read_btrace>: Update parameters. | |
4098 | * x86-linux-nat.c (x86_linux_read_btrace): Update parameters. | |
4099 | * target-delegates.c: Regenerate. | |
4100 | * target-debug (target_debug_print_struct_btrace_data_p): New. | |
4101 | * nat/linux-btrace.c (linux_read_btrace): Split into this and... | |
4102 | (linux_read_bts): ...this. | |
4103 | * nat/linux-btrace.h (linux_read_btrace): Update parameters. | |
4104 | ||
bd2e0e9e DE |
4105 | 2015-02-06 Doug Evans <dje@google.com> |
4106 | ||
4107 | * remote-m32r-sdi.c: Include symfile.h. | |
4108 | ||
f176c4b5 DE |
4109 | 2015-02-06 Doug Evans <dje@google.com> |
4110 | ||
4111 | * symtab.h (clear_symtab_users, deduce_language_from_filename): Move | |
4112 | * symfile.h (clear_symtab_users, deduce_language_from_filename): ... | |
4113 | to here. | |
4114 | ||
d6c146e9 PA |
4115 | 2015-02-06 Pedro Alves <palves@redhat.com> |
4116 | ||
4117 | * linux-thread-db.c (find_new_threads_callback): Add debug output. | |
4118 | ||
b9d61307 SM |
4119 | 2015-02-06 Simon Marchi <simon.marchi@ericsson.com> |
4120 | ||
4121 | PR gdb/15678 | |
4122 | * breakpoint.c (map_breakpoint_numbers): Check for empty args string. | |
4123 | (enable_count_command): Check args for NULL value. | |
4124 | ||
e9fbd043 DE |
4125 | 2015-02-05 Doug Evans <xdje42@gmail.com> |
4126 | ||
4127 | * guile/scm-frame.c: Fix spelling errors in a comment. | |
4128 | ||
881d5d5d JK |
4129 | 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com> |
4130 | ||
4131 | * python/python-internal.h (Py_hash_t): Define it for Python <3.2. | |
4132 | * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the | |
4133 | return type. | |
4134 | ||
20ba1ce6 PA |
4135 | 2015-02-04 Pedro Alves <palves@redhat.com> |
4136 | ||
4137 | * linux-nat.c (handle_extended_wait): Don't resume LWPs here. | |
4138 | (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait | |
4139 | returns true. | |
4140 | (resume_stopped_resumed_lwps): Don't check whether the thread is | |
4141 | marked as executing. | |
4142 | (linux_nat_wait_1): Use resume_stopped_resumed_lwps. | |
4143 | ||
f962539a AA |
4144 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4145 | ||
4146 | * regset.h (struct regset): Add flags field. | |
4147 | (REGSET_VARIABLE_SIZE): New value for a regset's flags field. | |
4148 | * corelow.c (get_core_register_section): Add warning if the size | |
4149 | exceeds the requested size and the regset does not have the | |
4150 | REGSET_VARIABLE_SIZE flag set. | |
4151 | * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE | |
4152 | flag. | |
4153 | * armbsd-tdep.c (armbsd_gregset): Likewise. | |
4154 | * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise. | |
4155 | * hppaobsd-tdep.c (hppaobsd_gregset): Likewise. | |
4156 | * m68kbsd-tdep.c (m68kbsd_gregset): Likewise. | |
4157 | * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise. | |
4158 | ||
dde9acd6 AA |
4159 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4160 | ||
4161 | * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections): | |
4162 | For ".reg-xstate", explicitly specify the requested section size | |
4163 | via X86_XSTATE_SIZE instead of just 0 on input and | |
4164 | X86_XSTATE_MAX_SIZE on output. | |
4165 | * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections): | |
4166 | Likewise. | |
4167 | ||
1528345d AA |
4168 | 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com> |
4169 | ||
4170 | PR corefiles/17808: | |
4171 | * gdbarch.sh (iterate_over_regset_sections_cb): Document this | |
4172 | function type, particularly its SIZE parameter. | |
4173 | * gdbarch.h: Regenerate. | |
4174 | * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare | |
4175 | actual against required size using ">=" instead of "==". | |
4176 | (amd64_collect_fpregset): Likewise. | |
4177 | * i386-tdep.c (i386_supply_gregset): Likewise. | |
4178 | (i386_collect_gregset): Likewise. | |
4179 | (i386_supply_fpregset): Likewise. | |
4180 | (i386_collect_fpregset): Likewise. | |
4181 | * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise. | |
4182 | (mips_fill_gregset_wrapper): Likewise. | |
4183 | (mips_supply_fpregset_wrapper): Likewise. | |
4184 | (mips_fill_fpregset_wrapper): Likewise. | |
4185 | (mips64_supply_gregset_wrapper): Likewise. | |
4186 | (mips64_fill_gregset_wrapper): Likewise. | |
4187 | (mips64_supply_fpregset_wrapper): Likewise. | |
4188 | (mips64_fill_fpregset_wrapper): Likewise. | |
4189 | * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise. | |
4190 | (am33_supply_fpregset_method): Likewise. | |
4191 | (am33_collect_gregset_method): Likewise. | |
4192 | (am33_collect_fpregset_method): Likewise. | |
4193 | ||
518be979 DE |
4194 | 2015-02-04 Doug Evans <dje@google.com> |
4195 | Pedro Alves <palves@redhat.com> | |
4196 | Eli Zaretskii <eliz@gnu.org> | |
4197 | ||
4198 | PR tui/17810 | |
4199 | * tui/tui-command.c (tui_refresh_cmd_win): New function. | |
4200 | * tui/tui-command.c (tui_refresh_cmd_win): Declare. | |
4201 | * tui/tui-file.c: #include tui/tui-command.h. | |
4202 | (tui_file_fputs): Refresh command window if stream is not gdb_stdout. | |
4203 | (tui_file_flush): Refresh command window if stream is gdb_stdout. | |
4204 | * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush. | |
4205 | ||
80bd5fab PA |
4206 | 2015-02-04 Pedro Alves <palves@redhat.com> |
4207 | ||
4208 | Fix build breakage. | |
4209 | * event-loop.c (gdb_do_one_event): Add default switch case. | |
4210 | ||
a7606d80 JK |
4211 | 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com> |
4212 | ||
4213 | Filter out inferior gcc option -fpreprocessed. | |
4214 | * compile/compile.c (filter_args): New function. | |
4215 | (get_args): Use it. | |
4216 | ||
70b66289 PA |
4217 | 2015-02-03 Pedro Alves <palves@redhat.com> |
4218 | ||
4219 | * event-loop.c: Don't declare nor define a queue type for | |
4220 | gdb_event_p. | |
4221 | (event_queue): Delete. | |
4222 | (create_event, create_file_event, gdb_event_xfree) | |
4223 | (initialize_event_loop, process_event): Delete. | |
4224 | (gdb_do_one_event): Return as soon as one event is handled. | |
4225 | (handle_file_event): Change prototype. Used the passed in | |
4226 | file_handler pointer and ready_mask instead of looping over all | |
4227 | file handlers. | |
4228 | (gdb_wait_for_event): Update the poll/select timeouts before | |
4229 | blocking. Run event handlers directly instead of queueing events. | |
4230 | Return as soon as one event is handled. | |
4231 | (struct async_event_handler_data): Delete. | |
4232 | (invoke_async_event_handler): Delete. | |
4233 | (check_async_event_handlers): Change return type to int. Run | |
4234 | event handlers directly instead of queueing events. Return as | |
4235 | soon as one event is handled. | |
4236 | (handle_timer_event): Delete. | |
4237 | (update_wait_timeout): New function, factored out from | |
4238 | poll_timers. | |
4239 | (poll_timers): Reimplement. | |
4240 | * event-loop.h (initialize_event_loop): Delete declaration. | |
4241 | * top.c (gdb_init): Don't call initialize_event_loop. | |
4242 | ||
b7d2e916 PA |
4243 | 2015-02-03 Pedro Alves <palves@redhat.com> |
4244 | ||
4245 | * event-loop.c (clear_async_event_handler): New function. | |
4246 | * event-loop.h (clear_async_event_handler): New declaration. | |
4247 | * record-btrace.c (record_btrace_async): New function. | |
4248 | (init_record_btrace_ops): Install record_btrace_async. | |
4249 | * record-full.c (record_full_async): New function. | |
4250 | (record_full_resume): Don't mark the async event source here. | |
4251 | (init_record_full_ops): Install record_full_async. | |
4252 | (record_full_core_resume): Don't mark the async event source here. | |
4253 | (init_record_full_core_ops): Install record_full_async. | |
4254 | * remote.c (remote_async): Mark and clear the async stop reply | |
4255 | queue event-loop token as appropriate. | |
4256 | ||
d9d41e78 PA |
4257 | 2015-02-03 Pedro Alves <palves@redhat.com> |
4258 | ||
4259 | * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use | |
4260 | target_is_async_p instead of target_can_async. | |
4261 | (linux_nat_wait): Use target_is_async_p instead of | |
4262 | target_can_async. Don't enable async here. | |
4263 | * remote.c (interrupt_query, remote_wait, putpkt_binary): Use | |
4264 | target_is_async_p instead of target_can_async. | |
4265 | ||
aa3de267 SM |
4266 | 2015-02-02 Simon Marchi <simon.marchi@ericsson.com> |
4267 | ||
4268 | * varobj.h (lang_varobj_ops): Mention which return values need | |
4269 | to be freed. | |
4270 | ||
2c811c0f JB |
4271 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
4272 | ||
4273 | * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker. | |
4274 | ||
b1eedac9 JB |
4275 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
4276 | ||
4277 | PR gdb/17856: | |
4278 | * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache | |
4279 | results found in the cache. | |
4280 | ||
66c168ae JB |
4281 | 2015-02-02 Joel Brobecker <brobecker@adacore.com> |
4282 | ||
4283 | PR gdb/17854: | |
4284 | * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache | |
4285 | when allocating a new one. | |
4286 | ||
4bdc02b2 TT |
4287 | 2015-02-01 Tom Tromey <tom@tromey.com> |
4288 | ||
4289 | * MAINTAINERS: Remove myself. | |
4290 | ||
ae6ae975 DE |
4291 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4292 | ||
4293 | * dwarf2read.c (process_structure_scope): Update setting of | |
4294 | TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO. | |
4295 | * gdbtypes.c (internal_type_vptr_fieldno): New function. | |
4296 | (set_type_vptr_fieldno): New function. | |
4297 | (internal_type_vptr_basetype): New function. | |
4298 | (set_type_vptr_basetype): New function. | |
4299 | (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO, | |
4300 | TYPE_VPTR_BASETYPE. | |
4301 | (allocate_cplus_struct_type): Initialize vptr_fieldno. | |
4302 | (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ... | |
4303 | (print_cplus_stuff): ... moved here. | |
4304 | (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE. | |
4305 | * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype | |
4306 | moved to ... | |
4307 | (struct cplus_struct_type): ... here. All uses updated. | |
4308 | (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite. | |
4309 | (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare. | |
4310 | (internal_type_vptr_basetype, set_type_vptr_basetype): Declare. | |
4311 | * stabsread.c (read_tilde_fields): Update setting of | |
4312 | TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE. | |
4313 | ||
09e2d7c7 DE |
4314 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4315 | ||
4316 | * cp-valprint.c (cp_find_class_member): Rename parameter domain_p | |
4317 | to self_p. | |
4318 | (cp_print_class_member): Rename local domain to self_type. | |
4319 | * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local | |
4320 | domain_type to self_type. | |
4321 | (set_die_type) <need_gnat_info>: Handle | |
4322 | TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD. | |
4323 | * gdb-gdb.py (StructMainTypePrettyPrinter): Handle | |
4324 | TYPE_SPECIFIC_SELF_TYPE. | |
4325 | * gdbtypes.c (internal_type_self_type): New function. | |
4326 | (set_type_self_type): New function. | |
4327 | (smash_to_memberptr_type): Rename parameter domain to self_type. | |
4328 | Update setting of TYPE_SELF_TYPE. | |
4329 | (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE. | |
4330 | (smash_to_method_type): Rename parameter domain to self_type. | |
4331 | Update setting of TYPE_SELF_TYPE. | |
4332 | (check_stub_method): Call smash_to_method_type. | |
4333 | (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE. | |
4334 | (copy_type_recursive): Ditto. | |
4335 | * gdbtypes.h (enum type_specific_kind): New value | |
4336 | TYPE_SPECIFIC_SELF_TYPE. | |
4337 | (struct main_type) <type_specific>: New member self_type. | |
4338 | (struct cplus_struct_type) <fn_field.type>: Update comment. | |
4339 | (TYPE_SELF_TYPE): Rewrite. | |
4340 | (internal_type_self_type, set_type_self_type): Declare. | |
4341 | * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to | |
4342 | self_type. | |
4343 | (gnuv3_method_ptr_to_value): Rename local domain_type to self_type. | |
4344 | * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with | |
4345 | TYPE_TARGET_TYPE. | |
4346 | * stabsread.c (read_member_functions): Mark methods with | |
4347 | TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of | |
4348 | TYPE_SELF_TYPE. | |
4349 | ||
4bfb94b8 DE |
4350 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4351 | ||
4352 | * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | |
4353 | All uses updated. | |
4354 | ||
5f4ce105 DE |
4355 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4356 | ||
4357 | * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs | |
4358 | or unions. Return zero if union. | |
4359 | (gnuv3_get_vtable): Call check_typedef. Assert only passed structs. | |
4360 | (gnuv3_rtti_type): Pass already-check_typedef'd value to | |
4361 | gnuv3_get_vtable. | |
4362 | (compute_vtable_size): Assert only passed structs. | |
4363 | (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs. | |
4364 | ||
f6b3afbf DE |
4365 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4366 | ||
4367 | * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD | |
4368 | kinds. | |
4369 | ||
cfb069a8 GB |
4370 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
4371 | Doug Evans <dje@google.com> | |
4372 | ||
4373 | PR cli/9007 | |
4374 | PR cli/11920 | |
4375 | PR cli/15548 | |
4376 | * cli/cli-cmds.c (complete_command): Notify user if max-completions | |
4377 | reached. | |
4378 | * common/common-exceptions.h (enum errors) | |
4379 | <MAX_COMPLETIONS_REACHED_ERROR>: New value. | |
4380 | * completer.h (get_max_completions_reached_message): New declaration. | |
4381 | (max_completions): Likewise. | |
4382 | (completion_tracker_t): New typedef. | |
4383 | (new_completion_tracker): New declaration. | |
4384 | (make_cleanup_free_completion_tracker): Likewise. | |
4385 | (maybe_add_completion_enum): New enum. | |
4386 | (maybe_add_completion): New declaration. | |
4387 | (throw_max_completions_reached_error): Likewise. | |
4388 | * completer.c (max_completions): New global variable. | |
4389 | (new_completion_tracker): New function. | |
4390 | (free_completion_tracker): Likewise. | |
4391 | (make_cleanup_free_completion_tracker): Likewise. | |
4392 | (maybe_add_completions): Likewise. | |
4393 | (throw_max_completions_reached_error): Likewise. | |
4394 | (complete_line): Remove duplicates and limit result to max_completions | |
4395 | entries. | |
4396 | (get_max_completions_reached_message): New function. | |
4397 | (gdb_display_match_list): Handle max_completions. | |
4398 | (_initialize_completer): New declaration and function. | |
4399 | * symtab.c: Include completer.h. | |
4400 | (completion_tracker): New static variable. | |
4401 | (completion_list_add_name): Call maybe_add_completion. | |
4402 | (default_make_symbol_completion_list_break_on_1): Renamed from | |
4403 | default_make_symbol_completion_list_break_on. Maintain | |
4404 | completion_tracker across calls to completion_list_add_name. | |
4405 | (default_make_symbol_completion_list_break_on): New function. | |
4406 | * top.c (init_main): Set rl_completion_display_matches_hook. | |
4407 | * tui/tui-io.c: Include completer.h. | |
4408 | (tui_old_rl_display_matches_hook): New static global. | |
4409 | (tui_rl_display_match_list): Notify user if max-completions reached. | |
4410 | (tui_setup_io): Save/restore rl_completion_display_matches_hook. | |
4411 | * NEWS (New Options): Mention set/show max-completions. | |
4412 | ||
e11c72c7 GB |
4413 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
4414 | ||
4415 | * symtab.c (struct add_name_data) <code>: New field. | |
4416 | Updated comments. | |
4417 | (add_symtab_completions): New function. | |
4418 | (symtab_expansion_callback): Likewise. | |
4419 | (default_make_symbol_completion_list_break_on): Set datum.code. | |
4420 | Move minimal symbol scan before calling expand_symtabs_matching. | |
4421 | Scan known primary symtabs for externs and statics before calling | |
4422 | expand_symtabs_matching. Pass symtab_expansion_callback as | |
4423 | expansion_notify argument to expand_symtabs_matching. Do not scan | |
4424 | primary symtabs for externs and statics after calling | |
4425 | expand_symtabs_matching. | |
4426 | ||
276d885b GB |
4427 | 2015-01-31 Gary Benson <gbenson@redhat.com> |
4428 | ||
4429 | * symfile.h (expand_symtabs_exp_notify_ftype): New typedef. | |
4430 | (struct quick_symbol_functions) <expand_symtabs_matching>: | |
4431 | New argument expansion_notify. All uses updated. | |
4432 | (expand_symtabs_matching): New argument expansion_notify. | |
4433 | All uses updated. | |
4434 | * symfile-debug.c (debug_qf_expand_symtabs_matching): | |
4435 | Also print expansion notify. | |
4436 | * symtab.c (expand_symtabs_matching_via_partial): Call | |
4437 | expansion_notify whenever a partial symbol table is expanded. | |
4438 | * dwarf2read.c (dw2_expand_symtabs_matching): Call | |
4439 | expansion_notify whenever a symbol table is instantiated. | |
4440 | ||
82083d6d DE |
4441 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4442 | ||
4443 | * cli-out.c: #include completer.h, readline/readline.h. | |
4444 | (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions. | |
4445 | (cli_mld_flush, cld_mld_erase_entire_line): Ditto. | |
4446 | (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto. | |
4447 | * cli-out.h (cli_display_match_list): Declare. | |
4448 | * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros. | |
4449 | (ELLIPSIS_LEN): Ditto. | |
4450 | (gdb_get_y_or_n, gdb_display_match_list_pager): New functions. | |
4451 | (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto. | |
4452 | (gdb_fnprint, gdb_print_filename): Ditto. | |
4453 | (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto. | |
4454 | (gdb_display_match_list): Ditto. | |
4455 | * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs. | |
4456 | (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto. | |
4457 | (mld_beep_ftype, mld_read_key_ftype): Ditto. | |
4458 | (match_list_displayer): New struct. | |
4459 | (gdb_display_match_list): Declare. | |
4460 | * top.c (init_main): Set rl_completion_display_matches_hook. | |
4461 | * tui/tui-io.c: #include completer.h. | |
4462 | (printable_part, PUTX, print_filename, get_y_or_n): Delete. | |
4463 | (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions. | |
4464 | (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto. | |
4465 | (tui_mld_getc, tui_mld_read_key): Ditto. | |
4466 | (tui_rl_display_match_list): Rewrite. | |
4467 | (tui_handle_resize_during_io): New arg for_completion. All callers | |
4468 | updated. | |
4469 | ||
f57d2163 DE |
4470 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4471 | ||
4472 | Add symbol lookup cache. | |
4473 | * NEWS: Document new options and commands. | |
4474 | * symtab.c (symbol_cache_key): New static global. | |
4475 | (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros. | |
4476 | (SYMBOL_LOOKUP_FAILED): New macro. | |
4477 | (symbol_cache_slot_state): New enum. | |
4478 | (block_symbol_cache): New struct. | |
4479 | (symbol_cache): New struct. | |
4480 | (new_symbol_cache_size, symbol_cache_size): New static globals. | |
4481 | (hash_symbol_entry, eq_symbol_entry): New functions. | |
4482 | (symbol_cache_byte_size, resize_symbol_cache): New functions. | |
4483 | (make_symbol_cache, free_symbol_cache): New functions. | |
4484 | (get_symbol_cache, symbol_cache_cleanup): New function. | |
4485 | (set_symbol_cache_size, set_symbol_cache_size_handler): New functions. | |
4486 | (symbol_cache_lookup, symbol_cache_clear_slot): New function. | |
4487 | (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions. | |
4488 | (symbol_cache_flush, symbol_cache_dump): New functions. | |
4489 | (maintenance_print_symbol_cache): New function. | |
4490 | (maintenance_flush_symbol_cache): New function. | |
4491 | (symbol_cache_stats): New function. | |
4492 | (maintenance_print_symbol_cache_statistics): New function. | |
4493 | (symtab_new_objfile_observer): New function. | |
4494 | (symtab_free_objfile_observer): New function. | |
4495 | (lookup_static_symbol, lookup_global_symbol): Use symbol cache. | |
4496 | (_initialize_symtab): Init symbol_cache_key. New parameter | |
4497 | maint symbol-cache-size. New maint commands print symbol-cache, | |
4498 | print symbol-cache-statistics, flush-symbol-cache. | |
4499 | Install new_objfile, free_objfile observers. | |
4500 | ||
e700d1b2 JB |
4501 | 2015-01-31 Joel Brobecker <brobecker@adacore.com> |
4502 | ||
4503 | PR symtab/17855 | |
4504 | * symfile.c (clear_symtab_users): Move call to breakpoint_re_set | |
4505 | to end. | |
4506 | ||
9f050062 DE |
4507 | 2015-01-31 Doug Evans <xdje42@gmail.com> |
4508 | ||
4509 | * NEWS: Mention inlined scripts in .debug_gdb_scripts section. | |
4510 | * auto-load.c: #include ctype.h. | |
4511 | (struct auto_load_pspace_info): Replace member loaded_scripts with | |
4512 | new members loaded_script_files, loaded_script_texts. | |
4513 | (auto_load_pspace_data_cleanup): Update. | |
4514 | (init_loaded_scripts_info): Update. | |
4515 | (get_auto_load_pspace_data_for_loading): Update. | |
4516 | (maybe_add_script_file): Renamed from maybe_add_script. All callers | |
4517 | updated. | |
4518 | (maybe_add_script_text): New function. | |
4519 | (clear_section_scripts): Update. | |
4520 | (source_script_file, execute_script_contents): New functions. | |
4521 | (source_section_scripts): Add support for | |
4522 | SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT. | |
4523 | (print_scripts): New function. | |
4524 | (auto_load_info_scripts): Also print inlined scripts. | |
4525 | (maybe_print_unsupported_script_warning): Renamed from | |
4526 | unsupported_script_warning_print. All callers updated. | |
4527 | (maybe_print_script_not_found_warning): Renamed from | |
4528 | script_not_found_warning_print. All callers updated. | |
4529 | * extension-priv.h (struct extension_language_script_ops): New member | |
4530 | objfile_script_executor. | |
4531 | * extension.c (ext_lang_objfile_script_executor): New function. | |
4532 | * extension.h (objfile_script_executor_func): New typedef. | |
4533 | (ext_lang_objfile_script_executor): Declare. | |
4534 | * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare. | |
4535 | * guile/guile.c (guile_extension_script_ops): Update. | |
4536 | * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function. | |
4537 | * python/python.c (python_extension_script_ops): Update. | |
4538 | (gdbpy_execute_objfile_script): New function. | |
4539 | ||
312809f8 EZ |
4540 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> |
4541 | ||
4542 | * tui/tui-io.c (tui_expand_tabs): New function. | |
4543 | (tui_puts, tui_redisplay_readline): Expand TABs into the | |
4544 | appropriate number of spaces. | |
4545 | * tui/tui-regs.c: Include tui-io.h. | |
4546 | (tui_register_format): Call tui_expand_tabs to expand TABs into | |
4547 | the appropriate number of spaces. | |
4548 | * tui/tui-io.h: Add prototype for tui_expand_tabs. | |
4549 | ||
b6577aab DE |
4550 | 2015-01-30 Doug Evans <dje@google.com> |
4551 | ||
4552 | * NEWS: "info source" command now display producer string if present. | |
4553 | * source.c (source_info): Print producer string if present. | |
4554 | ||
6da58d3e SM |
4555 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
4556 | ||
4557 | * varobj.c (varobj_delete): Fix comment. | |
4558 | ||
837ce252 SM |
4559 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
4560 | ||
4561 | * varobj.c (create_child): Modify comment. | |
4562 | ||
b09e2c59 SM |
4563 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
4564 | ||
4565 | * ada-varobj.c (ada_number_of_children): Constify struct varobj * | |
4566 | parameter. | |
4567 | (ada_name_of_variable): Same. | |
4568 | (ada_path_expr_of_child): Same. | |
4569 | (ada_value_of_variable): Same. | |
4570 | (ada_value_is_changeable_p): Same. | |
4571 | (ada_value_has_mutated): Same. | |
4572 | * c-varobj.c (varobj_is_anonymous_child): Same. | |
4573 | (c_is_path_expr_parent): Same. | |
4574 | (c_number_of_children): Same. | |
4575 | (c_name_of_variable): Same. | |
4576 | (c_path_expr_of_child): Same. | |
4577 | (get_type): Same. | |
4578 | (c_value_of_variable): Same. | |
4579 | (cplus_number_of_children): Same. | |
4580 | (cplus_name_of_variable): Same. | |
4581 | (cplus_path_expr_of_child): Same. | |
4582 | (cplus_value_of_variable): Same. | |
4583 | * jv-varobj.c (java_number_of_children): Same. | |
4584 | (java_name_of_variable): Same. | |
4585 | (java_path_expr_of_child): Same. | |
4586 | (java_value_of_variable): Same. | |
4587 | * varobj.c (number_of_children): Same. | |
4588 | (name_of_variable): Same. | |
4589 | (is_root_p): Same. | |
4590 | (varobj_ensure_python_env): Same. | |
4591 | (varobj_get_objname): Same. | |
4592 | (varobj_get_expression): Same. | |
4593 | (varobj_get_display_format): Same. | |
4594 | (varobj_get_display_hint): Same. | |
4595 | (varobj_has_more): Same. | |
4596 | (varobj_get_thread_id): Same. | |
4597 | (varobj_get_frozen): Same. | |
4598 | (dynamic_varobj_has_child_method): Same. | |
4599 | (varobj_get_gdb_type): Same. | |
4600 | (is_path_expr_parent): Same. | |
4601 | (varobj_default_is_path_expr_parent): Same. | |
4602 | (varobj_get_language): Same. | |
4603 | (varobj_get_attributes): Same. | |
4604 | (varobj_is_dynamic_p): Same. | |
4605 | (varobj_get_child_range): Same. | |
4606 | (varobj_value_has_mutated): Same. | |
4607 | (varobj_get_value_type): Same. | |
4608 | (number_of_children): Same. | |
4609 | (name_of_variable): Same. | |
4610 | (check_scope): Same. | |
4611 | (varobj_editable_p): Same. | |
4612 | (varobj_value_is_changeable_p): Same. | |
4613 | (varobj_floating_p): Same. | |
4614 | (varobj_default_value_is_changeable_p): Same. | |
4615 | ||
2568868e SM |
4616 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
4617 | ||
4618 | * varobj.c (varobj_get_path_expr): Set var->path_expr. | |
4619 | * c-varobj.c (c_path_expr_of_child): Set local var instead of | |
4620 | child->path_expr. | |
4621 | (cplus_path_expr_of_child): Same. | |
4622 | ||
ca83fa81 SM |
4623 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
4624 | ||
4625 | * mi-cmd-var.c (print_varobj): Free varobj_get_expression | |
4626 | result. | |
4627 | (mi_cmd_var_info_expression): Same. | |
4628 | * varobj.c (varobj_get_expression): Mention in the comment that | |
4629 | the result must by freed by the caller. | |
4630 | ||
afa269ae SM |
4631 | 2015-01-30 Simon Marchi <simon.marchi@ericsson.com> |
4632 | ||
4633 | * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of | |
4634 | varobj_get_type. | |
4635 | (varobj_update_one): Same. | |
4636 | * varobj.c (update_type_if_necessary): Free curr_type_str and | |
4637 | new_type_str. | |
4638 | (varobj_get_type): Specify in comment that the result needs to be | |
4639 | freed by the caller. | |
4640 | ||
cd366ee8 DE |
4641 | 2015-01-29 Doug Evans <dje@google.com> |
4642 | ||
4643 | PR symtab/17890 | |
4644 | * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4. | |
4645 | ||
38360086 MW |
4646 | 2015-01-25 Mark Wielaard <mjw@redhat.com> |
4647 | ||
4648 | * dwarf2read.c (checkproducer): Call producer_is_gcc. | |
4649 | * utils.c (producer_is_gcc_ge_4): Likewise. | |
4650 | (producer_is_gcc): New function. | |
4651 | * utils.h (producer_is_gcc): New declaration. | |
4652 | ||
df25ebbd JB |
4653 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
4654 | ||
4655 | * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum | |
4656 | kind. | |
4657 | * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr" | |
4658 | parameter by "addr_stack" parameter. | |
4659 | (resolve_dynamic_range): Replace "addr" parameter by | |
4660 | "stack_addr" parameter. Update function documentation. | |
4661 | Update code accordingly. | |
4662 | (resolve_dynamic_array, resolve_dynamic_union) | |
4663 | (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise. | |
4664 | (resolve_dynamic_type): Update code, following the changes made | |
4665 | to resolve_dynamic_type_internal's interface. | |
4666 | * dwarf2loc.h (struct property_addr_info): New. | |
4667 | (dwarf2_evaluate_property): Replace "address" parameter | |
4668 | by "addr_stack" parameter. Adjust function documentation. | |
4669 | (struct dwarf2_offset_baton): New. | |
4670 | (struct dwarf2_property_baton): Update documentation of | |
4671 | field "referenced_type" to be more general. New field | |
4672 | "offset_info" in union data field. | |
4673 | * dwarf2loc.c (dwarf2_evaluate_property): Replace "address" | |
4674 | parameter by "addr_stack" parameter. Adjust code accordingly. | |
4675 | Add support for PROP_ADDR_OFFSET properties. | |
4676 | * dwarf2read.c (attr_to_dynamic_prop): Add support for | |
4677 | DW_AT_data_member_location attributes as well. Use case | |
4678 | statements instead of if/else condition. | |
4679 | ||
4a0ca9ec JB |
4680 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
4681 | ||
4682 | * ada-varobj.c (ada_varobj_get_array_number_of_children): | |
4683 | Return zero if PARENT_VALUE is NULL and parent_type's | |
4684 | range type is dynamic. | |
4685 | ||
ddb87a81 JB |
4686 | 2015-01-29 Joel Brobecker <brobecker@adacore.com> |
4687 | ||
4688 | * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return | |
4689 | nonzero if the type's subtype is dynamic. | |
4690 | (resolve_dynamic_range): Also resolve the range's subtype. | |
4691 | ||
3d7ad9b4 | 4692 | 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch) |
7a270e0c | 4693 | |
3d7ad9b4 | 4694 | Pushed by Joel Brobecker <brobecker@adacore.com>. |
7a270e0c AK |
4695 | * symfile.c (unmap_overlay_command): Initialize sec to NULL. |
4696 | ||
3a8b707a DE |
4697 | 2015-01-27 Doug Evans <dje@google.com> |
4698 | ||
4699 | * NEWS: Mention gdb.Objfile.username. | |
4700 | * python/py-objfile.c (objfpy_get_username): New function. | |
4701 | (objfile_getset): Add "username". | |
4702 | ||
d35b90fb MW |
4703 | 2015-01-24 Mark Wielaard <mjw@redhat.com> |
4704 | ||
4705 | * stack.c (return_command): Markup warning message with _. | |
4706 | ||
734ae125 DE |
4707 | 2015-01-24 Doug Evans <xdje42@gmail.com> |
4708 | ||
4709 | * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete. | |
4710 | ||
527f3840 JK |
4711 | 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com> |
4712 | ||
4713 | Fix 100x slowdown regression on DWZ files. | |
4714 | * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash. | |
4715 | (struct line_header): Add offset and offset_in_dwz. | |
4716 | (dwarf_decode_lines): Add parameter decode_mapping to the declaration. | |
4717 | (free_line_header_voidp): New declaration. | |
4718 | (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New | |
4719 | functions. | |
4720 | (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller. | |
4721 | (handle_DW_AT_stmt_list): Use line_header_hash. | |
4722 | (free_line_header_voidp): New function. | |
4723 | (dwarf_decode_line_header): Initialize offset and offset_in_dwz. | |
4724 | (dwarf_decode_lines): New parameter decode_mapping, use it. | |
4725 | (dwarf2_free_objfile): Free line_header_hash. | |
4726 | ||
f7e5394d SM |
4727 | 2015-01-23 Simon Marchi <simon.marchi@ericsson.com> |
4728 | ||
4729 | PR gdb/17416 | |
4730 | * valops.c (value_rtti_indirect_type): Catch exception thrown by | |
4731 | value_ind. | |
4732 | ||
743649fd MW |
4733 | 2015-01-15 Mark Wielaard <mjw@redhat.com> |
4734 | ||
4735 | * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from | |
4736 | DW_AT_noreturn. | |
4737 | * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make | |
4738 | calling_convention an 8 bit bit field. | |
4739 | (TYPE_NO_RETURN): New macro. | |
4740 | * infcmd.c (finish_command): Query if function does not return | |
4741 | normally. | |
4742 | * stack.c (return_command): Likewise. | |
4743 | ||
198297aa PA |
4744 | 2015-01-23 Pedro Alves <palves@redhat.com> |
4745 | ||
4746 | * linux-nat.c (linux_is_async_p): New macro. | |
4747 | (linux_nat_is_async_p): | |
4748 | (linux_nat_terminal_inferior): Check whether the target can async | |
4749 | instead of whether it is already async. | |
4750 | (linux_nat_terminal_ours): Don't check whether the target is | |
4751 | async. | |
4752 | (linux_async_pipe): Use linux_is_async_p. | |
4753 | ||
253828f1 JK |
4754 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
4755 | ||
4756 | * NEWS (Changes since GDB 7.9): Add 'thread apply all' option | |
4757 | '-ascending'. | |
4758 | * thread.c (tp_array_compar_ascending, tp_array_compar): New. | |
4759 | (thread_apply_all_command): Parse CMD for tp_array_compar_ascending. | |
4760 | Sort tp_array using tp_array_compar. | |
4761 | (_initialize_thread): Extend thread_apply_all_command help. | |
4762 | ||
f0e8c4c5 JK |
4763 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
4764 | ||
4765 | * corelow.c (core_open): Call also thread_command. | |
4766 | * gdbthread.h (thread_command): New prototype moved from ... | |
4767 | * thread.c (thread_command): ... here. | |
4768 | (thread_command): Make it global. | |
4769 | ||
03b79603 PA |
4770 | 2015-01-22 Pedro Alves <palves@redhat.com> |
4771 | ||
4772 | * configure.ac [*mingw32*]: Check $curses_found instead of | |
4773 | $prefer_curses. | |
4774 | * configure: Regenerate. | |
4775 | * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and | |
4776 | HAVE_NCURSES_NCURSES_H checks. | |
4777 | ||
6b8a872f EZ |
4778 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> |
4779 | ||
bbbbffbb | 4780 | * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' |
6b8a872f EZ |
4781 | fails with the 1st arg NULL, try again with "unknown". Don't test |
4782 | the "cup" capability: it isn't supported by the Windows port of | |
4783 | ncurses, but the Windows console driver is still capable of | |
4784 | supporting TUI. | |
4785 | ||
4b62a76e JK |
4786 | 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com> |
4787 | ||
4788 | * compile/compile.c (_initialize_compile): Use -fPIE for compile_args. | |
4789 | ||
82a864f9 EZ |
4790 | 2015-01-22 Eli Zaretskii <eliz@gnu.org> |
4791 | ||
4792 | * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h. | |
4793 | (ALLDEPFILES): Remove irix5-nat.c. These two are part of the | |
4794 | reason that "make TAGS" is broken. | |
4795 | ||
b35018fd CG |
4796 | 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com> |
4797 | ||
4798 | * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues | |
4799 | and check additional store instructions. | |
4800 | ||
ffbc4646 WW |
4801 | 2015-01-21 Wei-cheng Wang <cole945@gmail.com> |
4802 | ||
4803 | * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang". | |
4804 | ||
ddeca1df WW |
4805 | 2015-01-21 Wei-cheng Wang <cole945@gmail.com> |
4806 | ||
4807 | * ppc-linux-tdep.c (ppc_skip_trampoline_code, | |
4808 | ppc_canonicalize_syscall, ppc_linux_syscall_record, | |
4809 | ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments. | |
4810 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise. | |
4811 | * rs6000-tdep.c (rs6000_epilogue_frame_cache, | |
4812 | rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register, | |
4813 | rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4, | |
4814 | ppc_process_record_op19, ppc_process_record_op31, | |
4815 | ppc_process_record_op59, ppc_process_record_op60, | |
4816 | ppc_process_record_op63): Likewise. | |
4817 | ||
049bb5de JB |
4818 | 2015-01-20 Joel Brobecker <brobecker@adacore.com> |
4819 | ||
4820 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string) | |
4821 | (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of | |
4822 | strerror. | |
4823 | ||
42b87c63 | 4824 | 2015-01-20 Wei-cheng Wang <cole945@gmail.com> |
810c1026 WW |
4825 | |
4826 | * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19, | |
4827 | ppc_process_record_op31, ppc_process_record_op59, | |
4828 | ppc_process_record_op60, ppc_process_record_op63, | |
4829 | ppc_process_record): Fix -Wformat warning. | |
4830 | * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60): | |
4831 | Remove unused variables. | |
4832 | ||
569340fc CG |
4833 | 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com> |
4834 | ||
4835 | * MAINTAINERS (Write After Approval): Add "Chen Gang". | |
4836 | ||
63413d85 EZ |
4837 | 2015-01-19 Eli Zaretskii <eliz@gnu.org> |
4838 | ||
4839 | * configure.ac [*mingw32*]: Only add windows-termcap.o to | |
4840 | CONFIG_OBS if not building with a curses library. | |
4841 | * configure: Regenerate. | |
4842 | ||
4843 | * windows-termcap.c: Include defs.h. Make the whole body empty if | |
4844 | either one of HAVE_CURSES_H or HAVE_NCURSES_H or | |
4845 | HAVE_NCURSES_NCURSES_H is defined. | |
4846 | ||
16d8013c JB |
4847 | 2015-01-19 Joel Brobecker <brobecker@adacore.com> |
4848 | ||
4849 | * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator | |
4850 | from end of line to start of next line. | |
4851 | ||
cf90fd9a WW |
4852 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
4853 | ||
4854 | * ppc-linux-tdep.c (ppc_skip_trampoline_code): | |
4855 | Scan PLT stub backward for reverse debugging. | |
4856 | * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise. | |
4857 | ||
b4cdae6f WW |
4858 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
4859 | Ulrich Weigand <uweigand@de.ibm.com> | |
4860 | ||
4861 | * configure.tgt (powerpc*-*-linux): Add linux-record.o to | |
4862 | gdb_target_obs. | |
4863 | (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall | |
4864 | record. | |
4865 | (ppc_canonicalize_syscall, ppc_linux_syscall_record, | |
4866 | ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions. | |
4867 | (ppc_linux_init_abi): Set process_record, process_record_signal. | |
4868 | * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and | |
4869 | ppc_linux_record_tdep to gdbarch_tdep. | |
4870 | (ppc_process_record): New declaration. | |
4871 | * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4, | |
4872 | ppc_process_record_op19, ppc_process_record_op31, | |
4873 | ppc_process_record_op59, ppc_process_record_op60, | |
4874 | ppc_process_record_op63, ppc_process_record): New functions. | |
4875 | ||
2608dbf8 WW |
4876 | 2015-01-17 Wei-cheng Wang <cole945@gmail.com> |
4877 | ||
4878 | * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to | |
4879 | rs6000_in_function_epilogue_frame_p and add an argument | |
4880 | for frame_info. | |
4881 | (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id, | |
4882 | rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer): | |
4883 | New functions. | |
4884 | (rs6000_epilogue_frame_unwind): New. | |
4885 | (rs6000_gdbarch_init): Append epilogue unwinder. | |
4886 | ||
4c347be6 SDJ |
4887 | 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com> |
4888 | ||
4889 | * nat/linux-personality.c: Replace "#ifndef | |
4890 | HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if | |
4891 | !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5 | |
4892 | systems. | |
4893 | ||
9f2850ba EZ |
4894 | 2015-01-16 Eli Zaretskii <eliz@gnu.org> |
4895 | ||
6cdb25f4 EZ |
4896 | * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New |
4897 | functions. | |
4898 | (_initialize_tui_win) <border-kind, border-mode>: | |
4899 | <active-border-mode>: Use tui_set_var_cmd as the "set" function. | |
c54da50d EZ |
4900 | (tui_set_tab_width_command): Fix the commentary. |
4901 | ||
6cdb25f4 EZ |
4902 | * tui/tui-win.h: Add prototype for tui_rehighlight_all. |
4903 | ||
bf555842 EZ |
4904 | * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command): |
4905 | Doc fix. | |
cb86fcc1 EZ |
4906 | (tui_set_tab_width_command): Delete and recreate the source and |
4907 | the disassembly windows, to show the effect of the changed tab | |
4908 | size immediately. | |
bf555842 | 4909 | |
9f2850ba EZ |
4910 | * tui/tui-data.h (LINE_PREFIX): Make shorter |
4911 | (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for | |
4912 | "Thread NNNNN.XXXX" thread ID notation on Windows. | |
4913 | ||
95761b2d JK |
4914 | 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com> |
4915 | ||
4916 | Fix gcc-5 compilation. | |
4917 | * hppa-tdep.c (inst_saves_gr): Fix parentheses typo. | |
4918 | ||
8cc73a39 SDJ |
4919 | 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com> |
4920 | ||
4921 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h. | |
4922 | (linux-personality.o): New rule. | |
4923 | * common/common-defs.h: Include <stdint.h>. | |
4924 | * config/aarch64/linux.mh (NATDEPFILES): Include | |
4925 | linux-personality.o. | |
4926 | * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise. | |
4927 | * config/arm/linux.mh (NATDEPFILES): Likewise. | |
4928 | * config/i386/linux64.mh (NATDEPFILES): Likewise. | |
4929 | * config/i386/linux.mh (NATDEPFILES): Likewise. | |
4930 | * config/ia64/linux.mh (NATDEPFILES): Likewise. | |
4931 | * config/m32r/linux.mh (NATDEPFILES): Likewise. | |
4932 | * config/m68k/linux.mh (NATDEPFILES): Likewise. | |
4933 | * config/mips/linux.mh (NATDEPFILES): Likewise. | |
4934 | * config/pa/linux.mh (NATDEPFILES): Likewise. | |
4935 | * config/powerpc/linux.mh (NATDEPFILES): Likewise. | |
4936 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise. | |
4937 | * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise. | |
4938 | * config/s390/linux.mh (NATDEPFILES): Likewise. | |
4939 | * config/sparc/linux64.mh (NATDEPFILES): Likewise. | |
4940 | * config/sparc/linux.mh (NATDEPFILES): Likewise. | |
4941 | * config/tilegx/linux.mh (NATDEPFILES): Likewise. | |
4942 | * config/xtensa/linux.mh (NATDEPFILES): Likewise. | |
4943 | * defs.h: Remove #include <stdint.h> (moved to | |
4944 | common/common-defs.h). | |
4945 | * linux-nat.c: Include nat/linux-personality.h. Remove #include | |
4946 | <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to | |
4947 | nat/linux-personality.c). | |
4948 | (linux_nat_create_inferior): Remove code to disable address space | |
4949 | randomization (moved to nat/linux-personality.c). Create cleanup | |
4950 | to disable address space randomization. | |
4951 | * nat/linux-personality.c: New file. | |
4952 | * nat/linux-personality.h: Likewise. | |
4953 | ||
fb23d554 SDJ |
4954 | 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com> |
4955 | ||
4956 | * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and | |
4957 | common/posix-strerror.c. | |
4958 | (posix-strerror.o): New rule. | |
4959 | (mingw-strerror.o): Likewise. | |
4960 | * common/common-utils.h (safe_strerror): Move prototype to here, | |
4961 | from utils.h. | |
4962 | * common/common.host: New file. | |
4963 | * common/mingw-strerror.c: Likewise. | |
4964 | * common/posix-strerror.c: Likewise. | |
4965 | * configure: Regenerated. | |
4966 | * configure.ac: Source common/common.host. Add variable | |
4967 | common_host_obs to gdb_host_obs. | |
4968 | * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and | |
4969 | gdb/common/posix-strerror.c when warning about the use of | |
4970 | strerror. | |
4971 | * mingw-hdep.c (safe_strerror): Remove definition; move it to | |
4972 | common/mingw-strerror.c. | |
4973 | * posix-hdep.c (safe_strerror): Remove definition; move it to | |
4974 | common/posix-hdep.c. | |
4975 | * utils.h (safe_strerror): Remove prototype; move to | |
4976 | common/common-utils.h. | |
4977 | ||
3af8af43 JB |
4978 | 2015-01-15 Joel Brobecker <brobecker@adacore.com> |
4979 | ||
4980 | GDB 7.8.2 released. | |
4981 | ||
bafffb51 JB |
4982 | 2015-01-15 Joel Brobecker <brobecker@adacore.com> |
4983 | ||
4984 | * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel | |
4985 | ___XA type if the array has already been fixed. | |
4986 | ||
cdf43629 YQ |
4987 | 2015-01-14 Yao Qi <yao@codesourcery.com> |
4988 | ||
4989 | * Makefile.in (ppc-linux.o): New rule. | |
4990 | * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o. | |
4991 | * configure.ac: AC_CHECK_FUNCS(getauxval). | |
4992 | * config.in: Re-generated. | |
4993 | * configure: Re-generated. | |
4994 | * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p): | |
4995 | Declare. | |
4996 | * nat/ppc-linux.c: New file. | |
4997 | * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]: | |
4998 | Call ppc64_64bit_inferior_p. | |
4999 | ||
514c5338 YQ |
5000 | 2015-01-14 Yao Qi <yao@codesourcery.com> |
5001 | ||
5002 | * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to | |
5003 | nat/ppc-linux.h. | |
5004 | (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise. | |
5005 | (PPC_FEATURE_HAS_DFP): Likewise. | |
5006 | (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise. | |
5007 | (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise. | |
5008 | (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise. | |
5009 | Include "nat/ppc-linux.h". | |
5010 | * nat/ppc-linux.h: New file. | |
5011 | * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h. | |
5012 | ||
5589af0e PA |
5013 | 2015-01-14 Pedro Alves <palves@redhat.com> |
5014 | ||
5015 | PR gdb/17525 | |
5016 | * breakpoint.c: Include "interps.h". | |
5017 | (bpstat_do_actions_1): Also check whether the interpreter is | |
5018 | async. | |
5019 | ||
6c400b59 PA |
5020 | 2015-01-14 Pedro Alves <palves@redhat.com> |
5021 | ||
5022 | PR cli/17828 | |
5023 | * infrun.c (reinstall_readline_callback_handler_cleanup): Don't | |
5024 | reinstall if the interpreter is sync. | |
5025 | ||
e02c96a7 DE |
5026 | 2015-01-13 Doug Evans <dje@google.com> |
5027 | ||
5028 | * objfiles.c (objfile_filename): New function. | |
5029 | * objfiles.h (objfile_filename): Declare it. | |
5030 | (objfile_name): Add function comment. | |
5031 | * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the | |
5032 | bfd file name (which may be realpath'd), and the original name. | |
5033 | ||
3b2f13ff JB |
5034 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
5035 | ||
5036 | * NEWS: Create a new section for the next release branch. | |
5037 | Rename the section of the current branch, now that it has | |
5038 | been cut. | |
5039 | ||
b4cfe7f8 JB |
5040 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
5041 | ||
5042 | GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37): | |
5043 | * version.in: Bump version to 7.9.50.DATE-cvs. | |
5044 | ||
92fc2e69 JB |
5045 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
5046 | ||
5047 | * nat/linux-procfs.c (linux_proc_attach_tgid_threads): | |
5048 | Remove trailing new-line in argument of call to warning. | |
5049 | ||
f71f0b0d JB |
5050 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
5051 | ||
5052 | * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing | |
5053 | new-line in argument of call to "warning". | |
5054 | ||
04dccad0 JB |
5055 | 2015-01-13 Joel Brobecker <brobecker@adacore.com> |
5056 | ||
5057 | * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found | |
5058 | in static block, then try searching for primitive types. | |
5059 | ||
08b13bdd PP |
5060 | 2015-01-12 Patrick Palka <patrick@parcs.ath.cx> |
5061 | ||
5062 | * top.h (gdb_add_history): Declare. | |
5063 | * top.c (command_count): New variable. | |
5064 | (gdb_add_history): New function. | |
5065 | (gdb_safe_append_history): New static function. | |
5066 | (quit_force): Call it. | |
5067 | (command_line_input): Use gdb_add_history instead of | |
5068 | add_history. | |
5069 | * event-top.c (command_line_handler): Likewise. | |
5070 | ||
4ac15b59 JC |
5071 | 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch) |
5072 | ||
5073 | PR gdb/17046 | |
5074 | * darwin-nat.c: Replace <machine/setjmp.h> #include by | |
5075 | <setjmp.h> #include. | |
5076 | ||
005e54bb DE |
5077 | 2015-01-11 Doug Evans <xdje42@gmail.com> |
5078 | ||
5079 | * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. | |
5080 | ||
439250fb DE |
5081 | 2015-01-11 Doug Evans <xdje42@gmail.com> |
5082 | ||
5083 | PR gdb/15830 | |
5084 | * NEWS: The "maint demangle" command is renamed as "demangle". | |
5085 | * demangle.c: #include cli/cli-utils.h, language.h. | |
5086 | (demangle_command): New function. | |
5087 | (_initialize_demangle): Add new command "demangle". | |
5088 | * maint.c (maintenance_demangle): Stub out. | |
5089 | (_initialize_maint_cmds): Update help text for "maint demangle", | |
5090 | and mark as deprecated. | |
5091 | ||
ebf3aa72 MK |
5092 | 2015-01-11 Mark Kettenis <kettenis@gnu.org> |
5093 | ||
5094 | * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that | |
5095 | inferior_thread is a function. | |
5096 | ||
6bf045cd PP |
5097 | 2015-01-09 Patrick Palka <patrick@parcs.ath.cx> |
5098 | ||
5099 | * Makefile.in (.y.c): Don't munge yacc's #line | |
5100 | directives. | |
5101 | ||
588dcc3e PP |
5102 | 2015-01-09 Patrick Palka <patrick@parcs.ath.cx> |
5103 | ||
5104 | * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper | |
5105 | to prompt for input. | |
5106 | * tui/tui-hooks.c (tui_query_hook): Remove. | |
5107 | (tui_install_hooks): Don't set deprecated_query_hook. | |
5108 | * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in | |
5109 | height calculation. Always update the command window's cur_line. | |
5110 | ||
9c02b525 PA |
5111 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5112 | ||
5113 | * breakpoint.c (hardware_breakpoint_inserted_here_p): New | |
5114 | function. | |
5115 | * breakpoint.h (hardware_breakpoint_inserted_here_p): New | |
5116 | declaration. | |
5117 | * linux-nat.c (linux_nat_status_is_event): Move higher up in file. | |
5118 | (linux_resume_one_lwp): Store the thread's PC. Adjust to clear | |
5119 | stop_reason. | |
5120 | (check_stopped_by_watchpoint): New function. | |
5121 | (save_sigtrap): Reimplement. | |
5122 | (linux_nat_stopped_by_watchpoint): Adjust. | |
5123 | (linux_nat_lp_status_is_event): Delete. | |
5124 | (stop_wait_callback): Only call save_sigtrap after storing the | |
5125 | pending status. | |
5126 | (status_callback): If the thread had been stopped for a breakpoint | |
5127 | that has since been removed, discard the event and resume the LWP. | |
5128 | (count_events_callback, select_event_lwp_callback): Use | |
5129 | lwp_status_pending_p instead of linux_nat_lp_status_is_event. | |
5130 | (cancel_breakpoint): Rename to ... | |
5131 | (check_stopped_by_breakpoint): ... this. Record whether the LWP | |
5132 | stopped for a software breakpoint or hardware breakpoint. | |
5133 | (select_event_lwp): Only give preference to the stepping LWP in | |
5134 | all-stop mode. Adjust comments. | |
5135 | (stop_and_resume_callback): Remove references to new_pending_p. | |
5136 | (linux_nat_filter_event): Likewise. Leave exit events of the | |
5137 | leader thread pending here. Handle signal short circuiting here. | |
5138 | Only call save_sigtrap after storing the pending waitstatus. | |
5139 | (linux_nat_wait_1): Remove 'retry' label. Remove references to | |
5140 | new_pending. Don't handle leaving events the caller is not | |
5141 | interested in pending here, nor handle signal short-circuiting | |
5142 | here. Also give equal priority to all LWPs that have had events | |
5143 | in non-stop mode. If reporting a software breakpoint event, | |
5144 | unadjust the LWP's PC. | |
5145 | * linux-nat.h (enum lwp_stop_reason): New. | |
5146 | (struct lwp_info) <stop_pc>: New field. | |
5147 | (struct lwp_info) <stopped_by_watchpoint>: Delete field. | |
5148 | (struct lwp_info) <stop_reason>: New field. | |
5149 | * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust. | |
5150 | ||
8af756ef PA |
5151 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5152 | ||
5153 | * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>: | |
5154 | Set the LWP's 'resumed' flag. | |
5155 | ||
8a99810d PA |
5156 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5157 | ||
5158 | * linux-nat.c (linux_resume_one_lwp): New function. | |
5159 | (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp. | |
5160 | (linux_nat_resume): Use lwp_status_pending_p and | |
5161 | linux_resume_one_lwp. | |
5162 | (linux_handle_syscall_trap): Use linux_resume_one_lwp. | |
5163 | (linux_handle_extended_wait): Use linux_resume_one_lwp. | |
5164 | (status_callback, running_callback): Use lwp_status_pending_p. | |
5165 | (lwp_status_pending_p): New function. | |
5166 | (stop_and_resume_callback): Use lwp_status_pending_p. | |
5167 | (linux_nat_filter_event): Use linux_resume_one_lwp. | |
5168 | (linux_nat_wait_1): Always use status_callback to look for an LWP | |
5169 | with a pending status. Use linux_resume_one_lwp. | |
5170 | (resume_stopped_resumed_lwps): Use lwp_status_pending_p and | |
5171 | linux_resume_one_lwp. | |
5172 | ||
f7ce857f PA |
5173 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5174 | ||
5175 | * breakpoint.c (bp_location_inserted_here_p): New function, | |
5176 | factored out from ... | |
5177 | (breakpoint_inserted_here_p): ... here. Use | |
5178 | ALL_BP_LOCATIONS_AT_ADDR. | |
5179 | (software_breakpoint_inserted_here_p): Use | |
5180 | bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR. | |
5181 | ||
c1a747c1 PA |
5182 | 2014-01-09 Pedro Alves <palves@redhat.com> |
5183 | ||
5184 | Skip enabling event reporting if the kernel supports | |
5185 | PTRACE_EVENT_CLONE. | |
5186 | * linux-thread-db.c: Include "nat/linux-ptrace.h". | |
5187 | (thread_db_use_events): New function. | |
5188 | (try_thread_db_load_1): Check thread_db_use_events before enabling | |
5189 | event reporting. | |
5190 | (update_thread_state): New function. | |
5191 | (attach_thread): Use it. Check thread_db_use_events before | |
5192 | enabling event reporting. | |
5193 | (thread_db_detach): Check thread_db_use_events before disabling | |
5194 | event reporting. | |
5195 | (find_new_threads_callback): Check thread_db_use_events before | |
5196 | enabling event reporting. Update the thread's state if not using | |
5197 | libthread_db events. | |
5198 | ||
a33e3959 PA |
5199 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5200 | ||
5201 | * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're | |
5202 | about to wait for is > 0. | |
5203 | * linux-thread-db.c (find_new_threads_callback): Ignore thread if | |
5204 | the kernel thread ID is -1. | |
5205 | ||
8784d563 PA |
5206 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5207 | ||
5208 | * linux-nat.c (attach_proc_task_lwp_callback): New function. | |
5209 | (linux_nat_attach): Use linux_proc_attach_tgid_threads. | |
5210 | (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's | |
5211 | ptrace option flags. | |
5212 | * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New | |
5213 | field. | |
5214 | * nat/linux-procfs.c: Include <dirent.h>. | |
5215 | (linux_proc_get_int): New parameter "warn". Handle it. | |
5216 | (linux_proc_get_tgid): Adjust. | |
5217 | (linux_proc_get_tracerpid): Rename to ... | |
5218 | (linux_proc_get_tracerpid_nowarn): ... this. | |
5219 | (linux_proc_pid_get_state): New function, factored out from | |
5220 | (linux_proc_pid_has_state): ... this. Add new parameter "warn" | |
5221 | and handle it. | |
5222 | (linux_proc_pid_is_gone): New function. | |
5223 | (linux_proc_pid_is_stopped): Adjust. | |
5224 | (linux_proc_pid_is_zombie_maybe_warn) | |
5225 | (linux_proc_pid_is_zombie_nowarn): New functions. | |
5226 | (linux_proc_pid_is_zombie): Use | |
5227 | linux_proc_pid_is_zombie_maybe_warn. | |
5228 | (linux_proc_attach_tgid_threads): New function. | |
5229 | * nat/linux-procfs.h (linux_proc_get_tgid): Update comment. | |
5230 | (linux_proc_get_tracerpid): Rename to ... | |
5231 | (linux_proc_get_tracerpid_nowarn): ... this, and update comment. | |
5232 | (linux_proc_pid_is_gone): New declaration. | |
5233 | (linux_proc_pid_is_zombie): Update comment. | |
5234 | (linux_proc_pid_is_zombie_nowarn): New declaration. | |
5235 | (linux_proc_attach_lwp_func): New typedef. | |
5236 | (linux_proc_attach_tgid_threads): New declaration. | |
5237 | * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to | |
5238 | use nowarn functions. | |
5239 | (linux_ptrace_attach_fail_reason_string): Move here from | |
5240 | gdbserver/linux-low.c and rename. | |
5241 | (ptrace_supports_feature): If the current ptrace options are not | |
5242 | known yet, check them now, instead of asserting. | |
5243 | * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string): | |
5244 | Declare. | |
5245 | ||
883ed13e PA |
5246 | 2015-01-09 Pedro Alves <palves@redhat.com> |
5247 | ||
5248 | * linux-thread-db.c (thread_db_find_new_threads_silently) | |
5249 | (try_thread_db_load_1, try_thread_db_load, thread_db_load_search) | |
5250 | (find_new_threads_once): Print debug output on gdb_stdlog. | |
5251 | ||
1710aab8 CG |
5252 | 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com> |
5253 | Pedro Alves <palves@redhat.com> | |
5254 | ||
5255 | * compile/compile.c: Include "gdb_wait.h". | |
5256 | (do_rmdir): Check return value, and free 'zap'. | |
5257 | ||
b597c318 YQ |
5258 | 2015-01-08 Pedro Alves <palves@redhat.com> |
5259 | Yao Qi <yao@codesourcery.com> | |
5260 | ||
5261 | * dwarf2loc.c (indirect_pieced_value): Don't call | |
5262 | gdb_sign_extend. Call extract_signed_integer instead. | |
5263 | * utils.c (gdb_sign_extend): Remove. | |
5264 | * utils.h (gdb_sign_extend): Remove declaration. | |
5265 | ||
025ac414 PM |
5266 | 2015-01-07 Pierre Muller <muller@sourceware.org> |
5267 | ||
5268 | PR symtab/17811 | |
5269 | * stabsread.c (define_symbol): Set language for C++ special symbols. | |
5270 | ||
fa5af12a PP |
5271 | 2015-01-07 Patrick Palka <patrick@parcs.ath.cx> |
5272 | ||
5273 | * inflow.c (initial_gdb_ttystate): Tweak comment. | |
5274 | ||
ea42d6f8 JB |
5275 | 2015-01-07 Joel Brobecker <brobecker@adacore.com> |
5276 | ||
5277 | * inflow.c (set_initial_gdb_ttystate): Add empty line after | |
5278 | comment documenting function. | |
5279 | ||
6a06d660 PP |
5280 | 2015-01-07 Patrick Palka <patrick@parcs.ath.cx> |
5281 | ||
5282 | * terminal.h (set_initial_gdb_ttystate): Declare. | |
5283 | * inflow.c (initial_gdb_ttystate): New static variable. | |
5284 | (set_initial_gdb_ttystate): New setter. | |
5285 | (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate | |
5286 | instead of our current terminal state. | |
5287 | * top.c (gdb_init): Call set_initial_gdb_ttystate. | |
5288 | ||
e810d75b JB |
5289 | 2015-01-07 Joel Brobecker <brobecker@adacore.com> |
5290 | ||
5291 | * guile/scm-type.c (tyscm_array_1): Add comment. | |
5292 | * python/py-type.c (typy_array_1): Add comment. | |
5293 | ||
fce10a84 JB |
5294 | 2015-01-06 Joel Brobecker <brobecker@adacore.com> |
5295 | ||
5296 | * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range | |
5297 | error if N2 is equal to N1 - 1. | |
5298 | ||
8503d6e1 JB |
5299 | 2015-01-06 Joel Brobecker <brobecker@adacore.com> |
5300 | ||
5301 | * python/py-type.c (typy_array_1): Do not raise negative-length | |
5302 | exception if N2 is equal to N1 - 1. | |
5303 | ||
4d29c0a8 DE |
5304 | 2015-01-03 Doug Evans <xdje42@gmail.com> |
5305 | ||
5306 | * c-exp.y: Whitespace cleanup. | |
5307 | (classify_inner_name): Remove extra ;. | |
5308 | ||
eaa6a9a4 MR |
5309 | 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com> |
5310 | ||
5311 | * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack | |
5312 | offset signed. | |
5313 | ||
02fe9972 DE |
5314 | 2015-01-02 Doug Evans <dje@google.com> |
5315 | ||
5316 | * dwarf2read.c (setup_type_unit_groups): Remove outdated comment. | |
5317 | ||
e2ada9cb DE |
5318 | 2015-01-02 Doug Evans <dje@google.com> |
5319 | ||
5320 | * symtab.h (struct symbol): Fix typo in comment. | |
5321 | ||
32d0add0 JB |
5322 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
5323 | ||
5324 | Update year range in copyright notice of all files. | |
5325 | ||
76f2b779 JB |
5326 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
5327 | ||
5328 | * top.c (print_gdb_version): Update copyright year to 2015. | |
5329 | ||
077309e2 | 5330 | 2015-01-01 Joel Brobecker <brobecker@adacore.com> |
6bf6fd09 | 5331 | |
077309e2 | 5332 | * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014. |
6bf6fd09 | 5333 | |
077309e2 | 5334 | For older changes see ChangeLog-2014. |
c906108c SS |
5335 | \f |
5336 | Local Variables: | |
5337 | mode: change-log | |
5338 | left-margin: 8 | |
5339 | fill-column: 74 | |
5340 | version-control: never | |
57da7796 | 5341 | coding: utf-8 |
c906108c | 5342 | End: |