fix PR symtab/15719
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3a1115a0
TT
12013-08-02 Tom Tromey <tromey@redhat.com>
2
3 PR symtab/15719:
4 * breakpoint.c (update_watchpoint, watchpoint_check)
5 (watch_command_1): Update.
6 * eval.c (fetch_subexp_value): Add "preserve_errors"
7 parameter.
8 * ppc-linux-nat.c (check_condition): Update.
9 * value.h (fetch_subexp_value): Update.
10
58b19776
AB
112013-08-02 Andrew Burgess <aburgess@broadcom.com>
12
13 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
14 add_file_handler.
15
ec94af83
DE
162013-08-01 Doug Evans <dje@google.com>
17
7ee85ab1
DE
18 PR symtab/15691
19 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
20 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
21 Add assert of sig_entry->dwo_unit == NULL.
22 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
23 had already been read.
24 (read_signatured_type): Set per_cu.tu_read.
25
b846d303
DE
26 PR symtab/15695
27 * valops.c (value_struct_elt): Add missing call to check_typedef.
28 (value_find_oload_method_list): Ditto.
29
b52109bc
DE
30 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
31 effectively, struct symbol_search **.
32 (make_cleanup_free_search_symbols): Change arg to struct
33 symbol_search **. All callers updated.
34 (compare_search_syms): Compare symtab file name and block as well.
35 (search_symbols_equal): New function.
36 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
37 New args new_head, new_tail. Result is now void. Remove dups after
38 sorting the symbols.
39 (search_symbols): Sort all found symbols once, after all have been
40 found, and remove duplicates. Simplify cleanup tracking of result.
41 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
42
ec94af83
DE
43 Further workarounds for binutils/15021.
44 * dwarf2read.c (recursively_compute_inclusions): Change type of result
45 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
46 Watch for duplicate symtabs coming from type units.
47 (compute_symtab_includes): Update call to
48 recursively_compute_inclusions. Build vector of included symtabs
49 instead of per_cus.
50 * symtab.h (symtab_ptr): New typedef.
51 (DEF_VEC_P (symtab_ptr)): New VEC type.
52 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
53 instead.
54
b2ae85cf
AB
552013-08-01 Andrew Burgess <aburgess@broadcom.com>
56
57 * cli/cli-script.c (script_from_file): Remove use of
58 error_pre_print.
59 * main.c (captured_main): Remove use of error_pre_print and
60 quit_pre_print.
61 * utils.c (error_pre_print, quit_pre_print): Remove.
62 * utils.h (error_pre_print, quit_pre_print): Likewise.
63
645eab03
YQ
642013-08-01 Yao Qi <yao@codesourcery.com>
65
66 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
67 with mi_getopt.
68 (mi_cmd_stack_list_variables): Likewise.
69
16f92dd4
AB
702013-07-31 Andrew Burgess <aburgess@broadcom.com>
71
72 * exceptions.c (deprecated_throw_reason): Remove.
73 * exceptions.h (deprecated_throw_reason): Remove.
74
13f78033
AB
752013-07-31 Andrew Burgess <aburgess@broadcom.com>
76
77 * remote-mips.c (mips_error): Replace use of
78 deprecated_throw_reason with throw_verror. Use the error message
79 passed to mips_error as the error message for throw_verror.
80
039e3c22
AB
812013-07-31 Andrew Burgess <aburgess@broadcom.com>
82
83 * monitor.c (monitor_interrupt_query): Replace use of
84 deprecated_throw_reason with quit.
85 * nto-procfs.c (interrupt_query): Likewise.
86 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
87 * remote-mips.c (mips_kill): Likewise.
88 * remote.c (interrupt_query): Likewise.
89
8150913b
AB
902013-07-31 Andrew Burgess <aburgess@broadcom.com>
91
92 * utils.c (internal_verror): Replace use of deprecated_throw_reason
93 with call to fatal.
94
de74e63a
YQ
952013-07-31 Pedro Alves <pedro@codesourcery.com>
96 Yao Qi <yao@codesourcery.com>
97
98 * tracepoint.c (trace_dump_command): Select the current frame.
99
247f5c4f
DE
1002013-07-30 Doug Evans <dje@google.com>
101
102 * dwarf2read.c (process_queue): Add type signature to debug output.
103
11b4b7cc
AB
1042013-07-30 Andrew Burgess <aburgess@broadcom.com>
105
106 * value.c (value_fetch_lazy): Mark optimized out values as such
107 rather than raising an error.
108
b0c54aa5
AB
1092013-07-30 Andrew Burgess <aburgess@broadcom.com>
110
111 * value.c (value_fetch_lazy): Ensure parent value is not lazy
112 before checking which bits of the parent, not the child, value are
113 valid.
114
97c85fc6
MB
1152013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
116
117 PR gdb/15715
118 * top.c: Include "filenames.h".
119 (set_history_filename): New function.
120 (init_main): Install it as set hook of the "set history filename"
121 command.
122
ff39bb5e
SA
1232013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
124
125 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
126 attribute parameter.
127 (dwarf2_const_value_data): Constify struct attribute parameter.
128 (dwarf2_const_value): Constify struct attribute parameter.
129 (dwarf2_const_value_attr): Constify struct attribute parameter.
130 (lookup_die_type): Constify struct attribute parameter.
131 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
132 (follow_die_ref_or_sig): Constify struct attribute parameter.
133 (follow_die_ref): Constify struct attribute parameter.
134 (follow_die_sig): Constify struct attribute parameter.
135 (get_DW_AT_signature_type): Constify struct attribute parameter.
136 (get_type_unit_group): Constify struct attribute parameter.
137 (fill_in_loclist_baton): Constify struct attribute parameter.
138 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
139 (type_unit_group): Constify struct attribute parameter.
140
6e5a29e1
SA
1412013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
142
143 * dwarf2read.c (attr_form_is_block): Make argument const.
144 (attr_form_is_section_offset): Make argument const.
145 (attr_form_is_constant): Make argument const.
146 (attr_form_is_ref): Make argument const.
147
7771576e
SA
1482013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
149
150 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
151 All uses updated.
152 (attr_form_is_ref): Moved below attr_form_is_constant.
153
a94e8645
DE
1542013-07-29 Doug Evans <dje@google.com>
155
bb5291d0
DE
156 * main.c (captured_command_loop): Tweak comment.
157
b5419e49
DE
158 * target.c (target_async_permitted_1): Fix comment.
159
b2d23133
DE
160 * symtab.c (iterate_over_some_symtabs): Add comment.
161
a94e8645
DE
162 * symtab.c (iterate_over_some_symtabs): Fix indentation.
163
7a60ad40
YQ
1642013-07-27 Yao Qi <yao@codesourcery.com>
165
166 * NEWS: Mention that GDBserver now supports hardware
167 watchpoints on the MIPS GNU/Linux target.
168
aaee2056
YQ
1692013-07-27 Yao Qi <yao@codesourcery.com>
170
171 * Makefile.in (HFILES_NO_SRCDIR): Add
172 common/mips-linux-watch.h.
173 (mips-linux-watch.o): New rule.
174 * common/mips-linux-watch.c: New.
175 * common/mips-linux-watch.h: New.
176 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
177 * mips-linux-nat.c: Include mips-linux-watch.h.
178 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
179 to common/mips-linux-watch.h.
180 (MAX_DEBUG_REGISTER): Likewise.
181 (enum pt_watch_style): Likewise.
182 (struct mips32_watch_regs): Likewise.
183 (struct mips64_watch_regs): Likewise.
184 (struct pt_watch_regs): Likewise.
185 (struct mips_watchpoint): Likewise.
186 (mips_linux_watch_get_irw_mask): Move to
187 common/mips-linux-watch.c.
188 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
189 (mips_linux_watch_get_watchlo): Likewise.
190 (mips_linux_watch_set_watchlo): Likewise.
191 (mips_linux_watch_get_watchhi): Likewise.
192 (mips_linux_watch_set_watchhi): Likewise.
193 (mips_linux_read_watch_registers): Likewise.
194 (mips_linux_watch_type_to_irw): Likewise.
195 (mips_linux_stopped_data_address, fill_mask): Likewise.
196 (mips_linux_watch_try_one_watch): Likewise.
197 (mips_linux_watch_populate_regs): Likewise.
198
b3436450
YQ
1992013-07-27 Yao Qi <yao@codesourcery.com>
200
201 * mips-linux-nat.c (get_irw_mask): Rename to ...
202 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
203 'set' to 'n'. Update function comment. All callers changed.
204 (get_reg_mask): Rename parameter 'set' to 'n'. Update
205 function comment. All callers changed.
206 (get_num_valid): Rename to ...
207 (mips_linux_watch_get_num_valid): ... this. Rename parameter
208 'set' to 'n'. Update function comment. All callers changed.
209 (get_watchlo): Rename to ...
210 (mips_linux_watch_get_watchlo): ... this. Rename parameter
211 'set' to 'n'. Update function comment. All callers changed.
212 (set_watchlo): Rename to ...
213 (mips_linux_watch_set_watchlo): ... this. Rename parameter
214 'set' to 'n'. Update function comment. All callers changed.
215 (get_watchhi): Rename to ...
216 (mips_linux_watch_get_watchhi): ... this. Update function
217 comment. All callers changed.
218 (set_watchhi): Rename to ...
219 (mips_linux_watch_set_watchhi): ... this. Update function
220 comment. All callers changed.
221 (mips_linux_read_watch_registers): Update function comment.
222 Add new parameters 'lwpid', 'watch_readback', and
223 'watch_readback_valid'. Update.
224 (type_to_irw): Rename to ...
225 (mips_linux_watch_type_to_irw): ... this. Update function
226 comment. All callers changed.
227 (fill_mask): Update function comment.
228 (try_one_watch): Rename to ...
229 (mips_linux_watch_try_one_watch): ... this. Change the type
230 of parameter 'irw' from 'unsigned' to 'uint32_t'.
231 (populate_regs_from_watches): Rename to ...
232 (mips_linux_watch_populate_regs): ... this. Add parameter
233 'current_watches'. All callers changed.
234
9be14b81
YQ
2352013-07-27 Yao Qi <yao@codesourcery.com>
236
237 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
238 the code.
239 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
240 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
241 (struct pt_watch_regs): Likewise.
242 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
243 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
244 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
245 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
246 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
247
de6f69ad
YQ
2482013-07-27 Yao Qi <yao@codesourcery.com>
249
250 * breakpoint.h: Include break-common.h.
251 (enum target_hw_bp_type): Move to ...
252 * common/break-common.h: ... here. New.
253
6f64ef53
PA
2542013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
255
256 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
257 process group regardless of having tty on stdin.
258
6107e809
DE
2592013-07-25 Doug Evans <dje@google.com>
260
261 * linux-fork.h (detach_fork): Delete.
262
7fdc1521
TT
2632013-07-25 Tom Tromey <tromey@redhat.com>
264
265 PR remote/15256, PR remote/15266:
266 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
267 * monitor.c (monitor_detach): Use unpush_target.
268 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
269 * remote-mips.c (mips_detach): Use unpush_target. Don't
270 call mips_close.
271 * remote-sim.c (gdbsim_detach): Use unpush_target.
272 * target.c (pop_target): Remove.
273 (pop_all_targets_above): Don't call target_close.
274 (target_close): Assert that the target is unpushed.
275 * target.h (pop_target): Don't declare.
276 * tracepoint.c (tfile_open): Use unpush_target.
277
c22a2b88
TT
2782013-07-25 Tom Tromey <tromey@redhat.com>
279
280 * linux-thread-db.c (init_thread_db_ops): Call
281 complete_target_initialization.
282 (_initialize_thread_db): Don't call add_target.
283 * target.c (complete_target_initialization): New function.
284 (add_target_with_completer): Call it.
285 * target.h (complete_target_initialization): Declare.
286
cbb6aada
MK
2872013-07-25 Mark Kettenis <kettenis@gnu.org>
288
289 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
290 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
291 (HPPANBSD_SIZEOF_GREGS): New define.
292 (hppaobsd_supply_gregset): Handle additional registers.
293 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
294 we provide more registers now.
295 (hppabsd_supply_gregset): Supply additional registers.
296 (hppabsd_collect_gregset): Collect additional registers.
297
17767988
MK
2982013-07-25 Mark Kettenis <kettenis@gnu.org>
299
300 * hppabsd-tdep.c: Include "dwarf2-frame.h".
301 (hppabsd_dwarf2_frame_init_reg): New function.
302 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
303
fdc8aae8
AB
3042013-07-25 Andrew Burgess <aburgess@broadcom.com>
305
306 * mi/mi-main.c (output_register): Make MI 'r' format use standard
307 'z' format code. Remove error for optimized out values, standard
308 code will handle these fine.
309
6fbe845e
AB
3102013-07-25 Andrew Burgess <aburgess@broadcom.com>
311
312 * NEWS: Mention new 'z' formatter.
313 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
314 (_initialize_printcmd): Mention 'z' formatter in help text of the
315 'x' command.
316
3373342d
MR
3172013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
318
319 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
320 formatting.
321
25f9533e
SDJ
3222013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
323
324 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
325 interface can evaluate arguments. Fallback to the old mode if it
326 cannot.
327 (create_exception_master_breakpoint): Likewise.
328 * elfread.c (elf_can_evaluate_probe_arguments): New function.
329 (struct sym_probe_fns elf_probe_fns): Export function above to the
330 probe interface.
331 * probe.c (can_evaluate_probe_arguments): New function.
332 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
333 function pointer.
334 (can_evaluate_probe_arguments): New function prototype.
335 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
336 probe interface can evaluate arguments. Fallback to the old mode
337 if it cannot.
338 * stap-probe.c (stap_get_probe_argument_count): Check if probe
339 interface can evaluate arguments. Warning the user if it cannot.
340 (stap_can_evaluate_probe_arguments): New function.
341 (struct probe_ops stap_probe_ops): Export function above to the
342 probe interface.
343 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
344 New function pointer.
345
3360c0bf
LM
3462013-07-24 Luis Machado <lgustavo@codesourcery.com>
347
348 * Makefile.in (SFILES): Add common/target-common.c.
349 Add common/target-common.h to headers.
350 (COMMON_OBS): Add target-common.o.
351 (target-common.o): New target.
352 * linux-nat.h (resume_kind): Move to common/target-common.h.
353 * target.c (target_waitstatus_to_string): Move to
354 common/target-common.c.
355 * target.h: Include target-common.h.
356 (target_waitkind): Move to common/target-common.h.
357 (target_waitstatus): Likewise.
358 (TARGET_WNOHANG): Likewise.
359 * common/target-common.c: New file.
360 * common/target-common.h: New file.
361
6656a72d
DE
3622013-07-24 Doug Evans <dje@google.com>
363
364 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
365 a warning.
366
6df81a63
YQ
3672013-07-23 Yao Qi <yao@codesourcery.com>
368
369 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
370 parameter 'gdbarch'.
371 (i386_stack_tramp_frame_sniffer): Caller update.
372 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
373 parameter 'gdbarch' and 'target'.
374 (i386_linux_core_read_description): Caller update.
375 * amd64-linux-tdep.c (amd64_linux_core_read_description):
376 Likewise.
377 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
378 declaration.
379
365156ad
TT
3802013-07-23 Tom Tromey <tromey@redhat.com>
381
382 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
383 2013-07-22.
384
046ac79f
JK
3852013-07-22 Doug Evans <dje@google.com>
386
387 * exec.h (remove_target_sections): Delete arg abfd.
66cbcda4
JK
388 * exec.c (exec_close): Update call to remove_target_sections.
389 (remove_target_sections): Delete arg abfd.
046ac79f
JK
390 * solib.c (update_solib_list): Ditto.
391 (reload_shared_libraries_1): Ditto.
392 (clear_solib): Ditto, and unconditionally call remove_target_sections.
66cbcda4
JK
393 * target.h (struct target_section): Rename key to owner.
394 All uses updated.
046ac79f 395
29b2cc46
TT
3962013-07-22 Tom Tromey <tromey@redhat.com>
397
398 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
399
d1160018
TT
4002013-07-22 Tom Tromey <tromey@redhat.com>
401
402 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
403 Simplify cleanup handling.
404
2f324bf6
TT
4052013-07-22 Tom Tromey <tromey@redhat.com>
406
407 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
408 on all return paths.
409
e23b9d6e
UW
4102013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
411
412 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
413 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
414 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
415
1cf55f60
PM
4162013-07-22 Phil Muldoon <pmuldoon@redhat.com>
417
418 * top.c (print_gdb_version): Add help, apropos description and
419 url to online documentation.
420
fa876972
HZ
4212013-07-19 Hui Zhu <hui@codesourcery.com>
422
423 PR gdb/15692
424 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
425
1527aea8
YQ
4262013-07-19 Yao Qi <yao@codesourcery.com>
427
428 * target.c (update_current_target): Change the default action
429 of 'to_traceframe_info' from tcomplain to return_zero.
430 * target.h (struct target_ops) <to_traceframe_info>: Add more
431 comments.
432 * valops.c (read_value_memory): Call
433 traceframe_available_memory unconditionally.
434
886f230e
YQ
4352013-07-18 Yao Qi <yao@codesourcery.com>
436
437 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
438 if the name is prefixed by "__imp_" or "_imp_", look for minimal
439 symbol without prefix. If found, set its type to
440 'mst_solib_trampoline'.
441
16419bae
DE
4422013-07-17 Doug Evans <dje@google.com>
443
e7045703
DE
444 * NEWS: Mention "set print raw frame-arguments".
445 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
446 * stack.c (print_raw_frame_arguments): New static global.
447 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
448 (_initialize_stack): New command "set/show print raw frame-arguments".
449 * valprint.c (setprintrawlist, showprintrawlist): New globals.
450 (set_print_raw, show_print_raw): New functions.
451 (_initialize_valprint): New prefix command "set/show print raw".
452 * valprint.h (value_print_options): Improve comments.
453
453e48a5
DE
454 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
455 of all *list variables.
456
16419bae
DE
457 * gdbcmd.h (togglelist): Delete.
458 * cli/cli-cmds.c (togglelist): Delete.
459 (init_cmd_lists): Update.
460 * cli/cli-cmds.h (togglelist): Delete.
461
626f2d1c
TT
4622013-07-17 Tom Tromey <tromey@redhat.com>
463
464 * dwarf2read.c (dwarf2_per_objfile_free): Clear
465 dwarf2_per_objfile.
466
57e6060e
DE
4672013-07-16 Doug Evans <dje@google.com>
468
469 * nto-tdep.c (nto_relocate_section_addresses): Update,
470 target_section.bfd deleted.
471 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
472 * s390-tdep.c (s390_load): Ditto.
473 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
474
5ea5559b
AB
4752013-07-16 Andrew Burgess <aburgess@broadcom.com>
476
477 * common/format.c (parse_format_string): Add checks for NULL
478 character before calling strchr.
479
2b2848e2
DE
4802013-07-16 Doug Evans <dje@google.com>
481
2c571006
DE
482 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
483 temp_pathname argument.
484 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
485 when opening the file fails.
486
2b2848e2
DE
487 * target.h (struct target_section): Delete member bfd.
488 All users updated to use the_bfd_section->owner instead.
489 * exec.c (add_to_section_table): Assert bfd is expected value.
490 Remove initialization of target_section.bfd.
491 (remove_target_sections): Update.
492 (section_table_available_memory): Update.
493 (section_table_xfer_memory_partial): Update.
494 (print_section_info): Update.
495 (exec_set_section_address): Update.
496 * record-full.c (record_full_core_xfer_partial): Update.
497 * solib-svr4.c (svr4_relocate_section_addresses): Update.
498 * solib-target.c (solib_target_relocate_section_addresses): Update.
499 * symfile.c (build_section_addr_info_from_section_table): Update.
500 * target.c (memory_xfer_live_readonly_partial): Update.
501 (memory_xfer_partial_1): Update.
502
926bf92d
UW
5032013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
504
505 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
506 now available for embedded (BookE) and server (BookS) processors,
507 correct mentions of 'booke' and adjust comments accordingly in order to
508 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
509 (have_ptrace_booke_interface): Rename function and variable
510 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
511 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
512 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
513 'hwdebug_point_cmp'. Update all uses.
514 (booke_find_thread_points_by_tid): Rename function
515 'booke_find_thread_points_by_tid' to
516 'hwdebug_find_thread_points_by_tid'. Update all uses.
517 (booke_insert_point): Rename function 'booke_insert_point' to
518 'hwdebug_insert_point'. Update all uses.
519 (booke_remove_point): Rename function 'booke_remove_point' to
520 'hwdebug_remove_point'. Update all uses.
521
d929bc19
MR
5222013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
523
524 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
525 numbers with enum values.
526
054e8d9e
AA
5272013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
528
529 PR threads/13217
530 * thread.c (thread_apply_all_command): Check for valid threads
531 and thread count.
532 (thread_array_cleanup): New struct.
533 (set_thread_refcount): New function.
534
cf006359
AB
5352013-07-11 Andrew Burgess <aburgess@broadcom.com>
536
537 * infcmd.c (default_print_one_register_info): Reuse function
538 print_hex_chars.
539
94e36acc
TT
5402013-07-10 Tom Tromey <tromey@redhat.com>
541
542 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
543 (ada-exp.o): New target.
544
915dd369
SDJ
5452013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
546
547 * mt-tdep.c (mt_registers_info): Call
548 get_no_prettyformat_print_options instead of
549 get_raw_print_options (regression by last patch from Doug
550 Evans).
551
eca07816
JB
5522013-07-09 Pedro Alves <palves@redhat.com>
553
554 Checked in by Joel Brobecker <brobecker@adacore.com>.
555 * ada-lang.c (coerce_unspec_val_to_type): Use
556 value_optimized_out_const.
557 * value.c (value_optimized_out_const): New function.
558 * value.h (value_optimized_out_const): New declaration.
559
2a998fc0
DE
5602013-07-09 Doug Evans <dje@google.com>
561
562 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
563 Enum values rename as well. All uses updated.
564 * valprint.h (value_print_options): Rename member pretty to
565 pretty format. Rename member prettyprint_arrays to
566 prettyformat_arrays. Rename member prettyprint_structs to
567 prettyformat_structs. All uses updated.
568 (get_no_prettyformat_print_options): Renamed from
569 get_raw_print_options.
570 * valprint.c (get_no_prettyformat_print_options): Renamed from
571 get_raw_print_options. All callers updated.
572 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
573 All callers updated.
574 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
575 All callers updated.
576 (_initialize_valprint): Improve help text for "set print pretty" and
577 "set print arrays".
578
466c1fca
AB
5792013-07-09 Andrew Burgess <aburgess@broadcom.com>
580
581 * value.c (value_bits_valid): Revert previous change, and change
582 by Pedro on 2013-07-04, due to regressions in
583 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
584
ad0f0303
AB
5852013-07-08 Andrew Burgess <aburgess@broadcom.com>
586 Pedro Alves <palves@redhat.com>
587
588 * value.c (value_bits_valid): If the value is not lval_computed
589 or has no check validity handler then the answer is the
590 optimized_out flag, otherwise defer to the handler.
591
b187bec1
EZ
5922013-07-06 Eli Zaretskii <eliz@gnu.org>
593
48d1d6f5
EZ
594 * top.c (print_gdb_configuration): Explain in output of
595 --configuration what does "relocatable" mean.
596
b187bec1
EZ
597 * main.c (print_gdb_help): Regroup options in the --help text.
598 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
599 the relevant discussions.
600
52d361e1
YQ
6012013-07-06 Yao Qi <yao@codesourcery.com>
602
603 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
604 Remove parameter 'lsal'.
605 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
606 to inner block. Caller update.
607 (base_breakpoint_create_breakpoints_sal): Update.
608 (bkpt_create_breakpoints_sal): Likewise.
609 (tracepoint_create_breakpoints_sal): Likewise.
610 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
611 element 0 of vector 'canonical->sals'.
612
e1ec1b42
LM
6132013-07-05 Luis Machado <lgustavo@codesourcery.com>
614
615 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
616 register number instead of the pseudo register one.
617 (rs6000_dwarf2_reg_to_regnum): Likewise.
618
7195e6f0
PA
6192013-07-04 Pedro Alves <palves@redhat.com>
620
621 * findvar.c (value_of_register): Use allocate_optimized_out_value
622 if the register has been optimized out, instead of
623 set_value_optimized_out.
624 * frame-unwind.c (frame_unwind_got_optimized): Use
625 allocate_optimized_out_value.
626
58722cac
PA
6272013-07-04 Pedro Alves <palves@redhat.com>
628
629 * value.c (value_bits_valid): If the value is not lval_computed,
630 or doesn't have a check_validity hook, assume the value is entirely
631 valid.
632
691a26f5
AB
6332013-07-04 Andrew Burgess <aburgess@broadcom.com>
634
635 * stack.c (read_frame_arg): No longer fetch lazy values.
636 * value.c (value_optimized_out): If the value is not already
637 marked optimized out, and is lazy then fetch it.
638 (value_primitive_field): Move optimized out check to later in the
639 function, after we have loaded any lazy values.
640 (value_fetch_lazy): Use optimized out flag directly rather than
641 calling optimized_out method.
642
a58e2656
AB
6432013-07-04 Andrew Burgess <aburgess@broadcom.com>
644
645 * valops.c: Don't include "user-regs.h".
646 (value_fetch_lazy): Moved to value.c.
647 * value.c: Include "user-regs.h".
648 (value_fetch_lazy): Moved from valops.c.
649
bd885420
YQ
6502013-07-04 Yao Qi <yao@codesourcery.com>
651
652 Revert:
653 2013-06-27 Yao Qi <yao@codesourcery.com>
654
655 * common/create-version.sh: Update comments. Handle the case
656 that TARGET_ALIAS is empty.
657
17ef446e
PA
6582013-07-03 Pedro Alves <palves@redhat.com>
659
660 * Makefile.in (config.status): Depend on development.sh.
661 (aclocal_m4_deps): Add libmcheck.m4.
662 * acinclude.m4: Include libmcheck.m4.
663 * configure.ac: Source development.sh instead of setting
664 'development' here. --enable-libmcheck/--disable-libmcheck code
665 factored out to GDB_AC_LIBMCHECK. Run it.
666 * development.sh: New file.
667 * libmcheck.m4: New file.
668 * configure: Regenerate.
669
ac6dd50f
TT
6702013-07-02 Tom Tromey <tromey@redhat.com>
671
672 * contrib/ari/update-web-ari.sh: Update for version.in change.
673
bd1df410
TT
6742013-07-02 Tom Tromey <tromey@redhat.com>
675
676 * common/ptid.h: Comment fixes.
677
4db1a1dc
TT
6782013-07-01 Tom Tromey <tromey@redhat.com>
679
680 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
681 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
682 (dwarf2_read_index, create_all_comp_units): Update.
683
dd9aa048
TT
6842013-07-01 Tom Tromey <tromey@redhat.com>
685
686 * configure.ac (build_warnings): Add -Wold-style-definition.
687 * configure: Rebuild.
688 * machoread.c (_initialize_machoread): Use "(void)".
689 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
690 use "(void)".
691
44d100c3
TT
6922013-07-01 Tom Tromey <tromey@redhat.com>
693
694 * configure.ac (build_warnings): Add -Wold-style-declaration.
695 * configure: Rebuild.
696 * dsrec.c (make_srec): Use "static const", not "const static".
697 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
698 not "const static".
699 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
700 Use "static const", not "const static".
701 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
702 not "const static".
703 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
704 not "const static".
705 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
706 not "const static".
707 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
708 not "const static".
709 (v850_dbtrap_breakpoint_from_pc): Likewise.
710 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
711 not "const static".
712
2945b807
TT
7132013-07-01 Tom Tromey <tromey@redhat.com>
714
715 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
716 * configure: Rebuild.
717
d8d2a3ee
PA
7182013-07-01 Pedro Alves <palves@redhat.com>
719
720 * defs.h: Include "pathmax.h".
721 * utils.c: Don't include sys/param.h.
722 (gdb_realpath): Remove code that checks for MAXPATHLEN.
723 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
724 instead of MAXPATHLEN.
725 * solib-sunos.c: Don't include sys/param.h.
726 * xcoffread.c: Don't include sys/param.h.
727 * bsd-kvm.c: Don't include sys/param.h.
728 * darwin-nat.c: Don't include sys/param.h.
729 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
730 * darwin-nat-info.c: Don't include sys/param.h.
731 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
732 MAXPATHLEN.
733 * i386obsd-nat.c: Don't include sys/param.h.
734 * inf-child.c: Don't include sys/param.h.
735 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
736 * linux-fork.c: Don't include sys/param.h.
737 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
738 * linux-nat.c: Don't include sys/param.h.
739 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
740 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
741 * m68klinux-nat.c: Don't include sys/param.h.
742 * nbsd-nat.c: Don't include sys/param.h.
743 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
744 * ppc-linux-nat.c: Don't include sys/param.h.
745 * rs6000-nat.c: Don't include sys/param.h.
746 * spu-linux-nat.c. Don't include sys/param.h.
747 * windows-nat.c: Don't include sys/param.h.
748 * xtensa-linux-nat.c: Don't include sys/param.h.
749 * config/i386/nm-fbsd.h: Don't include sys/param.h.
750
38ec2207
PA
7512013-07-01 Pedro Alves <palves@redhat.com>
752
753 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
754 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
755 * gnulib/aclocal.m4: Regenerate.
756 * gnulib/config.in: Regenerate.
757 * gnulib/configure: Regenerate.
758 * gnulib/import/pathmax.h: New file.
759 * gnulib/import/Makefile.am: Regenerate.
760 * gnulib/import/Makefile.in: Regenerate.
761 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
762 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
763 * gnulib/import/m4/pathmax.m4: New file.
764
e655c1a2
PA
7652013-07-01 Pedro Alves <palves@redhat.com>
766
767 * configure.ac (GDBINIT): Define, depending on host.
768 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
769 * top.c (PATH_MAX): Delete fallback definition.
770 (GDBINIT_FILENAME): Delete.
771 (gdbinit): Reimplement as const char array set to the GDBINIT
772 string constant.
773 * top.h (gdbinit): Make const.
774 * configure, config.in: Regenerate.
775
50dd9793
PA
7762013-07-01 Pedro Alves <palves@redhat.com>
777
778 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
779 * cli/cli-cmds.h (source_script): Likewise.
780 * exceptions.c (catch_command_errors_const): New function.
781 * exceptions.h (catch_command_errors_const): Declare.
782 * main.c (get_init_files): Make parameters const, and adjust.
783 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
784 'local_gdbinit' locals const. Adjust to use
785 catch_command_errors_const.
786 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
787 'local_gdbinit' locals const.
788
bc7dea8d
PA
7892013-07-01 Pedro Alves <palves@redhat.com>
790
791 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
792 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
793 * tracepoint.c: Don't check HAVE_UNISTD_H before including
794 <unistd.h>.
795
8839a007
PA
7962013-07-01 Pedro Alves <palves@redhat.com>
797
798 Import the "unistd" gnulib module.
799 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
800 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
801 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
802 import/m4/unistd_h.m4.
803 * gnulib/aclocal.m4: Renenerate.
804 * gnulib/config.in: Renenerate.
805 * gnulib/configure: Renenerate.
806 * gnulib/import/Makefile.am: Renenerate.
807 * gnulib/import/Makefile.in: Renenerate.
808 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
809 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
810 * gnulib/import/m4/off_t.m4: New file.
811 * gnulib/import/m4/ssize_t.m4: New file.
812 * gnulib/import/m4/sys_types_h.m4: New file.
813 * gnulib/import/m4/unistd_h.m4: New file.
814 * gnulib/import/sys_types.in.h: New file.
815 * gnulib/import/unistd.c: New file.
816 * gnulib/import/unistd.in.h: New file.
817
8c0da261
PA
8182013-07-01 Pedro Alves <palves@redhat.com>
819
820 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
821 defined instead of checking HAVE_UNISTD_H.
822
3574124b
PA
8232013-07-01 Pedro Alves <palves@redhat.com>
824
825 Reimport gnulib from scratch.
826 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
827 import/m4/onceonly.m4.
828 * gnulib/aclocal.m4: Renegerate.
829 * gnulib/config.in: Renegerate.
830 * gnulib/configure: Renegerate.
831 * gnulib/import/Makefile.in: Renegerate.
832 * gnulib/import/extra/update-copyright: Renegerate.
833 * gnulib/import/m4/onceonly.m4: Delete.
834
702dc4fd
PA
8352013-07-01 Pedro Alves <palves@redhat.com>
836
837 * tui/tui-regs.c (pagination_enabled): Delete declaration.
838
47e1ce27
JK
8392013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
840
841 Code cleanup.
842 * remote.c (async_remote_interrupt_twice): Make it static.
843 * remote.h (async_remote_interrupt_twice): Remove the declaration.
844
e82839d4
SDJ
8452013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
846
847 * ia64-linux-tdep.c: Include <ctype.h>.
848 (ia64_linux_stap_is_single_operand): New function.
849 (ia64_linux_init_abi): Initialize SystemTap related attributes.
850
d6c2da54
TT
8512013-06-28 Tom Tromey <tromey@redhat.com>
852
853 * Makefile.in (version.c): Use version.in, not
854 common/version.in.
855 * common/create-version.sh: Likewise.
856 * common/version.in: Move...
857 * version.in: ...here.
858
74da6f00
PA
8592013-06-28 Pedro Alves <palves@redhat.com>
860
861 * infrun.c (set_observer_mode): Don't declare pagination_enabled
862 here.
863 * utils.h (pagination_enabled): Declare.
864
d32dc48e
PA
8652013-06-28 Pedro Alves <palves@redhat.com>
866
867 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
868 Move higher up in file.
869
0edd9e3b
TT
8702013-06-28 Tom Tromey <tromey@redhat.com>
871
872 * tracepoint.c (deprecated_readline_begin_hook)
873 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
874 declare.
875
4eb59108
PA
8762013-06-28 Pedro Alves <palves@redhat.com>
877
878 PR tui/14880
879 * tui/tui-regs.c (tui_get_register): Fetch value contents before
880 checking if they're available.
881 * value.c (value_available_contents_eq): Change comment.
882 * value.h (value_available_contents_eq): Expand comment.
883
97b17156
TT
8842013-06-27 Tom Tromey <tromey@redhat.com>
885
886 * target.c (find_run_target): Remove.
887 * target.h (find_run_target): Remove.
888
6a3bfc5c
TT
8892013-06-27 Tom Tromey <tromey@redhat.com>
890
891 * corelow.c (core_gdbarch): Now static.
892
c9ef825d
TT
8932013-06-27 Tom Tromey <tromey@redhat.com>
894
895 * target.c (target_struct_index): Remove.
896
e5823f1c
PA
8972013-06-27 Pedro Alves <palves@redhat.com>
898
899 * infrun.c: Remove comment describing the 'stepping over runtime
900 loader dynamic symbol resolution code' mechanism; moved to
901 gdbint.texinfo.
902
97f8dd09
PA
9032013-06-27 Pedro Alves <palves@redhat.com>
904
905 * exceptions.c (catch_command_errors): Remove spurious space.
906 * exceptions.h (catch_command_errors): Second parameter is "arg",
907 not "command".
908
02b1871e
YQ
9092013-06-27 Yao Qi <yao@codesourcery.com>
910
911 * common/create-version.sh: Update comments. Handle the case
912 that TARGET_ALIAS is empty.
913
bb1b1cf1
PA
9142013-06-26 Pedro Alves <palves@redhat.com>
915
916 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
917 comment.
918
7b624e71
PA
9192013-06-26 Pedro Alves <palves@redhat.com>
920
921 * infrun.c: Update comments on stepping over runtime loader
922 dynamic symbol resolution code.
923
74e5a346
SDJ
9242013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
925
926 * ax-gdb.h (union exp_element): Forward declare.
927 * parser-defs.h: Include expression.h.
928
a2fb2cee
MR
9292013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
930
931 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
932
cdba14e0
DK
9332013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
934
935 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
936
f30aa5af
DK
9372013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
938
939 Fix trace-status to output proper start-time and stop-time.
940 * tracepoint.c (trace_status_command): Fix type of printf arg to
941 prevent improper type conversion.
942 (trace_status_mi): Likewise.
943
1aee363c
MR
9442013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
945
946 * mips-tdep.c (mips_next_pc): Fix a typo.
947
3356937a
MR
9482013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
949
950 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
951
dc673c81
YQ
9522013-06-26 Pedro Alves <pedro@codesourcery.com>
953 Yao Qi <yao@codesourcery.com>
954
955 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
956 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
957 * mi/mi-main.c (print_variable_or_computed): New function.
958 (mi_cmd_trace_frame_collected): New function.
959 * tracepoint.c (find_trace_state_variable_by_number): New.
960 (struct traceframe_info): Move to tracepoint.h
961 (struct collection_list): Likewise.
962 (do_collect_symbol): Include locals and arguments in the
963 collected variables list.
964 (clear_collection_list): Clear wholly collected variables list
965 and computed variables list.
966 (append_exp): New function.
967 (encode_actions_1): Include variables in the wholly
968 collected variables list. Include memory ranges and
969 full-fledged expressions in the computed expressions list.
970 (encode_actions): Move some code to ...
971 Return the cleanup chain.
972 (encode_actions_rsp): ... here. New function.
973 (get_traceframe_location, get_traceframe_info): Remove static.
974 * tracepoint.h (struct memrange): Moved from tracepoint.c.
975 (struct collection_list): Moved from tracepoint.c. Add two
976 new fields 'wholly_collected' and 'computed'.
977 (find_trace_state_variable_by_number): Declare.
978 (encode_actions): Adjust declaration.
979 (encode_actions_rsp): Declare.
980 (get_traceframe_info, get_traceframe_location): Declare.
981
982 * NEWS: Mention new MI command -trace-frame-collected.
983
28a93511
YQ
9842013-06-26 Pedro Alves <pedro@codesourcery.com>
985 Yao Qi <yao@codesourcery.com>
986
987 * ctf.c (ctf_traceframe_info): Push trace state variables
988 present in the trace data into the traceframe info object.
989 * breakpoint.c (DEF_VEC_I): Remove.
990 * common/filestuff.c (DEF_VEC_I): Likewise.
991 * dwarf2loc.c (DEF_VEC_I): Likewise.
992 * mi/mi-main.c (DEF_VEC_I): Likewise.
993 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
994 * features/traceframe-info.dtd: Add tvar element and its
995 attributes.
996 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
997 (build_traceframe_info): Push trace state variables present in
998 the trace data into the traceframe info object.
999 (traceframe_info_start_tvar): New function.
1000 (tvar_attributes): New.
1001 (traceframe_info_children): Add "tvar" element.
1002 * tracepoint.h (struct traceframe_info) <tvars>: New field.
1003
1004 * NEWS: Mention the change in GDB and GDBserver.
1005
ddacd3c8
YQ
10062013-06-26 Pedro Alves <pedro@codesourcery.com>
1007 Yao Qi <yao@codesourcery.com>
1008
1009 * tracepoint.c (trace_dump_command): Move code to ...
1010 (get_traceframe_location): ... here. New.
1011
05796b35
YQ
10122013-06-26 Pedro Alves <pedro@codesourcery.com>
1013 Yao Qi <yao@codesourcery.com>
1014
1015 * tracepoint.c (trace_dump_command): GDB emits an error
1016 instead of a warning when a traceframe is not selected.
1017
cbfa3b61
YQ
10182013-06-26 Pedro Alves <pedro@codesourcery.com>
1019 Yao Qi <yao@codesourcery.com>
1020
1021 * tracepoint.c (tracepoint_list, stepping_list): Remove.
1022 (clear_collection_list): Free fields 'aexpre_list' and 'list'
1023 in collection_list.
1024 (do_clear_collection_list, init_collection_list): New.
1025 (encode_actions): Add local variables 'tracepoint_list' and
1026 'stepping_list'. Call init_collection_list and make cleanup
1027 which calls do_clear_collection_list. Don't call
1028 clear_collection_list.
1029 (_initialize_tracepoint): Delete references to
1030 'tracepoint_list' and 'stepping_list'.
1031
6e2048d3
TT
10322013-06-25 Tom Tromey <tromey@redhat.com>
1033
1034 * common/create-version.sh (date): Use "$", not "$$" in sed
1035 expression.
1036
42059f0e
KB
10372013-06-25 Kevin Buettner <kevinb@redhat.com>
1038
1039 * NEWS (New targets): Add entry for TI MSP430.
1040
a0743c90
YQ
10412013-06-25 Yao Qi <yao@codesourcery.com>
1042
1043 * remote.c (remote_start_remote): Move code to upload tsv
1044 earlier.
1045
9d6e6e84
HZ
10462013-06-25 Yao Qi <yao@codesourcery.com>
1047 Hui Zhu <hui@codesourcery.com>
1048 Pedro Alves <palves@redhat.com>
1049
1050 PR breakpoints/15075
1051 PR breakpoints/15434
1052 * breakpoint.c (bpstat_stop_status): Call
1053 b->ops->after_condition_true.
1054 (update_dprintf_command_list): Don't append "continue" command
1055 to the command list of dprintf breakpoint.
1056 (base_breakpoint_after_condition_true): New function.
1057 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
1058 (dprintf_after_condition_true): New function.
1059 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
1060 * breakpoint.h (breakpoint_ops): Add after_condition_true.
1061
586cf749
KB
10622013-06-24 Kevin Buettner <kevinb@redhat.com>
1063
1064 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
1065 (ALLDEPFILES): Add msp430-tdep.c.
1066 * configure.tgt (msp430*-*-elf): New target.
1067 * msp430-tdep.c: New file.
1068
1bbce132
MR
10692013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
1070
1071 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
1072 microMIPS synthetic symbols.
1073
3e5d3a5a
MR
10742013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
1075
1076 * objfiles.h (pc_in_section): New prototype.
1077 (in_plt_section): Remove name argument, replace prototype with
1078 static inline function.
1079 * mips-tdep.h: Include "objfiles.h".
1080 (in_mips_stubs_section): New function.
1081 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
1082 in_solib_call_trampoline member.
1083 (hppa_in_solib_call_trampoline): Remove name argument.
1084 * objfiles.c (pc_in_section): New function.
1085 (in_plt_section): Remove function.
1086 * mips-linux-tdep.c: Include "objfiles.h".
1087 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
1088 name argument. Return 1 rather than the low 16-bit halfword of
1089 any instruction examined.
1090 (mips_linux_in_dynsym_resolve_code): Update
1091 mips_linux_in_dynsym_stub call accordingly.
1092 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
1093 rather than an equivalent hand-coded sequence.
1094 * hppa-hpux-tdep.c (in_opd_section): Remove function.
1095 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
1096 (hppa64_hpux_in_solib_call_trampoline): Likewise.
1097 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
1098 in_opd_section.
1099 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
1100 on call to tdep->in_solib_call_trampoline.
1101 (hppa_in_solib_call_trampoline): Remove name argument, update
1102 according to in_plt_section change.
1103 (hppa_skip_trampoline_code): Update according to in_plt_section
1104 change.
1105 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
1106 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
1107 Likewise.
1108 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
1109 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1110 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
1111 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
1112 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
1113 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
1114 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
1115 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
1116 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
1117 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
1118 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
1119 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
1120 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
1121
b9b26a16
JB
11222013-06-24 Joel Brobecker <brobecker@adacore.com>
1123
1124 * common/create-version.sh: Fix expansion of $host_alias
1125 and $target_alias in generation of HOST_NAME and TARGET_NAME
1126 (resp.).
1127
01208463
TT
11282013-06-24 Tom Tromey <tromey@redhat.com>
1129
1130 * common/create-version.sh: New file.
1131 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
1132 create-version.sh.
1133 (HFILES_NO_SRCDIR): Use common/version.h.
1134 * version.in: Move to ...
1135 * common/version.in: ... here. Replace date with "DATE".
1136 * version.h: Move to ...
1137 * common/version.h: ... here.
1138
bb6b9a5e
JB
11392013-06-21 Joel Brobecker <brobecker@adacore.com>
1140
1141 * gdb/gnulib/Makefile.in: Update date in copyright header.
1142 * gdb/gnulib/configure.ac: Ditto.
1143 * gdb/gnulib/update-gnulib.sh: Ditto.
1144
c3b18ee7
JB
11452013-06-21 Joel Brobecker <brobecker@adacore.com>
1146
1147 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
1148 "gdb/gnulib/import".
1149
85d3b769
WN
11502013-06-21 Will Newton <will.newton@linaro.org>
1151
1152 * doublest.c (ldfrexp): Remove function.
1153 (convert_doublest_to_floatformat): Call frexpl instead of
1154 ldfrexp.
1155
88b48903
WN
11562013-06-21 Will Newton <will.newton@linaro.org>
1157
1158 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
1159 * gnulib/aclocal.m4: Regenerate.
1160 * gnulib/config.in: Regenerate.
1161 * gnulib/configure: Regenerate.
1162 * gnulib/import/Makefile.am: Update.
1163 * gnulib/import/Makefile.in: Update.
1164 * gnulib/import/m4/gnulib-cache.m4: Update.
1165 * gnulib/import/m4/gnulib-comp.m4: Update.
1166 * gnulib/import/float+.h: Import.
1167 * gnulib/import/float.c: Import.
1168 * gnulib/import/float.in.h: Import.
1169 * gnulib/import/fpucw.h: Import.
1170 * gnulib/import/frexp.c: Import.
1171 * gnulib/import/frexpl.c: Import.
1172 * gnulib/import/isnan.c: Import.
1173 * gnulib/import/isnand-nolibm.h: Import.
1174 * gnulib/import/isnand.c: Import.
1175 * gnulib/import/isnanl-nolibm.h: Import.
1176 * gnulib/import/isnanl.c: Import.
1177 * gnulib/import/itold.c: Import.
1178 * gnulib/import/m4/exponentd.m4: Import.
1179 * gnulib/import/m4/exponentl.m4: Import.
1180 * gnulib/import/m4/float_h.m4: Import.
1181 * gnulib/import/m4/fpieee.m4: Import.
1182 * gnulib/import/m4/frexp.m4: Import.
1183 * gnulib/import/m4/frexpl.m4: Import.
1184 * gnulib/import/m4/isnand.m4: Import.
1185 * gnulib/import/m4/isnanl.m4: Import.
1186 * gnulib/import/m4/math_h.m4: Import.
1187 * gnulib/import/math.c: Import.
1188 * gnulib/import/math.in.h: Import.
1189
4353c9e6
JK
11902013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1191
1192 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
1193 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
1194 signature_INTEL_edx comparisons.
1195
e3e06db3
DE
11962013-06-20 Doug Evans <dje@google.com>
1197
6ac97d4c
DE
1198 symtab/15652
1199 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
1200 All callers updated.
1201 (open_dwp_file): If we can't find the dwp file, search the basename
1202 in debug-file-directory.
1203
93417882
DE
1204 * dwarf2read.c (struct dwp_file): Fix comment.
1205 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
1206
e3e06db3
DE
1207 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
1208 better.
1209
0878d0fa
YQ
12102013-06-20 Yao Qi <yao@codesourcery.com>
1211
1212 * breakpoint.c (create_breakpoint): Fix code indentation.
1213
023fa29b
YQ
12142013-06-20 Yao Qi <yao@codesourcery.com>
1215
1216 * breakpoint.c (create_breakpoints_sal_default): Remove
1217 parameter 'lsal'. Update declaration.
1218 (bkpt_create_breakpoints_sal): Caller update.
1219 (tracepoint_create_breakpoints_sal): Likewise.
1220
c898adb7
YQ
12212013-06-20 Pedro Alves <pedro@codesourcery.com>
1222 Yao Qi <yao@codesourcery.com>
1223
1224 * NEWS: Mention the new option '--skip-unavailable' of command
1225 -data-list-register-values.
1226 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
1227 --skip-unavailable option. Adjust to use output_register.
1228 (output_register): Add new 'skip_unavailable' parameter.
1229 Handle it.
1230
4d157a3d
MF
12312013-06-19 Mike Frysinger <vapier@gentoo.org>
1232
1233 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
1234 common/i386-gcc-cpuid.h.
1235 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
1236 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
1237 Copy the latest version from upstream gcc.
1238 * common/linux-btrace.c: Include i386-cpuid.h.
1239 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
1240 call to i386_cpuid.
1241 (cpu_supports_btrace): Likewise.
1242 * go32-nat.c: Include i386-cpuid.h.
1243 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
1244
1ce4db08
DE
12452013-06-19 Doug Evans <dje@google.com>
1246
1247 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
1248 (get_section_index): Ditto.
1249
0e4777df
TT
12502013-06-19 Tom Tromey <tromey@redhat.com>
1251
1252 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
1253 "dprintf" help.
1254
3190f0c6
DE
12552013-06-18 Doug Evans <dje@google.com>
1256
1257 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
1258 before using it.
1259 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
1260 Move test of cu_index closer to use. Print complaint if cu_index
1261 is bad.
1262
8b89a20a
JB
12632013-06-18 Joel Brobecker <brobecker@adacore.com>
1264
1265 * machoread.c (oso_vector): Delete this global.
1266 (macho_register_oso): Add new parameter "oso_vector_ptr".
1267 Use it instead of the "oso_vector" global.
1268 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
1269 (macho_symfile_read): Use a local oso_vector, to be free'ed
1270 at the end of this function, in place of the old "oso_vector"
1271 global. Update various function calls accordingly. Use one
1272 single cleanup chain for the entire function.
1273
59b0c7c1
JB
12742013-06-18 Joel Brobecker <brobecker@adacore.com>
1275
937c708c 1276 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
59b0c7c1
JB
1277 DWARF2_PER_OBJFILE by uses of DATA instead.
1278
427cd150
TT
12792013-06-18 Tom Tromey <tromey@redhat.com>
1280
1281 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
1282 argument.
1283 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
1284 Special case signals other than GDB_SIGNAL_TRAP.
1285 (explains_signal_watchpoint): New function.
1286 (base_breakpoint_explains_signal): Add 'sig' argument.
1287 (initialize_breakpoint_ops): Set 'explains_signal' method for
1288 watchpoints.
1289 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
1290 signal argument.
1291 (bpstat_explains_signal): Likewise.
1292 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
1293
2d57700b
TT
12942013-06-18 Tom Tromey <tromey@redhat.com>
1295
1296 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
1297
ac475191
TT
12982013-06-18 Tom Tromey <tromey@redhat.com>
1299
1300 * python/python.c (finish_python_initialization): Decref
1301 'pythondir' on failure path as well.
1302
5bd1ef56
TT
13032013-06-18 Tom Tromey <tromey@redhat.com>
1304
1305 PR symtab/15391:
1306 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
1307 after taking bits_to_skip into account. Sign extend byte_offset.
1308 * utils.h (gdb_sign_extend): Declare.
1309 * utils.c (gdb_sign_extend): New function.
1310
92fac807
JK
13112013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1312
1313 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
1314
2d503272
PM
13152013-06-17 Pierre Muller <muller@sourceware.org>
1316
1317 * corelow.c (core_open): Print GDB signal name instead of target
1318 signal number.
1319
6916fd98
MF
13202013-06-17 Mike Frysinger <vapier@gentoo.org>
1321
1322 * .gitignore: Add /gcore.
1323
9c02c129
DE
13242013-06-13 Doug Evans <dje@google.com>
1325
1326 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
1327 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
1328
d0548fa2
PM
13292013-06-12 Phil Muldoon <pmuldoon@redhat.com>
1330
1331 * stack.c (backtrace_command_1): Fix indentation.
1332
22128028
JB
13332013-06-11 Joel Brobecker <brobecker@adacore.com>
1334
1335 * window-nat.c (thread_rec): Add missing empty line after
1336 local variable declaration.
1337
2ed3e009
JB
13382013-06-11 Joel Brobecker <brobecker@adacore.com>
1339
1340 * windows-nat.c (thread_rec): Revert format used to print
1341 error code returned by SuspendThread from %d back to %u.
1342
0c3d84be
JB
13432013-06-11 Joel Brobecker <brobecker@adacore.com>
1344
1345 * windows-nat.c (windows_continue): Add "0x" prefix for thread
1346 ID in debug trace.
1347 (get_windows_debug_event): Likewise, for all debug traces.
1348
80e88e1a
JB
13492013-06-11 Joel Brobecker <brobecker@adacore.com>
1350
1351 * window-nat.c (thread_rec): Add thread ID in SuspendThread
1352 warning message.
1353
1edebdbf
YQ
13542013-06-08 Pedro Alves <pedro@codesourcery.com>
1355 Yao Qi <yao@codesourcery.com>
1356
1357 * mi/mi-main.c (get_register): Remove declaration.
1358 (output_register): Declare.
1359 (mi_cmd_data_list_register_values): Remove local variable
1360 'tuple_cleanup'. Move some code into output_register.
1361 (get_register): Renamed to ...
1362 (output_register): ... this. Output the register's
1363 "number" ui_out tuple here.
1364
47d48711
PA
13652013-06-07 Pedro Alves <palves@redhat.com>
1366
1367 * darwin-nat.c: Fix formating in copyright header.
1368 * darwin-nat.h: Likewise.
1369 * gnu-nat.c: Likewise.
1370 * machoread.c: Likewise.
1371
3aee8918
PA
13722013-06-07 Pedro Alves <palves@redhat.com>
1373
5f2b57b5 1374 PR server/14823
3aee8918
PA
1375 * regformats/regdat.sh: Output #include tdesc.h. Make globals
1376 static. Output a global target description pointer.
1377 (init_registers_${name}): Adjust to initialize a
1378 target description structure.
1379
fe8400b4
WN
13802013-06-07 Will Newton <will.newton@linaro.org>
1381
1382 * printcmd.c (build_address_symbolic): Call
1383 gdbarch_addr_bits_remove for text minimal symbols.
1384
20df6206
WN
13852013-06-07 Will Newton <will.newton@linaro.org>
1386
1387 * MAINTAINERS: Add myself to Write After Approval.
1388
aef525cb
YQ
13892013-06-07 Yao Qi <yao@codesourcery.com>
1390
1391 * tracepoint.c (start_tracing): Move code to ...
1392 (trace_reset_local_state): ... here. New.
1393 (disconnect_tracing): Don't call set_current_traceframe,
1394 set_tracepoint_num, and set_traceframe_context. Call
1395 trace_reset_local_state instead.
1396 (tfile_close): Call trace_reset_local_state.
1397 * ctf.c (ctf_close): Likewise.
1398 * remote.c (remote_close): Likewise.
1399 * tracepoint.h (trace_reset_local_state): Declare.
1400
d2415c6c
DE
14012013-06-06 Doug Evans <dje@google.com>
1402
1403 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
1404 and fix header docs.
1405
69fc87c2
DE
14062013-06-05 Doug Evans <dje@google.com>
1407 Keith Seitz <keiths@redhat.com>
1408
1409 PR 15519
1410 * cp-namespace.c (find_symbol_in_baseclass): Call
1411 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
1412 Check result of call to lookup_symbol_static.
1413 Call lookup_static_symbol_aux unconditionally.
1414 Call check_typedef on base types before accessing them.
1415 (cp_lookup_nested_symbol): Fix comment.
1416
a513d1e8
LM
14172013-06-05 Luis Machado <lgustavo@codesourcery.com>
1418
1419 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
1420 minimal symbols pointing to function descriptors.
1421
351a6f02
TT
14222013-06-05 Tom Tromey <tromey@redhat.com>
1423
1424 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
1425
5e1b953b 14262013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
c7c0b644 1427 Pedro Alves <palves@redhat.com>
5e1b953b
SDJ
1428
1429 * remote.c (remote_wait_as): Restore signal handler before returning
1430 when GDB gets a notification.
1431
f9e14852
GB
14322013-06-04 Gary Benson <gbenson@redhat.com>
1433
8445cbf1 1434 PR 2328
f9e14852
GB
1435 * breakpoint.h (handle_solib_event): Moved function declaration
1436 to solib.h.
1437 * breakpoint.c (handle_solib_event): Moved function to solib.c.
1438 (bpstat_stop_status): Pass new argument to handle_solib_event.
1439 * solib.h (update_solib_breakpoints): New function declaration.
1440 (handle_solib_event): Moved function declaration from
1441 breakpoint.h.
1442 * solib.c (update_solib_breakpoints): New function.
1443 (handle_solib_event): Moved function from breakpoint.c.
1444 Updated to call solib_ops->handle_event if not NULL.
1445 * solist.h (target_so_ops): New fields "update_breakpoints" and
1446 "handle_event".
1447 * infrun.c (set_stop_on_solib_events): New function.
1448 (_initialize_infrun): Use the above for "set
1449 stop-on-solib-events".
1450 (handle_inferior_event): Pass new argument to handle_solib_event.
1451 * solib-svr4.c (probe.h): New include.
1452 (svr4_free_library_list): New forward declaration.
1453 (probe_action): New enum.
1454 (probe_info): New struct.
1455 (probe_info): New static variable.
1456 (NUM_PROBES): New definition.
1457 (svr4_info): New fields "using_xfer", "probes_table" and
1458 "solib_list".
1459 (free_probes_table): New function.
1460 (free_solib_list): New function.
1461 (svr4_pspace_data_cleanup): Free probes table and solib list.
1462 (svr4_copy_library_list): New function.
1463 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
1464 (svr4_read_so_list): New parameter "prev_lm".
1465 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
1466 (svr4_current_sos): New function.
1467 (probe_and_action): New struct.
1468 (hash_probe_and_action): New function.
1469 (equal_probe_and_action): Likewise.
1470 (register_solib_event_probe): Likewise.
1471 (solib_event_probe_at): Likewise.
1472 (solib_event_probe_action): Likewise.
1473 (solist_update_full): Likewise.
1474 (solist_update_incremental): Likewise.
1475 (disable_probes_interface_cleanup): Likewise.
1476 (svr4_handle_solib_event): Likewise.
1477 (svr4_update_solib_event_breakpoint): Likewise.
1478 (svr4_update_solib_event_breakpoints): Likewise.
1479 (svr4_create_solib_event_breakpoints): Likewise.
1480 (enable_break): Free probes table before creating breakpoints.
1481 Use svr4_create_solib_event_breakpoints to create breakpoints.
1482 (svr4_solib_create_inferior_hook): Free the solib list.
1483 (_initialize_svr4_solib): Initialise
1484 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
1485
ced63ec0
GB
14862013-06-04 Gary Benson <gbenson@redhat.com>
1487
1488 * target.h (target_ops): New field
1489 "to_augmented_libraries_svr4_read".
1490 (target_augmented_libraries_svr4_read): New macro.
1491 * target.c (update_current_target): Handle
1492 to_augmented_libraries_svr4_read.
1493 * remote.c (remote_state): New field
1494 "augmented_libraries_svr4_read".
1495 (remote_augmented_libraries_svr4_read_feature): New function.
1496 (remote_protocol_features): Add entry for
1497 "augmented-libraries-svr4-read".
1498 (remote_augmented_libraries_svr4_read): New function.
1499 (init_remote_ops): Initialize
1500 remote_ops.to_augmented_libraries_svr4_read.
1501
7f91dbec
GB
15022013-06-04 Gary Benson <gbenson@redhat.com>
1503
1504 * NEWS: Update.
1505
607ece04
GB
15062013-06-04 Gary Benson <gbenson@redhat.com>
1507
1508 * objfiles.h (inhibit_section_map_updates): New function
1509 declaration.
1510 (resume_section_map_updates): Likewise.
1511 (resume_section_map_updates_cleanup): Likewise.
1512 * objfiles.c (objfile_pspace_info): Removed field
1513 "objfiles_changed_p". New fields "new_objfiles_available",
1514 "section_map_dirty" and "inhibit_updates".
1515 (allocate_objfile): Set new_objfiles_available.
1516 (free_objfile): Set section_map_dirty.
1517 (objfile_relocate1): Likewise.
1518 (in_plt_section): Likewise.
1519 (find_pc_section): Update the conditions under which the
1520 section map will be updated.
1521 (inhibit_section_map_updates): New function.
1522 (resume_section_map_updates): Likewise.
1523 (resume_section_map_updates_cleanup): Likewise.
1524
9ee6a5ac
GB
15252013-06-04 Gary Benson <gbenson@redhat.com>
1526
1527 * probe.h (get_probe_argument_count): New declaration.
1528 (evaluate_probe_argument): Likewise.
1529 * probe.c (get_probe_argument_count): New function.
1530 (evaluate_probe_argument): Likewise.
1531 (probe_safe_evaluate_at_pc): Use the above new functions.
1532
845d4708
AM
15332013-06-04 Alan Modra <amodra@gmail.com>
1534
1535 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
1536 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
1537 (ppc_insns_match_pattern): Add frame param. Avoid multiple
1538 target mem reads on optional insns.
1539 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
1540 ppc_insns_match_pattern calls.
1541 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
1542 Add match for power7 thread safety insns, and new order of
1543 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
1544 invocation in comment, and update rest of comment.
1545 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
1546 PPC64_STANDARD_LINKAGE3_LEN): Delete.
1547 (ppc64_standard_linkage2_target): Update insn offsets.
1548 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
1549 stubs first. Update calls.
1550
404e278f
YQ
15512013-06-04 Yao Qi <yao@codesourcery.com>
1552
1553 * solib.c (solib_find): Don't need dir separator if path has
1554 drive spec.
1555
f6aea118
JB
15562013-06-03 Joel Brobecker <brobecker@adacore.com>
1557
1558 Revert (indirectly causes a SIGSEGV):
1559 * machoread.c (macho_symfile_read): Assign first cleanup to
1560 'back_to'.
1561
87967e27
YQ
15622013-06-03 Yao Qi <yao@codesourcery.com>
1563
1564 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
1565 mi-parse.c. Make them static.
1566 (mi_all_values): Likewise.
1567 (mi_parse_values_option): Move to mi-parse.c. Rename it to
1568 mi_parse_print_values. Make it external.
1569 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
1570 Remove the declarations.
1571 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
1572 * mi/mi-parse.h (mi_parse_print_values): Declare.
1573 * mi/mi-cmd-stack.c: Include mi-parse.h.
1574 (parse_print_values): Remove
1575 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
1576 of parse_print_values.
1577 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
1578
3ca73e0c
YQ
15792013-05-31 Pedro Alves <pedro@codesourcery.com>
1580 Yao Qi <yao@codesourcery.com>
1581
1582 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
1583 (encode_actions): Move code to ...
1584 (all_tracepoint_actions_and_cleanup): ... here. New.
1585 (trace_dump_command): Likewise.
1586
4e993a19
TT
15872013-05-30 Tom Tromey <tromey@redhat.com>
1588
1589 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
1590
e3b76b4f
TT
15912013-05-30 Tom Tromey <tromey@redhat.com>
1592
1593 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
1594 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
1595 'old_chain' argument. Add 'parser_result' argument.
1596 (gdb_xml_create_parser_and_cleanup): Remove old version.
1597 (gdb_xml_parse_quick): Update.
1598 (xml_process_xincludes): Update.
1599 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
1600 declare.
1601
db26349c
TT
16022013-05-30 Tom Tromey <tromey@redhat.com>
1603
1604 * probe.c (collect_probes): Check arguments for NULL before
1605 calling compile_rx_or_error.
1606 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
1607 Remove NULL return.
1608
77f9e713
TT
16092013-05-30 Tom Tromey <tromey@redhat.com>
1610
1611 * infrun.c (adjust_pc_after_break): Introduce an outer null
1612 cleanup.
1613
45475de7
TT
16142013-05-30 Tom Tromey <tromey@redhat.com>
1615
1616 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
1617
ac5007fd
TT
16182013-05-30 Tom Tromey <tromey@redhat.com>
1619
1620 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
1621 for 'old_chain'. Do not check 'head' before processing
1622 cleanups.
1623
cd82eddc
TT
16242013-05-30 Tom Tromey <tromey@redhat.com>
1625
1626 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
1627 "cleanup_tuple".
1628
57cee33a
TT
16292013-05-30 Tom Tromey <tromey@redhat.com>
1630
1631 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
1632 inner scope. Unconditionally call do_cleanups.
1633
795d915c
TT
16342013-05-30 Tom Tromey <tromey@redhat.com>
1635
1636 * source.c (find_and_open_source): Call do_cleanups.
1637
1fc3cf4a
TT
16382013-05-30 Tom Tromey <tromey@redhat.com>
1639
1640 * linux-thread-db.c (thread_db_load_search): Unconditionally
1641 call do_cleanups.
1642
e35ac9bf
TT
16432013-05-30 Tom Tromey <tromey@redhat.com>
1644
1645 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
1646 for 'cleanup'; instead use a later one.
1647
f3300387
TT
16482013-05-30 Tom Tromey <tromey@redhat.com>
1649
1650 * python/py-breakpoint.c (bppy_get_commands): Use
1651 explicit, unconditional return.
1652 * python/py-frame.c (frapy_read_var): Likewise.
1653 * python/python.c (gdbpy_decode_line): Likewise.
1654
c27e16e3
TT
16552013-05-30 Tom Tromey <tromey@redhat.com>
1656
1657 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
1658 do_cleanups on all return paths.
1659
5ae85e44
TT
16602013-05-30 Tom Tromey <tromey@redhat.com>
1661
1662 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
1663
73b8d9da
TT
16642013-05-30 Tom Tromey <tromey@redhat.com>
1665
1666 * stabsread.c (read_struct_type): Call do_cleanups along
1667 all return paths.
1668
7d266584
MR
16692013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
1670
1671 * mips-linux-tdep.c: Adjust formatting throughout.
1672
0f900f54
TT
16732013-05-30 Tom Tromey <tromey@redhat.com>
1674
1675 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
1676 along all return paths.
1677
a991ac28
TT
16782013-05-30 Tom Tromey <tromey@redhat.com>
1679
1680 * symfile.c (find_separate_debug_file): Call do_cleanups
1681 along all return paths.
1682
1abaf042
TT
16832013-05-30 Tom Tromey <tromey@redhat.com>
1684
1685 * symtab.c (search_symbols): Introduce a null cleanup for
1686 'retval_chain'.
1687
edefe1da
TT
16882013-05-30 Tom Tromey <tromey@redhat.com>
1689
1690 * python/py-value.c (valpy_binop): Call do_cleanups before
1691 exiting loop.
1692
54f72dcc
TT
16932013-05-30 Tom Tromey <tromey@redhat.com>
1694
1695 * python/py-prettyprint.c (print_children): Remove extra
1696 do_cleanups call.
1697
af1c6971
TT
16982013-05-30 Tom Tromey <tromey@redhat.com>
1699
1700 * python/py-frame.c (frapy_read_var): Call do_cleanups along
1701 all return paths.
1702
b862ce75
TT
17032013-05-30 Tom Tromey <tromey@redhat.com>
1704
1705 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
1706 along all return paths.
1707
e12fefc8
TT
17082013-05-30 Tom Tromey <tromey@redhat.com>
1709
1710 * cli/cli-logging.c (set_logging_redirect): Unconditionally
1711 call do_cleanups.
1712
4867f990
TT
17132013-05-30 Tom Tromey <tromey@redhat.com>
1714
1715 * varobj.c (c_value_of_root): Call do_cleanups along all
1716 return paths.
1717
4fd2d6af
TT
17182013-05-30 Tom Tromey <tromey@redhat.com>
1719
1720 * tracepoint.c (trace_dump_command): Unconditionally call
1721 do_cleanups.
1722
752eb8b4
TT
17232013-05-30 Tom Tromey <tromey@redhat.com>
1724
1725 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
1726 do_cleanups earlier.
1727
e42d0aa5
TT
17282013-05-30 Tom Tromey <tromey@redhat.com>
1729
1730 * machoread.c (macho_symfile_read): Assign first cleanup to
1731 'back_to'.
1732
4bbc010a
TT
17332013-05-30 Tom Tromey <tromey@redhat.com>
1734
1735 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
1736
b9635925
TT
17372013-05-30 Tom Tromey <tromey@redhat.com>
1738
1739 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
1740
25f43500
TT
17412013-05-30 Tom Tromey <tromey@redhat.com>
1742
1743 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
1744 call discard_cleanups.
1745 (inf_ptrace_attach): Likewise.
1746
d6a2e54a
TT
17472013-05-30 Tom Tromey <tromey@redhat.com>
1748
1749 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
1750 return paths.
1751 (mips_initialize): Likewise.
1752 (common_open): Call do_cleanups.
1753
48be7c1b
TT
17542013-05-30 Tom Tromey <tromey@redhat.com>
1755
1756 * utils.c (internal_vproblem): Call do_cleanups.
1757
e61727ab
TT
17582013-05-30 Tom Tromey <tromey@redhat.com>
1759
1760 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
1761
b81b921f
TT
17622013-05-30 Tom Tromey <tromey@redhat.com>
1763
1764 * cli/cli-script.c (setup_user_args): Don't return after error.
1765
fe48dfb1
TT
17662013-05-30 Tom Tromey <tromey@redhat.com>
1767
1768 * somread.c (som_symtab_read): Call do_cleanups.
1769
27833de7
TT
17702013-05-30 Tom Tromey <tromey@redhat.com>
1771
1772 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
1773
5b3fca71
TT
17742013-05-30 Tom Tromey <tromey@redhat.com>
1775
1776 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
1777 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
1778 * interps.c (interpreter_exec_cmd): Call do_cleanups.
1779 * source.c (show_substitute_path_command): Call do_cleanups.
1780 (unset_substitute_path_command, set_substitute_path_command):
1781 Likewise.
1782 * symfile.c (load_command): Call do_cleanups.
1783
af83e3f8
TT
17842013-05-30 Tom Tromey <tromey@redhat.com>
1785
1786 * contrib/cleanup_check.py: New file.
1787 * contrib/gcc-with-excheck: Add option parsing.
1788
564eac42
JB
17892013-05-30 Joel Brobecker <brobecker@adacore.com>
1790
1791 * windows-nat.c (windows_delete_thread): Add missing space
1792 in cast expression.
1793
47902076
HAQ
17942013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
1795
1796 * inferior.c (top level): Include tilde.h.
1797 (add_inferior_command): Call tilde_expand on the value of 'exec'
1798 argument.
1799
23da373a
YQ
18002013-05-30 Pedro Alves <pedro@codesourcery.com>
1801 Yao Qi <yao@codesourcery.com>
1802
1803 * tracepoint.c (encode_actions_1): Remove parameter 't'.
1804 Caller update.
1805 (encode_actions): Likewise.
1806 * remote.c (remote_download_tracepoint): Caller update.
1807 * tracepoint.h (encode_actions): Update declaration.
1808
a6e6f791
PA
18092013-05-30 Pedro Alves <palves@redhat.com>
1810
1811 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
1812 pointer.
1813
36d25514
YQ
18142013-05-30 Yao Qi <yao@codesourcery.com>
1815
1816 * remote.c (remote_check_symbols): Remove unused parameter
1817 'objfile'.
1818 Declaration update.
1819 (remote_start_remote, remote_new_objfile): Caller update.
1820
62a813cc
YQ
18212013-05-30 Yao Qi <yao@codesourcery.com>
1822
1823 * mi/mi-cmds.c (mi_cmds): Define MI command
1824 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
1825 DEF_MI_CMD_CLI.
1826
28439a30
PA
18272013-05-29 Pedro Alves <palves@redhat.com>
1828
1829 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
1830 (remote_insert_watchpoint, remote_remove_watchpoint)
1831 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
1832 (remote_verify_memory, compare_sections_command)
1833 (remote_search_memory): Set the general process/thread on the
1834 remote side.
1835
6ac1c082
PA
18362013-05-29 Pedro Alves <palves@redhat.com>
1837
1838 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
1839 (_initialize_aarch64_tdep): Don't call
1840 initialize_tdesc_aarch64_without_fpu.
1841 * features/Makefile (WHICH): Remove reference to
1842 aarch64-without-fpu.
1843 * features/aarch64-without-fpu.c: Delete file.
1844 * regformats/aarch64-without-fpu.dat: Delete file.
1845
a73e3634
YQ
18462013-05-28 Yao Qi <yao@codesourcery.com>
1847
1848 * tracepoint.c (stringify_collection_list): Remove parameter
1849 'string'.
1850 (encode_actions): Caller update. Remove local variables.
1851
c0ea94eb
YQ
18522013-05-24 Yao Qi <yao@codesourcery.com>
1853
1854 * tracepoint.c (TFILE_PID): Remove.
1855 (tfile_open): Don't add thread and inferior.
1856 (tfile_close): Don't set 'inferior_ptid'. Don't call
1857 exit_inferior_silent.
1858 (tfile_thread_alive): Remove.
1859 (init_tfile_ops): Don't set field 'to_thread_alive' of
1860 tfile_ops.
1861
20d7f211
DE
18622013-05-23 Doug Evans <dje@google.com>
1863
1864 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
1865
8658d16d
PA
18662013-05-23 Pedro Alves <palves@redhat.com>
1867
1868 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
1869 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
1870 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
1871 Only define if HAVE_SOCKETS is defined.
1872 * configure.ac: Check for sys/socket.h.
1873 * config.in, configure: Regenerate.
1874
21aa081e
PA
18752013-05-23 Pedro Alves <palves@redhat.com>
1876
1877 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
1878 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
1879 printing uint32_t variables.
1880
c2d6af84
PA
18812013-05-23 Pedro Alves <palves@redhat.com>
1882
1883 * NEWS: Mention GDBserver range stepping support.
1884
c1e36e3e
PA
18852013-05-23 Yao Qi <yao@codesourcery.com>
1886 Pedro Alves <palves@redhat.com>
1887
1888 * gdbthread.h (struct thread_control_state) <may_range_step>: New
1889 field.
1890 * infcmd.c (step_once, until_next_command): Enable range stepping.
1891 * infrun.c (displaced_step_prepare): Disable range stepping.
1892 (resume): Disable range stepping if stepping over a breakpoint or
1893 we have software watchpoints. If range stepping is enabled,
1894 assert the thread is in the stepping range.
1895 (clear_proceed_status_thread): Clear may_range_step.
1896 (handle_inferior_event): Disable range stepping as soon as we know
1897 the thread that hit the event. Re-enable it whenever we're going
1898 to step with a step range.
1899 * remote.c (struct vCont_action_support) <r>: New field.
1900 (use_range_stepping): New global.
1901 (remote_vcont_probe): Handle 'r' action.
1902 (append_resumption): Append an 'r' action if the thread may range
1903 step.
1904 (show_range_stepping): New function.
1905 (set_range_stepping): New function.
1906 (_initialize_remote): Call add_setshow_boolean_cmd to register the
1907 'set range-stepping' and 'show range-stepping' commands.
1908 * NEWS: Mention range stepping, the new vCont;r action, and the
1909 new "set/show range-stepping" commands.
1910
d458bd84
PA
19112013-05-23 Yao Qi <yao@codesourcery.com>
1912 Pedro Alves <palves@redhat.com>
1913
1914 * remote.c (struct vCont_action_support): New struct.
1915 (struct remote_state) <support_vCont_t>: Remove field.
1916 <vCont_actions_support>: New field.
1917 (remote_vcont_probe, remote_stop_ns): Update.
1918
ce4c476a
PA
19192013-05-23 Yao Qi <yao@codesourcery.com>
1920 Pedro Alves <palves@redhat.com>
1921
1922 * gdbthread.h (pc_in_thread_step_range): New declaration.
1923 * thread.c (pc_in_thread_step_range): New function.
1924 * infrun.c (handle_inferior_event): Use it.
1925
ce70887a
JB
19262013-05-23 Joel Brobecker <brobecker@adacore.com>
1927
1928 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
1929 of sprintf.
1930
55b87a52
KS
19312013-05-22 Keith Seitz <keiths@redhat.com>
1932
1933 * ada-lang.c (is_known_support_routine): Add explicit free of
1934 'func_name' from find_frame_funname.
1935 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
1936 for func_name from find_frame_funname.
1937 * python/py-frame.c (frapy_name): Add explicit free of
1938 'name' from find_frame_funname.
1939 * stack.c (find_frame_funname): Add comment explaining that
1940 funcp must be freed by the caller.
1941 Return copy of symbol names instead of pointers.
1942 (print_frame): Add a cleanup for 'funname' from
1943 find_frame_funname.
1944 * stack.h (find_frame_funname): Remove "const" from
1945 'funname' parameter.
1946
5f2e6b00
TT
19472013-05-22 Tom Tromey <tromey@redhat.com>
1948
1949 PR c++/15401:
1950 * c-valprint.c (c_value_print): Use value_addr for
1951 references. Convert back to reference type with value_ref.
1952
d85c4847
EZ
19532013-05-22 Eli Zaretskii <eliz@gnu.org>
1954
1955 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
1956 unloaded DLL, it will be done by handle_solib_event. See
1957 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
1958 details.
1959
54eb231c
PM
19602013-05-22 Phil Muldoon <pmuldoon@redhat.com>
1961
1962 * ui-out.c: Create typedef ui_out_level_p and define vector
1963 operations for that type.
1964 (struct ui_out): Use a vector instead of an array.
1965 (current_level): Return level from a vector.
1966 (push_level): Create a level in a vector.
1967 (pop_level): Delete a level in a vector.
1968 (ui_out_new): Create initial level zero level, and store in a
1969 vector.
1970 (ui_out_destroy): Add vector cleanup.
1971
ac90359c
PA
19722013-05-22 Pedro Alves <palves@redhat.com>
1973
1974 * python/python-internal.h (gdb_Py_DECREF): Tag with
1975 "ARI: editCase function".
1976
6dcc1893
PP
19772013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
1978
1979 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
1980
c8c735b9
PA
19812013-05-21 Pedro Alves <palves@redhat.com>
1982
1983 * python/py-prettyprint.c (apply_val_pretty_printer): Check
1984 whether PRINTER is NULL before installing a Py_DECREF cleanup.
1985 * python/py-utils.c (py_decref): Don't check for NULL before
1986 calling Py_DECREF.
1987
1915daeb
PA
19882013-05-21 Pedro Alves <palves@redhat.com>
1989
1990 * python/py-utils.c (py_decref): Remove extra braces.
1991 (gdb_pymodule_addobject): Remove extra braces.
1992 * python-internal.h (gdb_Py_DECREF): New static inline function.
1993 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
1994
bd9673a4
PW
19952013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1996
1997 * breakpoints.c (detach_breakpoints): Do not
1998 detach breakpoints locations with loc_type bp_loc_other.
1999
ff6009d0
JK
20002013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2001
2002 Workaround Python 2.6.
2003 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
2004 a block.
2005
3641da11
JK
20062013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2007
2008 Code cleanup: constification.
2009 * solib.c (solib_ops): Make return type and ops variable type const.
2010 (set_solib_ops): Make the new_ops parameter and ops variable const.
2011 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
2012 (solib_add, solib_keep_data_in_core, clear_solib)
2013 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
2014 (reload_shared_libraries, solib_global_lookup): Make the ops variable
2015 const.
2016 * solib.h (set_solib_ops): Make the new_ops parameter const.
2017
776af39e
JB
20182013-05-21 Joel Brobecker <brobecker@adacore.com>
2019
2020 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
2021 variable.
2022 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
2023 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
2024 (SYSTEM_GDBINIT_FILES): New variables.
2025 (all): Add stamp-system-gdbinit.
2026 (stamp-system-gdbinit): New rule.
2027 (clean-system-gdbinit, install-system-gdbinit)
2028 (uninstall-system-gdbinit): New rules. Make them .PHONY.
2029 (install-only): Add dependency on install-system-gdbinit.
2030 (uninstall): Add dependency on uninstall-system-gdbinit.
2031 (clean): Add dependency on clean-system-gdbinit.
2032 * system-gdbinit/elinos.py: New file.
2033 * system-gdbinit/wrs-linux.py: New file.
2034
1509e573
JB
20352013-05-21 Joel Brobecker <brobecker@adacore.com>
2036
2037 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
2038
c5867ab6
HZ
20392013-05-21 Hui Zhu <hui@codesourcery.com>
2040
2041 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
2042 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
2043 * mi/mi-cmd-break.c (ctype.h): New include.
2044 (gdb_obstack.h): New include.
2045 (mi_argv_to_format, mi_cmd_break_insert_1): New.
2046 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
2047 (mi_cmd_dprintf_insert): New.
2048 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
2049 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
2050
7d38e38f
TT
20512013-05-20 Tom Tromey <tromey@redhat.com>
2052
2053 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
2054
97b77b39
TT
20552013-05-20 Tom Tromey <tromey@redhat.com>
2056
2057 * python/py-value.c (valpy_get_dynamic_type): Simplify
2058 dynamic_type assignment. Use Py_XINCREF.
2059
53e66479
TT
20602013-05-20 Tom Tromey <tromey@redhat.com>
2061
2062 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
2063
dcf87832
TT
20642013-05-20 Tom Tromey <tromey@redhat.com>
2065
2066 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
2067 (gdbpy_selected_frame): Move object-construction code
2068 out of TRY_CATCH.
2069
aa36459a
TT
20702013-05-20 Tom Tromey <tromey@redhat.com>
2071
2072 * python/py-arch.c (gdbpy_initialize_arch): Use
2073 gdb_pymodule_addobject.
2074 * python/py-block.c (gdbpy_initialize_blocks): Use
2075 gdb_pymodule_addobject.
2076 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
2077 gdb_pymodule_addobject.
2078 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
2079 gdb_pymodule_addobject.
2080 * python/py-event.c (gdbpy_initialize_event_generic): Use
2081 gdb_pymodule_addobject.
2082 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
2083 gdb_pymodule_addobject.
2084 * python/py-evts.c (add_new_registry): Use
2085 gdb_pymodule_addobject.
2086 (gdbpy_initialize_py_events): Likewise.
2087 * python/py-finishbreakpoint.c
2088 (gdbpy_initialize_finishbreakpoints): Use
2089 gdb_pymodule_addobject.
2090 * python/py-frame.c (gdbpy_initialize_frames): Use
2091 gdb_pymodule_addobject.
2092 * python/py-function.c (gdbpy_initialize_functions): Use
2093 gdb_pymodule_addobject.
2094 * python/py-inferior.c (gdbpy_initialize_inferior): Use
2095 gdb_pymodule_addobject.
2096 * python/py-infthread.c (gdbpy_initialize_thread): Use
2097 gdb_pymodule_addobject.
2098 * python/py-objfile.c (gdbpy_initialize_objfile): Use
2099 gdb_pymodule_addobject.
2100 * python/py-param.c (gdbpy_initialize_parameters): Use
2101 gdb_pymodule_addobject.
2102 * python/py-progspace.c (gdbpy_initialize_pspace): Use
2103 gdb_pymodule_addobject.
2104 * python/py-symbol.c (gdbpy_initialize_symbols): Use
2105 gdb_pymodule_addobject.
2106 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
2107 gdb_pymodule_addobject.
2108 * python/py-type.c (gdbpy_initialize_types): Use
2109 gdb_pymodule_addobject.
2110 * python/py-utils.c (gdb_pymodule_addobject): New function.
2111 * python/py-value.c (gdbpy_initialize_values): Use
2112 gdb_pymodule_addobject.
2113 * python/python-internal.h (gdb_pymodule_addobject): Declare.
2114 * python/python.c (_initialize_python): Use
2115 gdb_pymodule_addobject.
2116
3d4a3c3e
TT
21172013-05-20 Tom Tromey <tromey@redhat.com>
2118
2119 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
2120 * python/py-param.c (get_set_value, get_show_value): Use
2121 explicit decrefs.
2122 * python/python.c (start_type_printers, apply_type_printers):
2123 Use explicit decrefs.
2124
72ff8829
TT
21252013-05-20 Tom Tromey <tromey@redhat.com>
2126
2127 * python/py-evts.c (gdbpy_initialize_py_events): Don't
2128 incref the module.
2129
02146ba5
TT
21302013-05-20 Tom Tromey <tromey@redhat.com>
2131
2132 * python/python.c (gdbpy_run_events): Decref the result
2133 of PyObject_CallObject.
2134
33ee792f
TT
21352013-05-20 Tom Tromey <tromey@redhat.com>
2136
2137 * python/py-symtab.c (set_sal): Use
2138 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
2139 (symtab_and_line_to_sal_object): Update.
2140
fcb49fc8
TT
21412013-05-20 Tom Tromey <tromey@redhat.com>
2142
2143 * python/py-param.c (compute_enum_values): Decref 'item'.
2144
0646da15
TT
21452013-05-20 Tom Tromey <tromey@redhat.com>
2146
2147 * mi/mi-main.c: Include python-internal.h.
2148 (mi_cmd_list_features): Check gdb_python_initialized.
2149 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
2150 (python_inferior_exit, python_new_objfile, add_thread_object)
2151 (delete_thread_object, py_free_inferior): Check
2152 gdb_python_initialized.
2153 * python/py-prettyprint.c (apply_val_pretty_printer): Check
2154 gdb_python_initialized.
2155 * python/py-type.c (save_objfile_types): Check
2156 gdb_python_initialized.
2157 * python/python-internal.h (gdb_python_initialized): Declare.
2158 * python/python.c (ensure_python_env): Throw exception if
2159 Python not initialized.
2160 (before_prompt_hook, source_python_script_for_objfile)
2161 (start_type_printers, apply_type_printers,
2162 free_type_printers): Check gdb_python_initialized.
2163 * varobj.c (varobj_get_display_hint)
2164 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
2165 (install_new_value_visualizer, varobj_set_visualizer)
2166 (value_get_print_value): Check gdb_python_initialized.
2167
999633ed
TT
21682013-05-20 Tom Tromey <tromey@redhat.com>
2169
2170 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
2171 Check errors.
2172 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
2173 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
2174 Check errors.
2175 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
2176 Check errors.
2177 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
2178 Check errors.
2179 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
2180 Check errors.
2181 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
2182 init function to return 'int'.
2183 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
2184 Return 'int'. Check errors.
2185 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
2186 Check errors.
2187 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
2188 Return 'int'. Check errors.
2189 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
2190 Check errors.
2191 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
2192 Check errors.
2193 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
2194 Check errors.
2195 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
2196 Check errors.
2197 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
2198 Check errors.
2199 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
2200 Check errors.
2201 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
2202 Check errors.
2203 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
2204 Check errors.
2205 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
2206 Check errors.
2207 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
2208 Check errors.
2209 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
2210 Check errors.
2211 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
2212 Check errors.
2213 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
2214 Check errors.
2215 * python/python-internal.h (gdbpy_initialize_auto_load,
2216 gdbpy_initialize_values, gdbpy_initialize_frames,
2217 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
2218 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
2219 gdbpy_initialize_blocks, gdbpy_initialize_types,
2220 gdbpy_initialize_functions, gdbpy_initialize_pspace,
2221 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
2222 gdbpy_initialize_finishbreakpoints,
2223 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
2224 gdbpy_initialize_thread, gdbpy_initialize_inferior,
2225 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
2226 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
2227 gdbpy_initialize_signal_event,
2228 gdbpy_initialize_breakpoint_event,
2229 gdbpy_initialize_continue_event,
2230 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
2231 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
2232 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2233 * python/python.c (gdb_python_initialized): New global.
2234 (gdbpy_initialize_events): Return 'int'. Check errors.
2235 (_initialize_python): Check errors. Set
2236 gdb_python_initialized.
2237
18868860
TT
22382013-05-20 Tom Tromey <tromey@redhat.com>
2239
2240 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
2241 Decref the reslut of PyObject_CallMethod.
2242
9f4ff0c2
TT
22432013-05-20 Tom Tromey <tromey@redhat.com>
2244
2245 * python/py-event.c (gdbpy_initialize_event_generic): Return
2246 early if PyType_Ready fails.
2247
0d3a2e8a
TT
22482013-05-20 Tom Tromey <tromey@redhat.com>
2249
2250 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
2251 as 'default' in the switch.
2252
b86af38a
TT
22532013-05-20 Tom Tromey <tromey@redhat.com>
2254
2255 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
2256 get_addr_from_python calls out of TRY_CATCH.
2257 (infpy_write_memory, infpy_search_memory): Likewise.
2258 * python/py-utils.c (get_addr_from_python): Return negative
2259 value on error. Use TRY_CATCH.
2260 * python/python-internal.h (get_addr_from_python): Use
2261 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2262
c127ec58
TT
22632013-05-20 Tom Tromey <tromey@redhat.com>
2264
2265 * python/py-event.c (evpy_emit_event): Decref the
2266 result of PyObject_CallFunctionObjArgs.
2267
ba327838
TT
22682013-05-20 Tom Tromey <tromey@redhat.com>
2269
2270 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
2271 Correctly decref.
2272
d8191432
TT
22732013-05-20 Tom Tromey <tromey@redhat.com>
2274
2275 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2276
5d153bd1
TT
22772013-05-20 Tom Tromey <tromey@redhat.com>
2278
2279 * python/py-event.h (gdbpy_initialize_event_generic): Use
2280 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2281 * python/py-evts.c (add_new_registry): Use
2282 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2283 * python/python-internal.h
2284 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
2285
56cc411c
TT
22862013-05-20 Tom Tromey <tromey@redhat.com>
2287
2288 * python/py-arch.c (archpy_disassemble): Update.
2289 * python/py-type.c (typy_get_composite, typy_lookup_typename)
2290 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
2291 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
2292 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
2293 macro.
2294 (GDB_PY_HANDLE_EXCEPTION): Update.
2295 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
2296
8919e174
TT
22972013-05-20 Tom Tromey <tromey@redhat.com>
2298
2299 * python/python-internal.h (events_object_type): Remove.
2300
9b08f225
TT
23012013-05-20 Tom Tromey <tromey@redhat.com>
2302
2303 * python/py-event.h (evpy_emit_event): Use
2304 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
2305 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
2306 New macro.
2307
f04010ff
TT
23082013-05-20 Tom Tromey <tromey@redhat.com>
2309
2310 * py-evtregistry.c (create_event_object): Decref
2311 eventregistry_object if PyList_New fails.
2312
3919fd96
TT
23132013-05-20 Tom Tromey <tromey@redhat.com>
2314
2315 * py-cmd.c (gdbpy_string_to_argv): Check result of
2316 PyList_New.
2317
0430e8cb
TT
23182013-05-20 Tom Tromey <tromey@redhat.com>
2319
2320 * python/python.c (before_prompt_hook): Add cleanup to
2321 decref 'hook'.
2322
764123e4
TT
23232013-05-20 Tom Tromey <tromey@redhat.com>
2324
2325 * python/py-function.c (fnpy_init): Decref result of
2326 PyObject_GetAttrString.
2327
634c58be
TT
23282013-05-20 Tom Tromey <tromey@redhat.com>
2329
2330 * python/py-threadevent.c (get_event_thread): Use
2331 CPYCHECKER_RETURNS_BORROWED_REF.
2332 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
2333 New define.
2334 (pspace_to_pspace_object, objfile_to_objfile_object)
2335 (find_thread_object): Use it.
2336
62eec1a5
TT
23372013-05-20 Tom Tromey <tromey@redhat.com>
2338
2339 * python/py-arch.c (arch_object_type): Use
2340 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2341 * python/py-block.c (block_syms_iterator_object_type):
2342 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2343 * python/py-bpevent.c (breakpoint_event_object_type):
2344 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2345 * python/py-cmd.c (cmdpy_object_type): Use
2346 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2347 * python/py-continueevent.c (continue_event_object_type):
2348 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2349 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
2350 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2351 * python/py-events.h (thread_event_object_type):
2352 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2353 * python/py-evtregistry.c (eventregistry_object_type): Use
2354 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2355 * python/py-exitedevent.c (exited_event_object_type):
2356 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2357 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
2358 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2359 * python/py-function.c (fnpy_object_type): Use
2360 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2361 * python/py-inferior.c (inferior_object_type, membuf_object_type):
2362 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2363 * python/py-infthread.c (thread_object_type): Use
2364 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2365 * python/py-lazy-string.c (lazy_string_object_type):
2366 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2367 * python/py-newobjfileevent.c (new_objfile_event_object_type):
2368 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2369 * python/py-objfile.c (objfile_object_type): Use
2370 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2371 * python/py-param.c (parmpy_object_type):
2372 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2373 * python/py-progspace.c (pspace_object_type):
2374 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2375 * python/py-signalevent.c (signal_event_object_type):
2376 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2377 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
2378 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2379 * python/py-type.c (type_object_type, field_object_type)
2380 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2381 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
2382 define.
2383 (value_object_type, block_object_type, symbol_object_type)
2384 (event_object_type, stop_event_object_type, breakpoint_object_type)
2385 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
2386
81ea8796
AT
23872013-05-20 Andreas Tobler <andreas@fgznet.ch>
2388
2389 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
2390 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
2391
a2ce51a0
DE
23922013-05-20 Doug Evans <dje@google.com>
2393
2394 When reading CU, stay in DWO. Be more tolerent of bad debug info.
2395 For Fission.
2396 * dwarf2read.c (struct dwarf2_per_cu_data): New member
2397 reading_dwo_directly.
2398 (struct signatured_type): New member dwo_unit.
2399 (struct die_reader_specs): New member comp_dir.
2400 (create_signatured_type_table_from_index): Use malloc for
2401 all_type_units instead of objfile's obstack.
2402 (create_all_type_units): Ditto.
2403 (fill_in_sig_entry_from_dwo_entry): New function.
2404 (add_type_unit): New function.
2405 (lookup_dwo_signatured_type): New function.
2406 (lookup_dwp_signatured_type): New function.
2407 (lookup_signatured_type): New arg cu. All callers updated.
2408 (init_cu_die_reader): Initialize comp_dir.
2409 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
2410 Change assert of matching type signatures to call error on mismatch.
2411 (lookup_dwo_unit): Add assert.
2412 (init_tu_and_read_dwo_dies): New function.
2413 (init_cutu_and_read_dies): Call it.
2414 (build_type_unit_groups): Handle case of no type unit groups created.
2415 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
2416 (lookup_dwo_cutu): Tweak complaint.
2417 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
2418 (dwarf2_per_objfile_free): Free all_type_units.
2419
a25cd31f
JB
24202013-05-20 Joel Brobecker <brobecker@adacore.com>
2421
2422 * windows-nat.c (handle_unload_dll): Add missing empty line.
2423
4d804846
JB
24242013-05-20 Joel Brobecker <brobecker@adacore.com>
2425
2426 * dwarf2read.c (prototyped_function_p): New function.
2427 (read_subroutine_type): Use it.
2428
1c432e72
JB
24292013-05-20 Joel Brobecker <brobecker@adacore.com>
2430
2431 * rs6000-aix-tdep.c: De-indent some example code provided
2432 as a comment.
2433
4feebbdd
EBM
24342013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
2435
2436 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
2437 region is ok for a hardware watchpoint using the new ptrace interface
2438 on Power servers.
2439
7d0c9981
DE
24402013-05-17 Doug Evans <dje@google.com>
2441
2442 * NEWS: Mention new maintenance commands check-symtabs, and
2443 expand-symtabs, and renamed check-psymtabs.
2444 * psymtab.c (maintenance_check_psymtabs): Renamed from
2445 maintenance_check_symtabs. Only process already-expanded symbol
2446 tables.
2447 (_initialize_psymtab): Update.
2448 * symmisc.c (maintenance_check_symtabs): New function.
2449 (maintenance_expand_name_matcher): New function
2450 (maintenance_expand_file_matcher): New function
2451 (maintenance_expand_symtabs): New function.
2452 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
2453 commands.
2454
6cbc7c3d
TT
24552013-05-17 Tom Tromey <tromey@redhat.com>
2456
2457 * python/py-inferior.c (infpy_read_memory): Don't call
2458 PyErr_SetString if PyObject_New fails.
2459 * python/py-frame.c (frame_info_to_frame_object): Don't call
2460 PyErr_SetString if PyObject_New fails.
2461
a48b32c0
L
24622013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
2463
2464 * acinclude.m4: Add check for dlopen in libdl.
2465 * configure.ac: Ditto.
2466 * configure: Regenerate.
2467
3de661e6
PM
24682013-05-17 Phil Muldoon <pmuldoon@redhat.com>
2469
2470 * frame.c (frame_stash): Convert to htab.
2471 (frame_addr_hash): New function.
2472 (frame_addr_hash_eq): New function.
2473 (frame_stash_create): Convert function to create
2474 a hash table.
2475 (frame_stash_add): Convert function to add an entry to a hash
2476 table.
2477 (frame_stash_find): Convert function to search the hash table.
2478 (frame_stash_invalidate): Convert function to empty the hash
2479 table.
2480 (get_frame_id): Only add to stash if a frame_id is created.
2481 (_initialize_frame): Call frame_stash_create.
2482
bb4168a9 24832013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
036c3acb
TS
2484
2485 * configure.ac: Ensure MIG is available when building for GNU Hurd
2486 hosts.
2487 * configure: Regenerate.
2488
d1be3247
JB
24892013-05-16 Joel Brobecker <brobecker@adacore.com>
2490
2491 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
2492
b8fea896
JB
24932013-05-16 Joel Brobecker <brobecker@adacore.com>
2494
2495 * ada-lang.c (ada_make_symbol_completion_list): Make sure
2496 all cleanups are done before returning from this function.
2497
af880d85
JB
24982013-05-15 Joel Brobecker <brobecker@adacore.com>
2499
2500 * utils.h: #include "exceptions.h".
2501 (enum errors): Remove partial declaration.
2502
356a5233
JB
25032013-05-15 Joel Brobecker <brobecker@adacore.com>
2504
2505 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
2506 * gdbarch.h, gdbarch.c: Regenerate.
2507 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
2508 handling.
2509
2510 * rs6000-aix-tdep.h: New file.
2511 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
2512 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
2513 "xml-utils.h".
2514 (struct field_info, struct ld_info_desc): New types.
2515 (ld_info32_desc, ld_info64_desc): New static constants.
2516 (struct ld_info): New type.
2517 (rs6000_aix_extract_ld_info): New function.
2518 (rs6000_aix_shared_library_to_xml): Likewise.
2519 (rs6000_aix_ld_info_to_xml): Likewise.
2520 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2521 (rs6000_aix_init_osabi): Add call to
2522 set_gdbarch_core_xfer_shared_libraries_aix.
2523 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
2524 Remove "xml-utils.h" include.
2525 (LdInfo): Delete typedef.
2526 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
2527 Delete macros.
2528 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
2529 Adjust code accordingly.
2530 (rs6000_core_ldinfo): Delete, folded into
2531 rs6000_aix_core_xfer_shared_libraries_aix.
2532 (rs6000_xfer_shared_library): Delete.
2533 (rs6000_xfer_shared_libraries): Reimplement.
2534
742ce053
MM
25352013-05-15 Markus Metzger <markus.t.metzger@intel.com>
2536
2537 * record.c (record_goto_cmdlist): New.
2538 (cmd_record_goto): Split into this ...
2539 (cmd_record_goto_begin): ... this
2540 (cmd_record_goto_end): ... and this.
2541 (_initialize_record): Change "record goto" to prefix command.
2542 Add commands for "record goto begin" and "record goto end".
2543 Add an alias for "record goto start" to "record goto begin".
2544
e93ba630
JK
25452013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2546
2547 * linespec.c (convert_linespec_to_sals): New comment for
2548 SOURCE_FILENAME assignment.
2549
5821aace
JK
25502013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
2553 internal_warning.
2554
a1b8c4cc
TT
25552013-05-14 Tom Tromey <tromey@redhat.com>
2556
2557 * eval.c (parse_and_eval_long): Make 'exp' const.
2558 * value.h (parse_and_eval_long): Update.
2559
23b3a2c3
TT
25602013-05-14 Tom Tromey <tromey@redhat.com>
2561
2562 * ui-file.c (gdb_fopen): Make arguments const.
2563 * ui-file.h (gdb_fopen): Make arguments const.
2564
ca623f82
TT
25652013-05-14 Tom Tromey <tromey@redhat.com>
2566
2567 * remote.c (remote_set_trace_notes): Make arguments const.
2568 * target.c (update_current_target): Update cast.
2569 * target.h (to_set_trace_notes): Make arguments const.
2570
503ebb2c
TT
25712013-05-14 Tom Tromey <tromey@redhat.com>
2572
2573 * go32-nat.c (go32_terminal_info): Make 'args' const.
2574 * inferior.h (child_terminal_info): Update.
2575 * inflow.c (child_terminal_info): Make 'args' const.
2576 * target.c (default_terminal_info): Make 'args' const.
2577 (debug_to_terminal_save_ours): Likewise.
2578 * target.h (struct target_ops) <to_terminal_info>: Make argument
2579 const.
2580
85e1311a
TT
25812013-05-13 Tom Tromey <tromey@redhat.com>
2582
2583 * gcore.c (create_gcore_bfd): Make 'filename' const.
2584 * gcore.h (create_gcore_bfd): Make 'filename' const.
2585 * record-full.c (record_full_save): Make 'recfilename' const.
2586 * target.c (target_save_record): Make 'filename' const.
2587 * target.h (struct target_ops) <to_save_record>: Make 'filename'
2588 const.
2589 (target_save_record): Likewise.
2590
d62bfeaf
TT
25912013-05-13 Tom Tromey <tromey@redhat.com>
2592
92ce080b 2593 PR gdb/15338:
d62bfeaf
TT
2594 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
2595 ranges section has been read.
2596
ac1ca910
TT
25972013-05-13 Tom Tromey <tromey@redhat.com>
2598
2599 PR exp/15364:
2600 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
2601 STRUCTOP_PTR>: Return a not_lval value for
2602 EVAL_AVOID_SIDE_EFFECTS.
2603 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
2604 for EVAL_AVOID_SIDE_EFFECTS.
2605
36d1c68c
JB
26062013-05-13 Joel Brobecker <brobecker@adacore.com>
2607
2608 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
2609 floating point registers to register type before storing
2610 value.
2611 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
2612 Likewise.
2613
21ff4686
TT
26142013-05-10 Joel Brobecker <brobecker@adacore.com>
2615 Tom Tromey <tromey@redhat.com>
2616
2617 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
2618 New functions.
2619 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
2620 Declare.
2621 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
2622 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
2623 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
2624 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
2625
d3685d60
TT
26262013-05-10 Freddie Chopin <freddie_chopin@op.pl>
2627 Tom Tromey <tromey@redhat.com>
2628
2629 PR build/15414:
2630 * configure: Rebuild.
2631 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
2632 with -Wno-format.
2633
eb9fe518
PA
26342013-05-10 Pedro Alves <palves@redhat.com>
2635
2636 * remote.c (_initialize_remote): Fix spelling of
2637 qXfer:traceframe-info:read packet in packet config command.
2638
9779ab84
PA
26392013-05-10 David Taylor <dtaylor@emc.com>
2640
2641 PR remote/15455
2642
2643 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
2644 "QTro" at start of packet.
2645
060cfbef
JB
26462013-05-10 Joel Brobecker <brobecker@adacore.com>
2647
2648 * solib-aix.c (solib_aix_relocate_section_addresses):
2649 For the .bss section action, apply the same offset as
2650 the .data section.
2651
ab1c4e88
JB
26522013-05-10 Joel Brobecker <brobecker@adacore.com>
2653
2654 * solib-aix.c (solib_aix_relocate_section_addresses):
2655 Remove FIXME comment.
2656
c1357578
JB
26572013-05-10 Joel Brobecker <brobecker@adacore.com>
2658
2659 PR tdep/15420:
2660 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2661 New functions, directly copied from sparc-sol-thread.c.
2662 * sparc-sol-thread.c: Delete.
2663 * configure.ac: Remove code handling sparc-solaris-thread.c.
2664 * configure: Regenerate.
2665
1e611234
PM
26662013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2667
2668 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
2669 filter logic.
2670 (backtrace_command): Add "no-filters" option parsing.
2671 (_initialize_stack): Alter help to reflect "no-filters" option.
2672 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
2673 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
2674 (py-frame.o): Add target
2675 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
2676 filter files.
2677 * python/python.h: Add new frame filter constants, and flag enum.
2678 (apply_frame_filter): Add definition.
2679 * python/python.c (apply_frame_filter): New non-Python
2680 enabled function.
2681 * python/py-utils.c (py_xdecref): New function.
2682 (make_cleanup_py_xdecref): Ditto.
2683 * python/py-objfile.c: Declare frame_filters dictionary.
2684 (objfpy_dealloc): Add frame_filters dealloc.
2685 (objfpy_new): Initialize frame_filters attribute.
2686 (objfile_to_objfile_object): Ditto.
2687 (objfpy_get_frame_filters): New function.
2688 (objfpy_set_frame_filters): New function.
2689 * python/py-progspace.c: Declare frame_filters dictionary.
2690 (pspy_dealloc): Add frame_filters dealloc.
2691 (pspy_new): Initialize frame_filters attribute.
2692 (pspacee_to_pspace_object): Ditto.
2693 (pspy_get_frame_filters): New function.
2694 (pspy_set_frame_filters): New function.
2695 * python/py-framefilter.c: New file.
2696 * python/lib/gdb/command/frame_filters.py: New file.
2697 * python/lib/gdb/frames.py: New file.
2698 * python/lib/gdb/__init__.py: Initialize global frame_filters
2699 dictionary
2700 * python/lib/gdb/FrameDecorator.py: New file.
2701 * python/lib/gdb/FrameIterator.py: New file.
2702 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
2703 * mi/mi-cmds.h: Declare.
2704 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
2705 --no-frame-filter logic, and Python frame filter logic.
2706 (stack_enable_frame_filters): New function.
2707 (parse_no_frame_option): Ditto.
2708 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
2709 filter logic.
2710 (mi_cmd_stack_list_locals): Ditto.
2711 (mi_cmd_stack_list_args): Ditto.
2712 (mi_cmd_stack_list_variables): Ditto.
2713 * NEWS: Add frame filter note.
2714
2cb9c859
DE
27152013-05-09 Doug Evans <dje@google.com>
2716
6bf667bb
DE
2717 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
2718 All callers updated.
2719 (syms_from_objfile): Ditto. Make static.
2720 (symbol_file_add_with_addrs): Renamed from
2721 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
2722 num_offsets. All callers updated.
2723 * symfile.h (syms_from_objfile): Delete.
2724
2cb9c859
DE
2725 * symfile.c (decrement_reading_symtab): Add assert.
2726 (increment_reading_symtab): Ditto.
2727
40aea477
JB
27282013-05-09 Joel Brobecker <brobecker@adacore.com>
2729
2730 * source.c (forward_search_command): Replace call to getc
2731 by call to fgetc.
2732 (reverse_search_command): Likewise.
2733
680d1742
DE
27342013-05-08 Doug Evans <dje@google.com>
2735
2736 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
2737 matching test.
2738
17e760ae
JB
27392013-05-08 Joel Brobecker <brobecker@adacore.com>
2740
2741 * sol-thread.c (info_cb): Factorize the code a little.
2742
c0f5f490
JB
27432013-05-08 Joel Brobecker <brobecker@adacore.com>
2744
2745 * sol-thread.c (info_cb): Rework the output of the "maintenance
2746 info sol-threads" command a bit.
2747
5d74e061
JB
27482013-05-08 Joel Brobecker <brobecker@adacore.com>
2749
2750 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
2751 Replace ti.ti_startfunc by ti.ti_pc.
2752
814a3ff7
JB
27532013-05-08 Joel Brobecker <brobecker@adacore.com>
2754
2755 * solib-aix.c (solib_aix_free_library_list): New function
2756 for the case where HAVE_LIBEXPAT is not defined.
2757
58ce7251
SDJ
27582013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2759
2760 PR breakpoints/15413:
2761 * breakpoint.c (condition_completer): Simplify the code to
2762 disconsider multiple locations of breakpoints when completing the
2763 "condition" command.
2764
be8b1ea6
PM
27652013-05-07 Pierre Muller <muller@sourceware.org>
2766
2767 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
2768 instead of <sys/wait.h>.
2769
1e52bda6
PM
27702013-05-07 Pierre Muller <muller@sourceware.org>
2771
2772 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
2773 trailing new line from warning message.
2774
27fd0c6b
PM
27752013-05-07 Pierre Muller <muller@sourceware.org>
2776
2777 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
2778 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
2779
e228ac87
JB
27802013-05-07 Joel Brobecker <brobecker@adacore.com>
2781
2782 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
2783 error message (ARI fix).
2784
27852013-05-07 Joel Brobecker <brobecker@adacore.com>
2786
2787 * features/library-list-aix.dtd: Replace library-list by
2788 library-list-aix.
2789 * rs6000-nat.c: Replace library-list by library-list-aix
2790 throughout.
2791 * solib-aix.c: Likewise.
2792
27932013-05-07 Joel Brobecker <brobecker@adacore.com>
2794
2795 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
2796 Renames TARGET_OBJECT_AIX_LIBRARIES.
2797 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
2798 TARGET_OBJECT_LIBRARIES_AIX throughout.
2799 * solib-aix.c: Likwise.
2800
26a4dda9
YQ
28012013-05-07 Yao Qi <yao@codesourcery.com>
2802
2803 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
2804 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
2805
3582629f
YQ
28062013-05-07 Yao Qi <yao@codesourcery.com>
2807
2808 * solib-dsbt.c (enable_break): Declare.
2809 (dsbt_current_sos): Remove call to enable_break2.
2810 (enable_break2): Rename to enable_break. Set solib breakpoint
2811 on '_dl_debug_state'.
2812 (enable_break): Remove.
2813
aacbb8a5
LM
28142013-05-07 Luis Machado <lgustavo@codesourcery.com>
2815
2816 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
2817 debug state prior to replicating existing hardware watchpoints or
2818 breakpoints.
2819
0c013353
JK
28202013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2821
2822 * gcore.c (gcore_create_callback): Ignore sections with
2823 separate_debug_objfile_backlink != NULL.
2824
a1217d97
SL
28252013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2826 Andrew Jenner <andrew@codesourcery.com>
2827 Chung-Lin Tang <cltang@codesourcery.com>
2828 Julian Brown <julian@codesourcery.com>
2829
2830 Based on the nios2-elf port from Altera Corporation.
2831
2832 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
2833 nios2-linux-tdep.o.
2834 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
2835 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
2836 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
2837 * nios2-tdep.h: New.
2838 * nios2-tdep.c: New.
2839 * nios2-linux-tdep.c: New.
2840 * features/Makefile (WHICH): Add nios2-linux.
2841 (nios2-linux-expedite): Set.
2842 * features/nios2-cpu.xml: New.
2843 * features/nios2.xml: New.
2844 * features/nios2-linux.xml: New.
2845 * features/nios2.c: New (autogenerated).
2846 * features/nios2-linux.c: New (autogenerated).
2847 * regformats/nios2-linux.dat: New (autogenerated).
2848 * NEWS (Changes since GDB 7.6): Add new Nios II targets
2849 and commands.
2850
0892cb63
DE
28512013-05-06 Doug Evans <dje@google.com>
2852
3b7bacac
DE
2853 * symfile.c: Whitespace cleanup.
2854
0892cb63
DE
2855 * solist.h (struct target_so_ops): New member clear_so.
2856 * solib-svr4.c (svr4_clear_so): New function.
2857 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
2858 * solib.c (clear_so): Renamed from free_so_symbols.
2859 All callers updated. Call target clear_so if it exists.
2860
40501e00
TT
28612013-05-06 Tom Tromey <tromey@redhat.com>
2862
2863 * ada-lang.c (ada_value_primitive_packed_val): Don't
2864 call value_incref.
2865 * value.c (set_value_parent): Incref the new parent and decref
2866 the old parent.
2867 (value_copy, value_primitive_field): Use set_value_parent.
2868
b6807d98
TT
28692013-05-06 Tom Tromey <tromey@redhat.com>
2870
2871 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
2872 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
2873 if needed.
2874 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
2875 * dwarf2read.c (write_constant_as_bytes)
2876 (dwarf2_fetch_constant_bytes): New functions.
2877
3aef2284
TT
28782013-05-06 Tom Tromey <tromey@redhat.com>
2879
2880 * dwarf2read.c (dwarf2_const_value_data): Remove unused
2881 parameters.
2882 (dwarf2_const_value_attr): Update.
2883
66f65e2b
TT
28842013-05-06 Tom Tromey <tromey@redhat.com>
2885
2886 * somread.c (som_symfile_offsets): Add 'const' to addrs.
2887 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
2888 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
2889 Remove declaration.
2890
7919a973
TT
28912013-05-06 Tom Tromey <tromey@redhat.com>
2892
2893 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
2894 objfile's obstack.
2895
a7bfba49
DE
28962013-05-06 Doug Evans <dje@google.com>
2897
3189cb12
DE
2898 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
2899 * stabsread.h (process_one_symbol): Update declaration.
2900 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
2901 * elfread.c (elf_symfile_relocate_probe): Ditto.
2902 * psymtab.c (relocate_psymtabs): Ditto.
2903 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
2904 (objfile_relocate): Ditto.
2905 * objfiles.h (objfile_relocate): Update declaration.
2906 * symfile.c (relative_addr_info_to_section_offsets): Constify
2907 addrs parameter.
2908 (default_symfile_offsets): Ditto.
2909 (syms_from_objfile_1): Constify offsets parameter.
2910 (syms_from_objfile): Ditto.
2911 (symbol_file_add_with_addrs_or_offsets): Ditto.
2912 (symfile_map_offsets_to_segments): Constify data parameter.
2913 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
2914 delta parameters of member relocate.
2915 (struct sym_probe_fns): Constify new_offsets,
2916 delta parameters of member sym_relocate_probe.
2917 (struct sym_fns): Constify section_addr_info parameter of member
2918 sym_offsets.
2919 (relative_addr_info_to_section_offsets): Update declaration.
2920 (default_symfile_offsets): Ditto.
2921 (syms_from_objfile): Ditto.
2922 (symfile_map_offsets_to_segments): Ditto.
2923
a7bfba49
DE
2924 * symfile.c (syms_from_objfile_1): Use correct section count when
2925 objfile->sf == NULL.
2926
5f8e0b8f
MF
29272013-05-06 Mike Frysinger <vapier@gentoo.org>
2928
2929 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
2930
ea52d893
DE
29312013-05-06 Doug Evans <dje@google.com>
2932
2933 * psympriv.h (struct partial_symtab): Augment comment for member
2934 section_offsets.
2935
4d1eb6b4
JB
29362013-05-06 Joel Brobecker <brobecker@adacore.com>
2937
2938 Reimplement shared library support on ppc-aix...
2939 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
2940 * features/library-list-aix.dtd: New file.
2941 * solib-aix.h, solib-aix.c: New file.
2942 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
2943 (rs6000_find_toc_address_hook): Delete.
2944 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
2945 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
2946 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
2947 "xml-utils.h".
2948 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
2949 (vmap_symtab, fixup_breakpoints): Delete.
2950 (rs6000_xfer_shared_libraries): New function.
2951 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
2952 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
2953 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
2954 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
2955 (rs6000_xfer_shared_library): New function.
2956 (find_toc_address): Delete.
2957 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
2958 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
2959 * xcoffread.c (record_minimal_symbol): Reloate symbol address
2960 before creating minimal symbol. Adjust function description
2961 accordingly.
2962 (scan_xcoff_symtab): Replace call to
2963 prim_record_minimal_symbol_and_info by call to
2964 record_minimal_symbol.
2965 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
2966 around default_symfile_offsets.
2967 * configure.tgt: Add solib-aix.o to gdb_target_obs for
2968 powerpc-aix targets.
2969 * config/rs6000/nm-rs6000.h: Delete.
2970 * config/powerpc/aix.mh (NAT_FILE): Delete.
2971 (NATDEPFILES): Remove xcoffsolib.o.
2972 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
2973 (ALL_TARGET_OBS): Add solib-aix.o.
2974 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
2975 config/rs6000/nm-rs6000.h. Add solib-aix.h.
2976 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
2977 * xcoffsolib.h, xcoffsolib.c: Delete.
2978
2979 * solib.c (reload_shared_libraries): Remove reference to
2980 SOLIB_CREATE_INFERIOR_HOOK.
2981 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
2982 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
2983 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
2984 comment.
2985 * corelow.c (deprecated_core_resize_section_table): Delete.
2986 * exec.c: Remove include of xcoffsolib.h".
2987 (map_vmap, vmap): Delete.
2988 (exec_close_1): Remove references to vmap.
2989 (exec_file_attach): Remove vmap handling code, and reference
2990 to DEPRECATED_IBM6000_TARGET.
2991 (bfdsec_to_vmap): Delete.
2992 (exec_files_info): Remove block of code handling VMAP.
2993 * infcmd.c (post_create_inferior): Remove reference to
2994 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
2995 * infrun.c (follow_exec): Remove reference to
2996 SOLIB_CREATE_INFERIOR_HOOK.
2997 * stack.c (print_frame): Remove reference to PC_SOLIB.
2998 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
2999 (dsbt_relocate_main_executable): Likewise.
3000 * solib-frv.c (frv_current_sos): Likewise.
3001
0c4f667c
JB
30022013-05-06 Joel Brobecker <brobecker@adacore.com>
3003
3004 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
3005 to target_write_memory and target_read_memory.
3006
726ce67c
JB
30072013-05-06 Joel Brobecker <brobecker@adacore.com>
3008
3009 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
3010 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
3011
c8c9911f
JB
30122013-05-06 Joel Brobecker <brobecker@adacore.com>
3013
3014 * darwin-nat.c: Replace all "%x" instances in format strings
3015 into "0x%x" throughout.
3016
fda184b6
JB
30172013-05-06 Joel Brobecker <brobecker@adacore.com>
3018
3019 * darwin-nat.c (darwin_mourn_inferior): Replace call to
3020 gdb_assert by call to MACH_CHECK_ERROR.
3021 (darwin_attach_pid): Raise an error rather than a failed
3022 assertion when various system calls failed. Report a warning
3023 instead of raising a failed assertion when PREV_NOT is not NULL
3024 after call to mach_port_request_notification.
3025 (darwin_ptrace_me): Raise an error rather than a failed
3026 assertion when read returns nonzero.
3027
d1d69afb
JB
30282013-05-06 Joel Brobecker <brobecker@adacore.com>
3029
3030 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
3031
dc90b24d
JK
30322013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3033
3034 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
3035
faab9922
JK
30362013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
3039 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
3040 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
3041 a stale cleanup. Fix double free of NAME.
3042
e0ea48a0
EZ
30432013-05-04 Eli Zaretskii <eliz@gnu.org>
3044
3045 * windows-nat.c (windows_delete_thread): Accept an additional
3046 argument, the thread's exit code, and announce thread death when
3047 print_thread_events is non-zero and we are deleting a thread that
3048 is not the main thread.
3049 (get_windows_debug_event): Pass thread exit code to
3050 windows_delete_thread.
3051
83b2706a
KB
30522013-05-03 Kevin Buettner <kevinb@redhat.com>
3053
3054 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
3055 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
3056 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
3057 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
3058 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
3059 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
3060 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
3061 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
3062 (gdbarch_tdep): New struct.
3063 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
3064 E_NUM_REGS.
3065 (v850e3v5_register_name): New function.
3066 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
3067 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
3068 code handling the struct return conventions for the RH850 ABI.
3069 Update all callers.
3070 (v850_eight_byte_align_p): New function.
3071 (v850_push_call_dummy): Push structs by value, not by reference
3072 for the RH850 ABI. Add support for eight byte alignment.
3073 (v850_dbtrap_breakpoint_from_pc): New function.
3074 (v850_gdbarch_init): Add ABI detection code. Register
3075 v850e3v5_register_name for the v850e3v5 architecture. Set the
3076 number of registers for v850e3v5. Register
3077 v850_dbtrap_breakpoint_from_pc as appropriate.
3078 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
3079
d445b2f6
DE
30802013-05-03 Doug Evans <dje@google.com>
3081
3082 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
3083 of bfd_count_sections.
3084 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
3085 * symfile.c (default_symfile_offsets): Ditto.
3086 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
3087 one entry, not bfd_count_sections entries.
3088
b3ce41ea
KB
30892013-05-03 Kevin Buettner <kevinb@redhat.com>
3090
3091 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
3092 `save' and `restore' register groups. Don't include SPL
3093 or SPH in these groups.
3094 (rl78_dwarf_reg_to_regnum): Adjust mapping for
3095 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
3096 RL78_ES_REGNUM, and RL78_CS_REGNUM.
3097 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
3098 dwarf2_append_unwinders().
3099
96f7d3f1
PW
31002013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3101
3102 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
3103 ignore SIGINT and SIGTRAP in case these internal signals are
3104 caught explicitely.
3105
b9dd1947
JB
31062013-05-01 Joel Brobecker <brobecker@adacore.com>
3107
3108 * darwin-nat.c (darwin_read_write_inferior): Change types
3109 of parameters rdaddr and wraddr to "gdb_byte *". Change type
3110 of copy_count to "mach_msg_type_number_t".
3111 (darwin_read_dyld_info): Change type of parameter
3112 rdaddr to "gdb_byte *".
3113
4ca18a63
JB
31142013-05-01 Joel Brobecker <brobecker@adacore.com>
3115
3116 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
3117 of &info->load_map from "char *" to "gdb_byte *".
3118
2b692d32
JB
31192013-05-01 Joel Brobecker <brobecker@adacore.com>
3120
3121 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
3122 from "char *" to "gdb_byte *".
3123 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
3124
a98c29a0
DE
31252013-04-30 Doug Evans <dje@google.com>
3126
6a506a2d
DE
3127 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
3128 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
3129 DWO stub. If DWO isn't found, just use stub.
3130 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
3131
a98c29a0
DE
3132 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
3133 calling init_cutu_and_read_dies.
3134
f92b06da
WT
31352013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3136
3137 * target-descriptions.c (maint_print_c_tdesc_cmd):
3138 Add case to parse structures as register types and
3139 bitfields.
3140
95eebdcc
WT
31412013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
3142
3143 * MAINTAINERS (Write After Approval): Add myself to the list.
3144
019c1128
JB
31452013-04-30 Joel Brobecker <brobecker@adacore.com>
3146
3147 * sol-thread.c (rw_common): Change type of parameter "buf"
3148 to "gdb_byte *".
3149 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
3150 rw_common to "gdb_byte *" instead of "char *".
3151
5812197c
JB
31522013-04-30 Joel Brobecker <brobecker@adacore.com>
3153
3154 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
3155 of local variable msym to const struct bound_minimal_symbol.
3156 Adjust use accordingly.
3157 [ti.ti_state == TD_THR_SLEEP]: Likewise.
3158
ecccb813
TS
31592013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
3160
3161 * i386gnu-nat.c (CREG_OFFSET): New macro.
3162 (creg_offset): New array.
3163 (CREG_ADDR): Use creg_offset instead of reg_offset.
3164
f1d02dd4 31652013-04-30 Joel Brobecker <brobecker@adacore.com>
54746424
JB
3166
3167 * mep-tdep.c (mep_write_pc): Delete.
3168 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
3169 Add call to set_gdbarch_pc_regnum.
3170
f1d02dd4 31712013-04-30 Joel Brobecker <brobecker@adacore.com>
01da98f9
JB
3172
3173 * common/filestuff.c: Replace #include <dirent.h> by
3174 #include "gdb_dirent.h".
3175
f1d02dd4 31762013-04-30 Joel Brobecker <brobecker@adacore.com>
366c6766
JB
3177
3178 * common/filestuff.c: Replace #include <sys/stat.h> by
3179 #include "gdb_stat.h".
3180
b385a60d
PM
31812013-04-29 Pierre Muller <muller@sourceware.org>
3182
3183 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
3184 editCase function rule.
3185 (get_DW_AT_signature_type): Likewise.
3186
d27b54ad
JB
31872013-04-29 Joel Brobecker <brobecker@adacore.com>
3188
3189 * m32r-tdep.c (m32r_write_pc): Delete.
3190 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
3191 Add call to set_gdbarch_pc_regnum.
3192
47d21dc5
PM
31932013-04-29 Pierre Muller <muller@sourceware.org>
3194
3195 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
3196
9056882e
JB
31972013-04-29 Joel Brobecker <brobecker@adacore.com>
3198
3199 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
3200
7ee4732a
YQ
32012013-04-28 Yao Qi <yao@codesourcery.com>
3202
3203 * solib-dsbt.c (fetch_loadmap): Re-indent.
3204 (displacement_from_map, enable_break2): Likewise.
3205 (dsbt_relocate_section_addresses): Likewise.
3206
2260af53 32072013-04-26 Joel Brobecker <brobecker@adacore.com>
3208
3209 GDB 7.6 released.
3210
ff546935
TT
32112013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
3212
3213 PR corefiles/14983:
3214 * dwarf2read.c (process_full_comp_unit): Always create a static
3215 block.
3216
40fb6c5e
HZ
32172013-04-25 Hui Zhu <hui@codesourcery.com>
3218
3219 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
3220 to loc->cmd_bytecode.
3221
74e04d1c
DE
32222013-04-24 Doug Evans <dje@google.com>
3223
3224 * dwarf2read.c (setup_type_unit_groups): Fix comment.
3225
3cf62c1d
KS
32262013-04-22 Keith Seitz <keiths@redhat.com>
3227
3228 * tracepoint.c (trace_save): Call the writer's start method.
3229
bf9e4d0c
MB
32302013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3231
3232 PR gdb/10462
3233 * cli/cli-decode.c (lookup_command): Show an error if there is no space
3234 before argument.
3235
5d71132c
TT
32362013-04-23 Tom Tromey <tromey@redhat.com>
3237
3238 * common/filestuff.c: Check USE_WIN32API before including
3239 sys/socket.h.
3240 (HAVE_F_GETFD): New define.
3241 (mark_cloexec): Check HAVE_F_GETFD.
3242 (gdb_open_cloexec): Change 'mode' to unsigned long.
3243 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
3244 (gdb_pipe_cloexec): Check HAVE_PIPE.
3245 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
3246 long.
3247
a11cfd87
HZ
32482013-04-23 Hui Zhu <hui@codesourcery.com>
3249
3250 PR gdb/15293
a11cfd87
HZ
3251 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
3252
2d9442cc
HZ
32532013-04-23 Hui Zhu <hui@codesourcery.com>
3254
3255 PR gdb/15165
2d9442cc
HZ
3256 * breakpoint.c (dprintf_print_recreate): New.
3257 (save_breakpoints): Let it not save dprintf commands.
3258 (initialize_breakpoint_ops): Set dprintf_print_recreate.
3259
614c279d
TT
32602013-04-22 Tom Tromey <tromey@redhat.com>
3261
3262 PR gdb/7912:
3263 * Makefile.in (SFILES): Add filestuff.c
3264 (COMMON_OBS): Add filestuff.o.
3265 (filestuff.o): New target.
3266 * auto-load.c (auto_load_objfile_script_1): Use
3267 gdb_fopen_cloexec.
3268 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
3269 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
3270 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
3271 * common/agent.c (gdb_connect_sync_socket): Use
3272 gdb_socket_cloexec.
3273 * common/filestuff.c: New file.
3274 * common/filestuff.h: New file.
3275 * common/linux-osdata.c (linux_common_core_of_thread)
3276 (command_from_pid, commandline_from_pid, print_source_lines)
3277 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
3278 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
3279 gdb_fopen_cloexec.
3280 * common/linux-procfs.c (linux_proc_get_int)
3281 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
3282 * config.in, configure: Rebuild.
3283 * configure.ac: Don't check for sys/socket.h. Check for
3284 fdwalk, pipe2.
3285 * corelow.c (core_open): Use gdb_open_cloexec.
3286 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
3287 * fork-child.c (fork_inferior): Call close_most_fds.
3288 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
3289 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
3290 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
3291 Use gdb_fopen_cloexec.
3292 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
3293 gdb_open_cloexec.
3294 (linux_async_pipe): Use gdb_pipe_cloexec.
3295 * remote-fileio.c (remote_fileio_func_open): Use
3296 gdb_open_cloexec.
3297 * remote.c (remote_file_put, remote_file_get): Use
3298 gdb_fopen_cloexec.
3299 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
3300 close_most_fds.
3301 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
3302 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
3303 * solib.c (solib_find): Use gdb_open_cloexec.
3304 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
3305 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
3306 (tfile_open): Use gdb_open_cloexec.
3307 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
3308 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
3309 * xml-support.c (xml_fetch_content_from_file): Use
3310 gdb_fopen_cloexec.
3311 * main.c (captured_main): Call notice_open_fds.
3312
5fda2332
EBM
33132013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
3314
3315 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
3316 'char *' to 'gdb_byte *'.
3317 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
3318 'gdb_byte'.
3319
eb6c553b
YQ
33202013-04-22 Yao Qi <yao@codesourcery.com>
3321
3322 * infrun.c: Fix typo in comment.
3323
9991b207
SDJ
33242013-04-22 Andrew Haley <aph@redhat.com>
3325
3326 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
3327 instead of "long".
3328
8b4833e3
YQ
33292013-04-20 Yao Qi <yao@codesourcery.com>
3330
3331 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
3332 'char *' to 'gdb_byte *'. Cast the return value of
3333 'bt_ctf_get_char_array' to 'gdb_byte *'.
3334
bd3f3b55
PA
33352013-04-19 Pedro Alves <palves@redhat.com>
3336
3337 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
3338 -Wpointer-sign.
3339 * configure: Regenerate.
3340
c49e7f76
PA
33412013-04-19 Pedro Alves <palves@redhat.com>
3342
3343 * ser-tcp.c (net_read_prim): Cast second argument to recv to
3344 'void *'.
3345
12ff8552
PA
33462013-04-19 Pedro Alves <palves@redhat.com>
3347
3348 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
3349 Change type of 'myaddr' parameter to gdb_byte pointer.
3350 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
3351 to 'long long' pointer instead of to 'unsigned long long'.
3352 (monitor_write_memory_block, monitor_read_memory_single)
3353 (monitor_read_memory): Change type of 'myaddr' parameter to
3354 gdb_byte pointer.
3355
9c37696b
PA
33562013-04-19 Pedro Alves <palves@redhat.com>
3357
3358 * record.c (validate_history_size): Make parameter 'setting'
3359 unsigned.
3360
a398505b
PA
33612013-04-19 Pedro Alves <palves@redhat.com>
3362
3363 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
3364 to 'gdb_byte *'.
3365
9f8afa72
PA
33662013-04-19 Pedro Alves <palves@redhat.com>
3367
3368 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
3369 local to int.
3370
c714b426
PA
33712013-04-19 Pedro Alves <palves@redhat.com>
3372
3373 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
3374 * ada-tasks.c (read_fat_string_value): Likewise.
3375
507a579c
PA
33762013-04-19 Pedro Alves <palves@redhat.com>
3377
3378 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
3379 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
3380 'offset', and adjust.
3381
f9d83a0b
PA
33822013-04-19 Pedro Alves <palves@redhat.com>
3383
3384 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
3385 (read_index_from_section): Add cast to 'char *'.
3386
745eb4fd
PA
33872013-04-19 Pedro Alves <palves@redhat.com>
3388
3389 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
3390
db5be46f
PA
33912013-04-19 Pedro Alves <palves@redhat.com>
3392
3393 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
3394
0f928d68
PA
33952013-04-19 Pedro Alves <palves@redhat.com>
3396
3397 * record-full.c (record_full_get_bookmark): Change local 'ret'
3398 type to char * and add cast to gdb_byte *.
3399 (record_full_goto_bookmark): Handle 'bookmark' argument as a
3400 string.
3401 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
3402
89f6d837
PA
34032013-04-19 Pedro Alves <palves@redhat.com>
3404
3405 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
3406 * python/py-prettyprint.c (print_string_repr): Change type of
3407 'output' local to char *. Add cast to gdb_byte * in
3408 LA_PRINT_STRING call.
3409 (print_children): Change type of 'output' local to char *.
3410 * python/py-value.c (valpy_string): Add cast to const char * in
3411 PyUnicode_Decode call.
3412
ce6ec7d8
PA
34132013-04-19 Pedro Alves <palves@redhat.com>
3414
3415 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
3416 and change its type to 'const char *'. Adjust.
3417 (mips_send_packet): Add cast to 'char *', and remove cast to
3418 'unsigned char *'.
3419 (mips_receive_packet): Remove cast to 'unsigned char *'.
3420 (mips_load_srec): Use bfd_byte.
3421 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
3422 (pmon_checkset): Make 'value' parameter unsigned.
3423
fda0389f
PA
34242013-04-19 Pedro Alves <palves@redhat.com>
3425
3426 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
3427
bc20a4af
PA
34282013-04-19 Pedro Alves <palves@redhat.com>
3429
3430 * remote.c (remote_write_bytes_aux, compare_sections_command)
3431 (remote_read_qxfer)
3432 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
3433 (remote_hostio_readlink, remote_bfd_iovec_pread)
3434 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
3435 binary buffer, and char when buffer is used as string.
3436 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
3437 (trace_save, tfile_open, traceframe_walk_blocks)
3438 (tfile_fetch_registers): Likewise.
3439
c628b528
PA
34402013-04-19 Pedro Alves <palves@redhat.com>
3441
3442 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
3443 buffer and size_t size. Adjust.
3444 * ser-base.h (ser_base_write): Adjust.
3445 * ser-go32.c (cnts): Change type to size_t.
3446 (dos_write): Change prototype -- take 'void *'
3447 buffer and size_t size. Adjust.
3448 (dos_info): Print elements of 'cnts' as unsigned long.
3449 * serial.c (serial_write): Likewise.
3450 * serial.h (serial_write): Adjust.
3451 (struct serial_ops) <write>: Change prototype -- take 'void *'
3452 buffer and size_t size. Adjust.
3453
51a5cd90
PA
34542013-04-19 Pedro Alves <palves@redhat.com>
3455
3456 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
3457 gdb_byte *.
3458 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
3459
a9933661
PA
34602013-04-19 Pedro Alves <palves@redhat.com>
3461
3462 * alpha-tdep.c (alpha_extract_return_value): Use
3463 regcache_cooked_read_unsigned to read 'v0'.
3464
19afdd07
PA
34652013-04-19 Pedro Alves <palves@redhat.com>
3466
3467 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
3468 parameters 'at', 'as' and 'offset' to uint32_t.
3469
96b32e50
PA
34702013-04-19 Pedro Alves <palves@redhat.com>
3471
3472 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
3473 'is64' to signed 'int'.
3474
eb1bd1fb
PA
34752013-04-19 Pedro Alves <palves@redhat.com>
3476
3477 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
3478 parameter to int *.
3479
463920bf
PA
34802013-04-19 Pedro Alves <palves@redhat.com>
3481
3482 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
3483 'insnbuf' buffer type to unsigned int[].
3484
70242eb1
PA
34852013-04-19 Pedro Alves <palves@redhat.com>
3486
3487 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
3488
9d1dd0e2
PA
34892013-04-19 Pedro Alves <palves@redhat.com>
3490
3491 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
3492 unsigned long *.
3493
44096aee
PA
34942013-04-19 Pedro Alves <palves@redhat.com>
3495
3496 * alpha-tdep.c (heuristic_fence_post): Change type to int.
3497 (alpha_heuristic_proc_start): Adjust to check -1 instead of
3498 UINT_MAX.
3499 * mips-tdep.c (heuristic_fence_post): Change type to int.
3500 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
3501
e4286e57
PA
35022013-04-19 Pedro Alves <palves@redhat.com>
3503
3504 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
3505 (struct gdbarch_tdep) <cris_version>: Make unsigned.
3506 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
3507
001f13d8
PA
35082013-04-19 Pedro Alves <palves@redhat.com>
3509
3510 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
3511 it to get a string view of the byte buffer.
3512 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
3513 type to gdb_byte *. Adjust.
3514 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
3515 Change local to char *.
3516 * solib-darwin.c (find_program_interpreter): Change return type to
3517 char *. Adjust.
3518 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
3519 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
3520 * solib-frv.c (enable_break2): Change local 'buf' to char *.
3521 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
3522 * solib-svr4.c (find_program_interpreter): Change return type to
3523 char *. Adjust.
3524 (enable_break): Change local 'interp_name' to char *.
3525 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
3526 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
3527 (spu_pseudo_register_write_spu): Use char for string buffer.
3528 Adjust.
3529 (info_spu_event_command, info_spu_signal_command): Add casts to
3530 'char *'.
3531
948f8e3d
PA
35322013-04-19 Pedro Alves <palves@redhat.com>
3533
3534 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
3535 gdb_byte[].
3536 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
3537 * ada-lang.c (ada_value_assign): Use gdb_byte.
3538 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
3539 (alphanbsd_sigtramp_offset): Use gdb_byte.
3540 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
3541 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
3542 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
3543 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
3544 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
3545 * arm-tdep.c (arm_stub_unwind_sniffer)
3546 (arm_displaced_init_closure): Use gdb_byte.
3547 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
3548 (arm_default_thumb_le_breakpoint)
3549 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
3550 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
3551 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
3552 * arm-wince-tdep.c (arm_wince_le_breakpoint)
3553 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
3554 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
3555 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
3556 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
3557 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
3558 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
3559 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
3560 (cris_store_return_value, cris_extract_return_value): Use
3561 gdb_byte.
3562 (constraint): Change type of parameter to char * from signed
3563 char*. Use gdb_byte.
3564 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
3565 of local buffer to gdb_byte *.
3566 * dwarf2read.c (read_index_from_section): Use gdb_byte.
3567 (create_dwp_hash_table): Change type of locals to gdb_byte *.
3568 (add_address_entry): Change type of local buffer to gdb_byte[].
3569 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
3570 (frv_push_dummy_call): Use gdb_byte.
3571 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
3572 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
3573 (hppa_hpux_supply_save_state): Use gdb_byte.
3574 * hppa-tdep.c (hppa32_push_dummy_call)
3575 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
3576 * ia64-tdep.c (extract_bit_field, replace_bit_field)
3577 (slotN_contents, replace_slotN_contents): Change type of parameter
3578 to gdb_byte *.
3579 (fetch_instruction, ia64_pseudo_register_write)
3580 (ia64_register_to_value, ia64_value_to_register)
3581 (ia64_extract_return_value, ia64_store_return_value)
3582 (ia64_push_dummy_call): Use gdb_byte.
3583 * m32c-tdep.c (m32c_return_value): Remove cast.
3584 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
3585 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
3586 gdb_byte.
3587 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
3588 * mn10300-tdep.c (mn10300_store_return_value)
3589 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
3590 gdb_byte.
3591 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
3592 (moxie_process_record): Remove casts.
3593 * ppc-ravenscar-thread.c (supply_register_at_address)
3594 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
3595 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
3596 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
3597 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
3598 * remote.c (compare_sections_command): Use gdb_byte.
3599 * score-tdep.c (score7_free_memblock): Change type of parameter to
3600 gdb_byte *.
3601 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
3602 gdb_byte *. Use gdb_byte.
3603 (sh_push_dummy_call_fpu): Use gdb_byte.
3604 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
3605 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
3606 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
3607 Change parameter type to 'gdb_byte *'. Use gdb_byte.
3608 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
3609 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
3610 (sh64_store_return_value, sh64_register_convert_to_virtual):
3611 Change parameter type to 'gdb_byte *'. Use gdb_byte.
3612 (sh64_pseudo_register_write): Use gdb_byte.
3613 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
3614 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
3615 buffer.
3616 (irix_current_sos): Use gdb_byte.
3617 * solib-som.c (som_current_sos): Use gdb_byte.
3618 * sparc-ravenscar-thread.c (supply_register_at_address)
3619 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
3620 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
3621 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
3622 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
3623 'gdb_byte *'.
3624 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
3625 'gdb_byte *'.
3626 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
3627 * xstormy16-tdep.c (xstormy16_extract_return_value)
3628 (xstormy16_store_return_value): Change parameter type to
3629 'gdb_byte *'. Adjust.
3630 (xstormy16_push_dummy_call): Use gdb_byte.
3631 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
3632 (call0_analyze_prologue, execute_code): Use gdb_byte.
3633
433730c9
PA
36342013-04-19 Vladimir Kargov <kargov@gmail.com>
3635 Pedro Alves <palves@redhat.com>
3636
3637 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
3638 value contents.
3639
ac9ec31b
DE
36402013-04-17 Doug Evans <dje@google.com>
3641
3642 * dwarf2read.c (struct signatured_type): New member type.
3643 (struct attribute): Replace member signatured_type with signature.
3644 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
3645 (read_call_site_scope): Call follow_die_ref instead of
3646 follow_die_ref_or_sig.
3647 (read_structure_type): Rewrite handling of signatured types.
3648 (read_enumeration_type): Ditto.
3649 (read_attribute_value): Update.
3650 (build_error_marker_type): New function.
3651 (lookup_die_type): Add assert. Rewrite handling of signatured types.
3652 Don't call error for bad types, just build an error marker type.
3653 (dump_die_shallow): Update.
3654 (follow_die_sig_1): Renamed from follow_die_sig.
3655 Don't call error for bad types, instead return NULL.
3656 (follow_die_sig): New function.
3657 (get_signatured_type, get_DW_AT_signature_type): New functions.
3658
e546e8bb
YZ
36592013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
3660
3661 * aarch64-tdep.c (aarch64_write_pc): Removed.
543cdd95
JB
3662 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
3663 function.
e546e8bb 3664
ab116149
YQ
36652013-04-17 Yao Qi <yao@codesourcery.com>
3666
3667 * top.c (print_gdb_configuration): Print configure-time
3668 parameter on using libbabeltrace or not.
3669
488a42b8
PA
36702013-04-16 Pedro Alves <palves@redhat.com>
3671
3672 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
3673
f5fb825b
PA
36742013-04-16 Pedro Alves <palves@redhat.com>
3675
85d494ea 3676 * common/glibc_thread_db.h: Update from upstream glibc
f5fb825b
PA
3677 (git 568035b7874a099087b77f7bba3e36a1173787b0).
3678
e1154999
PA
36792013-04-16 Pedro Alves <palves@redhat.com>
3680
3681 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
3682 * common/glibc_thread_db.h: ... this new file ...
3683 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
3684
e3b50a7f
PA
36852013-04-16 Will Newton <will.newton@gmail.com>
3686 Pedro Alves <palves@redhat.com>
3687
3688 PR build/11881
3689
3690 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
3691 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
3692 HAVE_THREAD_DB_H.
3693
1c2e4450
PA
36942013-04-16 Pedro Alves <palves@redhat.com>
3695 Eli Zaretskii <eliz@gnu.org>
3696
3697 * NEWS: Mention "set foo unlimited".
3698
4031ecc5
DE
36992013-04-15 Doug Evans <dje@google.com>
3700
19c3d4c9
DE
3701 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
3702 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
3703 (create_dwo_cu_reader): Renamed from
3704 create_dwo_debug_info_hash_table_reader.
3705 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
3706 Remove support for multiple CUs in a DWO file.
3707 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
3708
4031ecc5
DE
3709 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
3710 instead of phex.
3711 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
3712 (create_dwo_in_dwp): Ditto.
3713
b340913d
TT
37142013-04-15 Tom Tromey <tromey@redhat.com>
3715
3716 * NEWS: Move recent entries into "since 7.6" section.
3717
cc16e6c9
TT
37182013-04-15 Tom Tromey <tromey@redhat.com>
3719
3720 PR c++/13588:
3721 * NEWS: Update.
3722 * break-catch-throw.c (struct exception_catchpoint)
3723 <exception_rx, pattern>: New fields.
3724 (fetch_probe_arguments, dtor_exception_catchpoint)
3725 (check_status_exception_catchpoint)
3726 (print_one_detail_exception_catchpoint): New functions.
3727 (handle_gnu_v3_exceptions): Add "except_rx" argument.
3728 Compile regular expression if needed.
3729 (extract_exception_regexp): New function.
3730 (catch_exception_command_1): Use extract_exception_regexp.
3731 (compute_exception): Use fetch_probe_arguments.
3732 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
3733 and check_status fields.
3734 * cp-abi.c (cplus_typename_from_type_info): New function.
3735 * cp-abi.h (cplus_typename_from_type_info): Declare.
3736 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
3737 * gdb_regex.h (compile_rx_or_error): Declare.
3738 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
3739 comment.
3740 (init_gnuv3_ops): Set get_type_from_type_info field.
3741 * probe.c (compile_rx_or_error): Move...
3742 * utils.c (compile_rx_or_error): ... here.
3743
72f1fe8a
TT
37442013-04-15 Tom Tromey <tromey@redhat.com>
3745
3746 PR c++/15176:
3747 * NEWS: Update.
3748 * break-catch-throw.c (compute_exception): New function.
3749 (exception_funcs): New global.
3750 (_initialize_break_catch_throw): Create $_exception.
3751 * cp-abi.c (cplus_type_from_type_info): New function.
3752 * cp-abi.h (cplus_type_from_type_info): Declare.
3753 (struct cp_abi_ops) <get_type_from_type_info>: New field.
3754 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
3755 (gnuv3_get_type_from_type_info): New functions.
3756 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
3757
fc4746a2
TT
37582013-04-15 Tom Tromey <tromey@redhat.com>
3759
3760 * break-catch-throw.c (struct exception_names): New.
3761 (exception_functions): Change type.
3762 (re_set_exception_catchpoint): Look for SDT probes.
3763
15a73f56
TT
37642013-04-15 Tom Tromey <tromey@redhat.com>
3765
3766 PR c++/10119:
3767 * break-catch-throw.c (exception_functions): New global.
3768 (gnu_v3_exception_catchpoint_ops): Move earlier.
3769 (struct exception_catchpoint): New.
3770 (classify_exception_breakpoint): Rewrite.
3771 (re_set_exception_catchpoint): New function.
3772 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
3773 Allocate a struct exception_catchpoint.
3774 (catch_exception_command_1): Update.
3775 (initialize_throw_catchpoint_ops): Set 're_set' method.
3776
916703c0
TT
37772013-04-15 Tom Tromey <tromey@redhat.com>
3778
3779 * Makefile.in (SFILES): Add break-catch-throw.c
3780 (COMMON_OBS): Add break-catch-throw.o.
3781 * break-catch-throw.c: New file.
3782 * breakpoint.c: Move exception-catching code to new file.
3783 (ep_parse_optional_if_clause): No longer static.
3784 * breakpoint.h (ep_parse_optional_if_clause): Declare.
3785
6e72ca20
TT
37862013-04-15 Tom Tromey <tromey@redhat.com>
3787
3788 PR c++/9065:
3789 * NEWS: Update.
3790 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
3791 * c-exp.y (TYPEID): New token.
3792 (exp): Add new TYPEID productions.
3793 (ident_tokens): Add "typeid".
3794 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
3795 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
3796 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
3797 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
3798 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
3799 case.
3800 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
3801 (build_std_type_info_type, gnuv3_get_typeid_type)
3802 (gnuv3_get_typeid): New functions.
3803 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
3804 new fields on ABI object.
3805 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
3806 * std-operator.def (OP_TYPEID): New.
3807
715c6909
TT
38082013-04-15 Tom Tromey <tromey@redhat.com>
3809
3810 * elfread.c (elf_symtab_read): Install versioned symbol under
3811 unversioned name as well.
3812
8de20a37
TT
38132013-04-15 Tom Tromey <tromey@redhat.com>
3814
3815 PR c++/11990:
3816 * c-lang.c (cplus_language_defn): Use gdb_demangle.
3817 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
3818 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
3819 (gdb_demangle): New function.
3820 * cp-support.h (gdb_demangle): Declare.
3821 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
3822 (dwarf2_name): Use gdb_demangle.
3823 * gdbtypes.c (check_stub_method): Use gdb_demangle.
3824 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
3825 suffixes from name.
3826 (gnuv3_print_method_ptr): Use gdb_demangle.
3827 * jv-lang.c (java_demangle): Use gdb_demangle.
3828 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
3829 * language.c (unk_lang_demangle): Use gdb_demangle.
3830 * symtab.c (symbol_find_demangled_name)
3831 (demangle_for_lookup): Use gdb_demangle.
3832
591f19e8
TT
38332013-04-15 Tom Tromey <tromey@redhat.com>
3834
3835 PR c++/12824:
3836 * NEWS: Update.
3837 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
3838 New constant.
3839 (classify_exception_breakpoint): New function.
3840 (print_it_exception_catchpoint, print_one_exception_catchpoint)
3841 (print_mention_exception_catchpoint)
3842 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
3843 (catch_exception_command_1): Handle "rethrow" catchpoint.
3844 (catch_rethrow_command): New function.
3845 (_initialize_breakpoint): Add "catch rethrow" command.
3846
4d40cad2
PM
38472013-04-15 Pierre Muller <muller@sourceware.org>
3848
3849 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
3850 set_gdbarch_write_pc as deprecated anymore.
3851
30bcb456
JB
38522013-04-15 Joel Brobecker <brobecker@adacore.com>
3853
3854 * spu-tdep.c (spu_write_pc): Add empty line after local variable
3855 declarations.
3856
da9160e4
YQ
38572013-04-13 Yao Qi <yao@codesourcery.com>
3858
3859 * ctf.c (_initialize_ctf): Include "completer.h".
3860 Call add_target_with_completer instead of add_target.
3861
39ed5604
JK
38622013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 Fix GDB regression related to PR binutils/14813.
3865 * jit.c (mem_bfd_iovec_close): Return 0 for success.
3866 * minidebug.c (lzma_close): Add return value comment.
3867 * remote.c (remote_bfd_iovec_close): Return 0 for success.
3868 * solib-spu.c (spu_bfd_iovec_close): Likewise.
3869 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
3870
38712013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
49369217
JK
3872
3873 * config.in: Regenerate.
3874
d521ce57
TT
38752013-04-12 Tom Tromey <tromey@redhat.com>
3876
3877 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
3878 const.
3879 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
3880 (struct die_reader_specs) <buffer>: Likewise.
3881 (die_reader_func_ftype): Make 'info_ptr' const.
3882 (struct line_header) <include_dirs, statement_program_start,
3883 statement_program_end>: Now const.
3884 (struct file_entry) <name>: Likewise.
3885 (struct partial_die_info) <sibling>: Likewise.
3886 (struct dwarf_block) <data>: Likewise.
3887 (dwarf2_read_section): Remove cast.
3888 (dwarf2_get_section_info): Make 'bufp' const.
3889 (read_index_from_section): Constify.
3890 (dw2_get_file_names_reader): Make 'info_ptr' const.
3891 (dw2_get_primary_filename_reader): Likewise.
3892 (read_comp_unit_head): Make 'info_ptr' and return type const.
3893 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
3894 Likewise.
3895 (read_abbrev_offset): Constify.
3896 (dwarf2_create_include_psymtab): Make 'name' const.
3897 (create_debug_types_hash_table): Update.
3898 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
3899 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
3900 Constify.
3901 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
3902 (load_partial_comp_unit_reader): Make 'info_ptr' const.
3903 (read_comp_units_from_section): Constify.
3904 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
3905 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
3906 const.
3907 (dwarf2_compute_name, setup_type_unit_groups): Constify.
3908 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
3909 (create_dwp_hash_table, dwarf2_ranges_read)
3910 (dwarf2_record_block_ranges): Constify.
3911 (read_die_and_children, read_die_and_siblings_1)
3912 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
3913 const.
3914 (read_full_die_1, read_full_die): Make 'info_ptr' const.
3915 (abbrev_table_read_table): Constify.
3916 (load_partial_dies): Make 'info_ptr' const.
3917 (read_partial_die, read_attribute_value, read_attribute): Make
3918 'info_ptr' and return type const.
3919 (read_address, read_initial_length)
3920 (read_checked_initial_length_and_offset, read_offset)
3921 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
3922 const.
3923 (read_direct_string): Make 'buf' and return type const.
3924 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
3925 (read_indirect_string): Make return type const.
3926 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
3927 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
3928 'info_ptr' const.
3929 (read_str_index): Make return type const.
3930 (add_include_dir): Make 'include_dir' const.
3931 (add_file_name): Make 'name' const.
3932 (dwarf_decode_line_header): Constify.
3933 (psymtab_include_file_name): Make return type const.
3934 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
3935 (dwarf2_start_subfile): Make 'filename' const.
3936 (dwarf2_const_value_attr): Make 'bytes' const.
3937 (read_signatured_type_reader): Make 'info_ptr' const.
3938 (decode_locdesc): Constify.
3939 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
3940 const.
3941 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
3942 'mac_end', and return type const.
3943 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
3944 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
3945 type const.
3946 (per_cu_header_read_in): Constify.
3947 * symfile.h (dwarf2_get_section_info): Update.
3948
d47a1bc1
TT
39492013-04-12 Tom Tromey <tromey@redhat.com>
3950
3951 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
3952
6eaaf48b
EZ
39532013-04-12 Eli Zaretskii <eliz@gnu.org>
3954
fc4c25bf 3955 * NEWS: Mention "show configuration", --configuration.
6eaaf48b
EZ
3956 * top.c (print_gdb_configuration): New function, displays the
3957 details about GDB configure-time parameters.
3958 (print_gdb_version): Mention "show configuration".
6eaaf48b
EZ
3959 * cli/cli-cmds.c (show_configuration): New function.
3960 (_initialize_cli_cmds): Add the "show configuration" command.
6eaaf48b
EZ
3961 * main.c (captured_main) <print_configuration>: New static var.
3962 <long_options>: Use it.
3963 If --configuration was given, call print_gdb_configuration.
3964
b292c783
JK
39652013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3966 Pedro Alves <palves@redhat.com>
3967
3968 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
3969 (generated_files): Add gcore.
3970 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
3971 HAVE_NATIVE_GCORE_HOST.
3972 (gcore): New.
3973 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
3974 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
3975 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
3976 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
3977 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
3978 Add HAVE_NATIVE_GCORE_HOST.
3979 * configure: Regenerate.
3980 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
3981 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
3982 AC_CONFIG_FILES for gcore.
3983 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
3984 gdb_have_gcore.
3985 * gdb_gcore.sh: Rename to ...
3986 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
3987 and GCORE_TRANSFORM_NAME substitutions.
3988
c96b3c4f
JK
3989 Fix parsing tabs in ${gdb_target_obs}.
3990 * configure.tgt (gdb_have_gcore): Replace case with for and if.
3991
d6cb50a2
JK
39922013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 * remote.c (unpush_and_perror): Add output message final dot.
3995
cf2cb5ec
YQ
39962013-04-11 Yao Qi <yao@codesourcery.com>
3997
3998 * tracepoint.c (tfile_interp_line): Fit parameters line and
3999 utpp in one line.
4000
07293be4
JB
40012013-04-10 Joel Brobecker <brobecker@adacore.com>
4002
4003 * solib.c (solib_map_sections): Remove code overwriting
4004 SO->SO_NAME with the bfd's filename.
4005
f81d1120
PA
40062013-04-10 Pedro Alves <palves@redhat.com>
4007
4008 * cli/cli-decode.c (integer_unlimited_completer): New function.
4009 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
4010 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
4011 completer.
4012 * cli/cli-setshow.c: Include "cli/cli-utils.h".
4013 (is_unlimited_literal): New function.
4014 (do_set_command): Handle literal "unlimited" arguments.
4015 * frame.c (_initialize_frame) <set backtrace limit>: Document
4016 "unlimited".
4017 * printcmd.c (_initialize_printcmd) <set print
4018 max-symbolic-offset>: Add help text.
4019 * record-full.c (_initialize_record_full) <set record full
4020 insn-number-max>: Likewise.
4021 * record.c (_initialize_record) <set record
4022 instruction-history-size, set record function-call-history-size>:
4023 Add help text.
4024 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
4025 help text.
4026 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
4027 Likewise.
4028 * source.c (_initialize_source) <set listsize>: Add help text.
4029 * utils.c (initialize_utils) <set height, set width>: Likewise.
4030 <set pagination>: Mention "set height unlimited".
4031 * valprint.c (_initialize_valprint) <set print elements, set print
4032 repeats>: Document "unlimited".
4033
2f9d54cf
PA
40342013-04-10 Pedro Alves <palves@redhat.com>
4035
4036 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
4037 instead of disconnect_tracing.
4038 * infcmd.c (detach_command, disconnect_command): Call
4039 query_if_trace_running. Adjust.
4040 * top.c: Include "tracepoint.h".
4041 (quit_target): Delete. Contents moved ...
4042 (quit_force): ... here. Wrap each stage of teardown in
4043 TRY_CATCH. Call disconnect_tracing before detaching.
4044
393fd4c3
YQ
40452013-04-10 Hui Zhu <hui@codesourcery.com>
4046 Yao Qi <yao@codesourcery.com>
4047
4048 * configure.ac: Check libbabeltrace is installed.
4049 * config.in: Regenerate.
4050 * configure: Regenerate.
4051 * Makefile.in (LIBBABELTRACE): New.
4052 (CLIBS): Add LIBBABELTRACE.
4053 * ctf.c: Include "exec.h".
4054 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
4055 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
4056 (ctf_save_metadata_header): Define new type aliases in
4057 metadata.
4058 (ctf_write_header): Define event type "tsv_def" and "tp_def"
4059 in metadata. Start a new faked packet for trace status.
4060 (ctf_write_status): Write trace status to CTF.
4061 (ctf_write_uploaded_tsv): Write TSV to CTF.
4062 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
4063 (ctf_write_definition_end): End the faked packet.
4064
4065 (ctx, ctf_iter, trace_dirname): New.
4066 (start_pos): New variable.
4067 (ctf_destroy, ctf_open_dir, ctf_open): New.
4068 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
4069 macros.
4070 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
4071 (ctf_fetch_registers, ctf_xfer_partial): New.
4072 (ctf_get_trace_state_variable_value): New.
4073 (ctf_get_tpnum_from_frame_event): New.
4074 (ctf_get_traceframe_address): New.
4075 (ctf_trace_find, ctf_has_stack): New.
4076 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
4077 (ctf_get_trace_status, ctf_read_status): New.
4078 (_initialize_ctf): New.
4079 * tracepoint.c (get_tracepoint_number): New
4080 (get_uploaded_tsv): Remove 'static'.
5f8e0b8f 4081 (struct traceframe_info, trace_regblock_size): Move it to ...
393fd4c3
YQ
4082 * tracepoint.h: ... here.
4083 (get_tracepoint_number): Declare it.
4084 (get_uploaded_tsv): Declare it.
4085
4086 * NEWS: Mention new configure option.
4087
5c2b4418
HZ
40882013-04-10 Pedro Alves <palves@redhat.com>
4089 Hui Zhu <hui@codesourcery.com>
4090
4091 * breakpoint.c (dprintf_re_set): New.
4092 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
4093 to dprintf_re_set.
4094
a5c66735
JB
40952013-04-09 Joel Brobecker <brobecker@adacore.com>
4096
4097 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
4098 Remove solib-svr4.o from the list.
4099
9e77999c
JB
41002013-04-09 Joel Brobecker <brobecker@adacore.com>
4101
4102 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
4103 Use gdb_assert_not_reached instead of invalid boolean expression.
4104
1927e618
PA
41052013-04-09 Pedro Alves <palves@redhat.com>
4106
4107 * remote.c (unpush_and_perror): New function.
4108 (readchar, remote_serial_write): Use it.
4109
10782d74
MM
41102013-04-09 Markus Metzger <markus.t.metzger@intel.com>
4111
4112 * NEWS: Mention new btrace RSP packets.
4113
4c8429ef
TT
41142013-04-08 Tom Tromey <tromey@redhat.com>
4115
4116 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
4117 long.
4118
8625fc1b
TT
41192013-04-08 Tom Tromey <tromey@redhat.com>
4120
4121 * maint.c (print_bfd_section_info): Print the section index.
4122 * symmisc.c (dump_msymbols): Print the section index.
4123
e27d198c
TT
41242013-04-08 Tom Tromey <tromey@redhat.com>
4125
4126 PR symtab/8424:
4127 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
4128 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
4129 * breakpoint.c (resolve_sal_pc): Update.
4130 * elfread.c (elf_gnu_ifunc_record_cache): Update.
4131 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
4132 (minsym_lookup_iterator_cb): Use it.
4133 (default_read_var_value): Update.
4134 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
4135 Update.
4136 * infcmd.c (jump_command): Update.
4137 * linespec.c (minsym_found): Update.
4138 * maint.c (maintenance_translate_address): Update.
4139 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
4140 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
4141 * parse.c (write_exp_msymbol): Update.
4142 * printcmd.c (address_info): Update.
4143 * psymtab.c (find_pc_sect_psymbol): Update.
4144 (fixup_psymbol_section): Check SYMBOL_SECTION, not
4145 SYMBOL_OBJ_SECTION.
4146 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
4147 Don't initialize SYMBOL_OBJ_SECTION.
4148 * spu-tdep.c (spu_catch_start): Update.
4149 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
4150 * symmisc.c (dump_msymbols, print_symbol): Update.
4151 * symtab.c (fixup_section): Don't set 'obj_section'. Change
4152 how fallback section is computed.
4153 (fixup_symbol_section): Update.
4154 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
4155 Update.
4156 (allocate_symbol, initialize_symbol, allocate_template_symbol):
4157 Initialize SYMBOL_SECTION.
4158 * symtab.h (struct general_symbol_info) <section>: Update comment.
4159 <obj_section>: Remove.
4160 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
4161 (SYMBOL_OBJFILE): New macro.
4162
e6dc44a8
TT
41632013-04-08 Tom Tromey <tromey@redhat.com>
4164
4165 * coffread.c (record_minimal_symbol): Update.
4166 * dbxread.c (record_minimal_symbol): Update.
4167 * elfread.c (record_minimal_symbol): Update.
4168 * machoread.c (macho_symtab_add_minsym): Update.
4169 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
4170 Update.
4171 * minsyms.c (prim_record_minimal_symbol): Update.
4172 (prim_record_minimal_symbol_full): Remove 'bfd_section'
4173 argument.
4174 (prim_record_minimal_symbol_and_info): Likewise.
4175 * minsyms.h (prim_record_minimal_symbol_full)
4176 (prim_record_minimal_symbol_and_info): Update.
4177 * symtab.c (allocate_symbol, initialize_symbol)
4178 (allocate_template_symbol): Initialize SYMBOL_SECTION.
4179 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
4180 Update.
4181
36192a8d
TT
41822013-04-08 Tom Tromey <tromey@redhat.com>
4183
4184 PR symtab/8423:
4185 * solib-som.c (som_solib_section_offsets): Use BFD section
4186 indices. Set offsets for all sections.
4187 * somread.c (som_symtab_read): Compute BFD section for
4188 symbol. Use prim_record_minimal_symbol_and_info.
4189 (som_symfile_read): Fix comment.
4190 (struct find_section_offset_arg): New.
4191 (find_section_offset, set_section_index): New functions.
4192 (som_symfile_offsets): Use set_section_index to compute
4193 section indices.
4194
65cf3563
TT
41952013-04-08 Tom Tromey <tromey@redhat.com>
4196
4197 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
4198 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
4199 gdb_bfd_section_index.
4200 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
4201 New functions.
4202 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
4203 Declare.
4204 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
4205 Update.
4206 * objfiles.c (add_to_objfile_sections_full): New function.
4207 (add_to_objfile_sections): Use it.
4208 (build_section_table): Rewrite.
4209 (objfile_relocate1): Use gdb_bfd_section_index. Update.
4210 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
4211 (struct objfile) <sections>: Update comment.
4212 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
4213 is NULL.
4214 (ALL_OBJSECTIONS): Use it.
4215 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
4216 * solib-frv.c (frv_relocate_main_executable): Update.
4217 * solib-target.c (solib_target_relocate_section_addresses):
4218 Use gdb_bfd_section_index.
4219 * symfile.c (build_section_addr_info_from_section_table):
4220 Use gdb_bfd_section_index.
4221 (build_section_addr_info_from_bfd, place_section): Likewise.
4222 * symtab.c (fixup_section): Update.
4223 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
4224
7cbd4a93
TT
42252013-04-08 Tom Tromey <tromey@redhat.com>
4226
4227 * minsyms.h (struct bound_minimal_symbol): New.
4228 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4229 Remove objfile argument.
4230 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4231 Return bound_minimal_symbol.
4232 * minsyms.c (lookup_minimal_symbol_by_pc_1)
4233 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4234 Return bound_minimal_symbol.
4235 (in_gnu_ifunc_stub): Update.
4236 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4237 Remove 'objfile_p' argument.
4238 (lookup_solib_trampoline_symbol_by_pc): Update.
4239 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
4240 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
4241 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
4242 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
4243 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
4244 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
4245 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
4246 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
4247 stack.c, symtab.c, tui/tui-disasm.c: Update.
4248
f85f34ed
TT
42492013-04-08 Tom Tromey <tromey@redhat.com>
4250
4251 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
4252 Use symbol's obstack, not an objfile.
4253 * coffread.c (process_coff_symbol): Update.
4254 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
4255 * jv-lang.c (add_class_symbol): Update.
4256 * mdebugread.c (new_symbol): Update.
4257 * minsyms.c (prim_record_minimal_symbol_full)
4258 (terminate_minimal_symbol_table): Update.
4259 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
4260 * stabsread.c (define_symbol, read_enum_type): Update.
4261 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
4262 Handle Ada specially.
4263 (symbol_set_language): Add 'obstack' argument.
4264 (symbol_set_names): Update.
4265 (symbol_natural_name, symbol_demangled_name): Always use
4266 ada_decode_symbol.
4267 * symtab.h (struct general_symbol_info)
4268 <language_specific::obstack>: New field.
4269 <ada_mangled>: New field.
4270 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
4271 (symbol_set_language): Update.
4272
ccde22c0
TT
42732013-04-08 Tom Tromey <tromey@redhat.com>
4274
4275 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
4276 Take an obstack, not an objfile.
4277 (symbol_set_names): Update.
4278 * symtab.h (symbol_set_demangled_name): Update.
4279
e623cf5d
TT
42802013-04-08 Tom Tromey <tromey@redhat.com>
4281
4282 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
4283 allocate_symbol.
4284 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
4285 (read_func_scope): Call allocate_template_symbol.
4286 (new_symbol_full): Call allocate_symbol.
4287 * jit.c (finalize_symtab): Call allocate_symbol.
4288 * jv-lang.c (add_class_symbol): Call allocate_symbol.
4289 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
4290 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4291 (common_block_end): Call allocate_symbol.
4292 * symtab.c (allocate_symbol, initialize_symbol)
4293 (allocate_template_symbol): New functions.
4294 * symtab.c (allocate_symbol, initialize_symbol)
4295 (allocate_template_symbol): Declare.
4296 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
4297
f6de8ec2
PA
42982013-04-08 Pedro Alves <palves@redhat.com>
4299 Keith Seitz <keiths@redhat.com>
4300
4301 * breakpoint.c (create_breakpoint): Rename
4302 "parse_condition_and_thread" parameter to "parse_arg". Update
4303 describing comment. If !PARSE_ARG, then error out if ARG is not
4304 the empty string after extracting the location.
4305 * breakpoint.h (create_breakpoint): Rename
4306 "parse_condition_and_thread" parameter to "parse_arg".
4307
f65ce5fb
AR
43082013-04-08 Aleksandar Ristovski <aristovski@qnx.com
4309
4310 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
4311
cc5925ad
YQ
43122013-04-07 Yao Qi <yao@codesourcery.com>
4313
4314 * remote.c (remote_trace_find): Change type of parameters 'addr1'
4315 and 'addr2' to CORE_ADDR.
4316 * target.c (update_current_target): Update.
4317 * target.h (struct target_ops) <to_trace_find>: Change parameter
4318 type to CORE_ADDR.
4319 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
4320 'addr2' to CORE_ADDR.
4321 (tfile_trace_find): Likewise.
4322 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
4323 Change local variable 'addr' to type CORE_ADDR.
4324 * tracepoint.h (tfind_1): Update declaration.
4325
d9ac0664
EZ
43262013-04-06 Eli Zaretskii <eliz@gnu.org>
4327
4328 * windows-nat.c (windows_get_absolute_argv0): Move from here...
4329 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
4330 Include main.h.
4331
4332 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
4333 here...
4334 * main.h (windows_get_absolute_argv0): ...to here.
4335
02142a6c
DE
43362013-04-05 Doug Evans <dje@google.com>
4337
4338 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
4339 (read_cutu_die_from_dwo): Add comments.
4340 (read_structure_type): Update comment.
4341 (read_enumeration_type, read_namespace_type): Update comment.
4342 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
4343
43662968
JK
43442013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 Convert man pages to texinfo, new gdbinit.5 texinfo page.
4347 * Makefile.in (gdb.z): Remove.
4348 (install-only): Remove $(man1dir) and gdb.1 installation.
4349 * gdb.1: Remove.
4350
9ead1b84
JK
43512013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4352
4353 Fix compatibility with Linux kernel 3.8.3.
4354 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
4355 to more inner block. Remove parsing of NUMBER from outer block.
4356 Parse NUMBER only if KEYWORD has been identified.
4357
d1794952
JK
43582013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 Fix variable name shadowing.
4361 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
4362 filename to mapsfilename and update its uses.
4363
9025569e
EZ
43642013-04-05 Eli Zaretskii <eliz@gnu.org>
4365
4366 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
4367 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
4368 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
4369 details of the problem.
4370
c9a6ce02
PA
43712013-04-04 Pedro Alves <palves@redhat.com>
4372 Hui Zhu <hui@codesourcery.com>
4373
4374 * breakpoint.c (validate_commands_for_breakpoint): If validating a
4375 tracepoint, reset its STEP_COUNT and call validate_actionline.
4376
5ff888ce
DE
43772013-04-03 Doug Evans <dje@google.com>
4378
bf6af496
DE
4379 * dwarf2read.c (read_die_and_siblings_1): Renamed from
4380 read_die_and_siblings.
4381 (read_die_and_siblings): New function.
4382 (read_cutu_die_from_dwo): Dump die if requested.
4383 (read_die_and_children): Call read_full_die_1 and
4384 read_die_and_siblings_1.
4385 (read_full_die): Dump die if requested.
4386
4387 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
4388
0ac5b59e
DE
4389 * dwarf2read.c (struct dwo_file): New member comp_dir.
4390 Rename member name to dwo_name. All uses updated.
4391 (hash_dwo_file): Include comp_dir in computation.
4392 (eq_dwo_file): Ditto.
4393 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
4394 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
4395
5ff888ce
DE
4396 * psymtab.c (read_psymtabs_with_fullname): Don't call
4397 psymtab_to_fullname if the basenames are different.
4398
ec83d211
JK
43992013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4400
4401 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
4402 New entry about "fullname" presence.
4403
4f4352f7
PA
44042013-04-03 Pedro Alves <palves@redhat.com>
4405
4406 * NEWS: Mention x86_64/Cygwin as new native configuration.
4407
3d1d5ea3
DE
44082013-04-02 Doug Evans <dje@google.com>
4409
4410 * dwarf2read.c (read_structure_type): Fix typo in comment.
4411
be9a8770
PA
44122013-04-02 Pedro Alves <palves@redhat.com>
4413
4414 * NEWS: Mention "set/show debug aarch64", "set/show debug
4415 coff-pe-read" and "set/show debug mach-o".
4416
a46c1e42
PA
44172013-04-02 Pedro Alves <palves@redhat.com>
4418
4419 * NEWS: Mention "set/show remote trace-buffer-size-packet".
4420
3ad18b19
EZ
44212013-04-02 Eli Zaretskii <eliz@gnu.org>
4422
4423 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
4424 gdb_string.h is now in common/.
4425
e9f1758d
PA
44262013-04-02 Pedro Alves <palves@redhat.com>
4427
4428 * NEWS: Move "set debug notification" and "set trace-buffer-size"
4429 under "New options".
4430
049dc89b
JK
44312013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4432
4433 Revert this patch:
4434 PR gdb/15275
4435 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
4436
c33e31fd
PA
44372013-04-02 Pedro Alves <palves@redhat.com>
4438
4439 PR gdb/15275
4440
4441 * remote.c (send_interrupt_sequence): Use remote_serial_write.
4442 (remote_serial_write): New function.
4443 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
4444
ea5f3910
JW
44452013-04-01 Jiong Wang <jiwang@tilera.com>
4446
4447 * NEWS: Mention TILE-Gx in "New native configurations" and
4448 "New targets" sections.
4449
5c6fa7ab
DE
44502013-04-01 Doug Evans <dje@google.com>
4451
c0f78cd4
DE
4452 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
4453 (process_enumeration_scope): Simplify.
4454
0186c6a7
DE
4455 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
4456 type_unit_group ...
4457 (struct signatured_type): ... to here.
4458 (sig_type_ptr): New typedef.
4459 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
4460 out of union 't'. All uses updated.
4461 (dw2_get_file_names_reader): Assert not called for a type unit.
4462 (dw2_get_file_names): Assert not called for a type unit or type
4463 unit group.
4464 (build_type_psymtabs_reader): Assert called for a type unit.
4465 (build_type_psymtab_dependencies): Assert called for a type unit group.
4466
5c6fa7ab
DE
4467 * dwarf2read.c (free_dwo_file): Add comment.
4468 (dwarf2_per_objfile_free): Unref dwp bfd.
4469
b3c0ad67 44702013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
cebca8c1
AR
4471
4472 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
4473 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
4474 (read_pe_exported_syms): Remove unused 'exportix'.
4475 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
4476 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
4477 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
4478
e2df1547
AR
44792013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
4480
4481 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
4482 (print_it_watchpoint): Remove unused 'bl'.
4483 (say_where): Remove unused 'uiout'.
4484 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
4485 (bkpt_breakpoint_hit): Remove unused 'b'.
4486 (internal_bkpt_print_it): Remove unused 'uiout'.
4487 * buildsym.c (augment_type_symtab): Remove unused 'i'.
4488
d81e75c0
TD
44892013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
4490
4491 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
4492 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
4493
5a8b3f62
DE
44942013-03-29 Doug Evans <dje@google.com>
4495
ab5088bf
DE
4496 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
4497 Delete arg is_dwp. All callers updated.
4498 (open_dwp_file): New function.
4499 (open_and_init_dwp_file): Call it.
4500 (get_dwp_file): New function.
4501 (lookup_dwo_cutu): Call it.
4502
a8ad1e57
DE
4503 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
4504 unnecessary, cleanup.
4505
6296d8c1
DE
4506 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
4507
b0c7bfa9
DE
4508 * dwarf2read.c (read_cutu_die_from_dwo): New function.
4509 (lookup_dwo_unit): New function.
4510 (init_cutu_and_read_dies): Move DWO handling to new functions.
4511
c88ee1f0
DE
4512 * dwarf2read.c (struct signatured_type): Tweak comment.
4513 (struct dwo_unit): Tweak comment.
4514 (create_debug_types_hash_table): Tweak comment. Reformat long line.
4515 (create_dwo_debug_info_hash_table): Tweak comment.
4516 (dwarf2_per_cu_offset_and_type): Tweak comment.
4517
5a8b3f62
DE
4518 * dwarf2read.c (lookup_signatured_type): Remove complaint about
4519 missing .debug_types section.
4520
9852c492
YQ
45212013-03-29 Yao Qi <yao@codesourcery.com>
4522
4523 * corelow.c: Include "completer.h".
4524 (_initialize_corelow): Call add_target_with_completer with
4525 argument 'filename_completer'.
4526 * tracepoint.c: Likewise.
4527 * exec.c (_initialize_exec): Likewise.
4528 * target.c (add_target): Rename to ...
4529 (add_target_with_completer): ... this. Call set_cmd_completer
4530 if parameter completer is not NULL.
4531 (add_target): New.
4532 * target.h: Include "command.h".
4533 (add_target_with_completer): Declare it.
4534
af312be7
JB
45352013-03-28 Joel Brobecker <brobecker@adacore.com>
4536
4537 * coffread.c (is_import_fixup_symbol): New function.
4538 (record_minimal_symbol): Use is_import_fixup_symbol to
4539 detect import fixup symbols, and discard them.
4540
8a0459fd
DE
45412013-03-28 Doug Evans <dje@google.com>
4542
0349ea22
DE
4543 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
4544 types hash table until we know we need it.
4545
f652bce2
DE
4546 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
4547 index numbers.
4548
e4a48d9d
DE
4549 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
4550 All callers updated.
4551 (dw2_print_stats): Print #read CUs too.
4552 (dump_die_shallow): Print signatured types better.
4553
8a0459fd
DE
4554 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
4555 info_or_types_section to section. All uses updated.
4556 (struct dwo_unit): Ditto.
4557
bd3eecc3
PA
45582013-03-28 Pedro Alves <palves@redhat.com>
4559
4560 * NEWS (New options): New section.
4561 (New options): Mention set/show remote trace-status-packet.
4562 * remote.c (PACKET_qTStatus): New enumeration value.
4563 (remote_get_trace_status): Skip sending qTStatus if the packet is
4564 disabled. Use packet_ok.
4565 (_initialize_remote): Register a configuration command for
4566 qTStatus packet.
4567
41245087
DE
45682013-03-28 Doug Evans <dje@google.com>
4569
7edbb660
DE
4570 * symfile.c (find_separate_debug_file): Add comment.
4571 (terminate_after_last_dir_separator): Tweak comment.
4572
0018ea6f
DE
4573 * dwarf2read.c (create_partial_symtab): Add forward decl.
4574 (create_partial_symtab): Move to be closer to other psymtab functions.
4575 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
4576
ca69b9e6
DE
4577 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
4578 (compute_symtab_includes): Remove unnecessary forward declaration.
4579 (die_needs_namespace): Add comment marking group of functions for
4580 dwarf2 name computation.
4581
a9375afe
DE
4582 * typeprint.c (_initialize_typeprint): Improve type help text.
4583
41245087
DE
4584 * python/python.c (finish_python_initialization): Provide suggestion
4585 for how to tell gdb to find its python files.
4586
7f7cc265
PA
45872013-03-28 Pedro Alves <palves@redhat.com>
4588
4589 PR gdb/15294
4590
4591 * source.c (_initialize_source): Change back "set listsize" to an
4592 integer command.
4593
ec21308c
JK
45942013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
4595
4596 PR gdb/15275
4597 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
4598
840a9a1f
PA
45992013-03-27 Pedro Alves <palves@redhat.com>
4600
4601 * top.c (history_size): Rename to ...
4602 (history_size_setshow_var): ... this. Add comment.
4603 (show_commands): Use readline's 'history_length' instead of
4604 computing the history length by calling history_get in a loop.
4605 (set_history_size_command): Error out for sizes over INT_MAX.
4606 Restore previous history size on invalid size.
4607 (init_history): If HISTSIZE is negative, leave the history size as
4608 zero. Add comments.
4609 (init_main): Adjust.
4610
826ecc4d
PA
46112013-03-27 Pedro Alves <palves@redhat.com>
4612
4613 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
4614 coff_pe_read" command to "set debug coff-pe-read".
4615
0ccfeeae
MM
46162013-03-27 Markus Metzger <markus.t.metzger@intel.com>
4617
4618 * record.c (command_size_to_target_size): Fix size comparison.
4619 Change parameter type from pointer to integer to integer.
4620 Update all users.
4621
40653b35
PM
46222013-03-27 Pierre Muller <muller@sourceware.org>
4623
4624 * windows-nat.c (handle_output_debug_string): Avoid typecast
4625 from integer of different size warning.
4626
c62fa0e2
JB
46272013-03-26 Joel Brobecker <brobecker@adacore.com>
4628
4629 * windows-nat.c (handle_output_debug_string): Add empty line
4630 after local block variable definition.
4631
2c619be2
PA
46322013-03-26 Pedro Alves <palves@redhat.com>
4633
4634 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
4635 (net_open): Make 'polls' local unsigned.
4636
1b493192
PA
46372013-03-26 Pedro Alves <palves@redhat.com>
4638
4639 * remote.c (_initialize_remote): Make "set remoteaddresssize"
4640 a zuinteger command instead of uinteger.
4641
7ee70bf5
PA
46422013-03-26 Pedro Alves <palves@redhat.com>
4643
4644 * record-full.c (record_full_insn_num): Make it unsigned.
4645 (record_full_check_insn_num, record_full_message)
4646 (record_full_registers_change, record_full_xfer_partial): Remove
4647 record_full_insn_max_num check (it's always != 0).
4648 (record_full_info, record_full_restore): Use %u as format string.
4649 (): Use %u as format string.
4650 (set_record_full_insn_max_num): Remove record_full_insn_max_num
4651 check (it's always != 0).
4652
dfd1f9bb
PA
46532013-03-26 Pedro Alves <palves@redhat.com>
4654
4655 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
4656 and "set dcache size" commands zuinteger instead of uinteger.
4657
addb4faf
PA
46582013-03-26 Pedro Alves <palves@redhat.com>
4659
4660 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
4661 command zuinteger instead of uinteger.
4662
b75bf488
PA
46632013-03-26 Pedro Alves <palves@redhat.com>
4664
4665 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
4666 zuinteger instead of uinteger.
4667
42c634cb
PA
46682013-03-26 Pedro Alves <palves@redhat.com>
4669
4670 * record.c (record_insn_history_size_setshow_var)
4671 (record_call_history_size_setshow_var): New globals.
4672 (command_size_to_target_size): New function.
4673 (cmd_record_insn_history, cmd_record_call_history): Use
4674 command_size_to_target_size instead of cast.
4675 (validate_history_size, set_record_insn_history_size)
4676 (set_record_call_history_size): New functions.
4677 (_initialize_record): Install set_record_insn_history_size and
4678 set_record_call_history_size as "set" hooks of "set record
4679 instruction-history-size" and "set record
4680 function-call-history-size".
4681
1fb2e2b5
PA
46822013-03-26 Pedro Alves <palves@redhat.com>
4683
4684 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
4685 use with history_max_entries use. Remove FIXME note.
4686
99c819ee
MM
46872013-03-26 Markus Metzger <markus.t.metzger@intel.com>
4688
4689 * record-btrace.c (record_btrace_close): Call
4690 record_btrace_auto_disable.
4691
9f9e404c
JB
46922013-03-25 Joel Brobecker <brobecker@adacore.com>
4693
4694 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
4695
ebcdfe33
DE
46962013-03-25 Doug Evans <dje@google.com>
4697
4698 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
4699
24955f63
TT
47002013-03-25 Tom Tromey <tromey@redhat.com>
4701
4702 PR symtab/11462:
4703 * c-exp.y (exp): Add new productions for destructors after '.' and
4704 '->'.
4705 (write_destructor_name): New function.
4706
fce632b6
TT
47072013-03-25 Tom Tromey <tromey@redhat.com>
4708
4709 PR c++/9197:
4710 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
4711 value_struct_elt, not lookup_struct_elt_type.
4712 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
4713 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
4714 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
4715
a4341769
YQ
47162013-03-25 Yao Qi <yao@codesourcery.com>
4717
4718 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
4719 instead of '_mkdir'.
4720
b5981e5a
EZ
47212013-03-23 Eli Zaretskii <eliz@gnu.org>
4722
4723 * windows-nat.c (windows_get_absolute_argv0): New function.
4724 * windows-nat.h: Add its prototype.
4725
4726 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
4727 Use IS_DIR_SEPARATOR instead of looking for a character inside
4728 SLASH_STRING. Include filenames.h.
4729 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
4730 relocate_gdb_directory works when passed gdb_program_name.
4731 Include windows-nat.h.
4732
598d3636
JK
47332013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4734
4735 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
4736 * remote.c (trace_error): Remove the special handling of '2'.
4737 (readchar) <SERIAL_EOF>
4738 (readchar) <SERIAL_ERROR>
4739 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
4740 (remote_get_trace_status): Call throw_exception if EX is
4741 TARGET_CLOSE_ERROR.
4742 * utils.c (perror_with_name): Rename to ...
4743 (throw_perror_with_name): ... here. New parameter errcode, describe it
4744 in the function comment.
4745 (perror_with_name): New function wrapper.
4746 * utils.h (enum errors): New stub declaration.
4747 (throw_perror_with_name): New declaration.
4748
82b821e9
PA
47492013-03-22 Pedro Alves <palves@redhat.com>
4750 Yao Qi <yao@codesourcery.com>
4751 Mark Kettenis <kettenis@gnu.org>
4752
4753 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
4754 Don't let the user set the value to UINT_MAX directly.
4755 <var_integer>: Don't let the user set the value to INT_MAX
4756 directly.
4757
78a095c3
JK
47582013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4759
4760 * remote.c (remote_unpush_target): New function.
4761 (remote_open_1): Remove two pop_target calls, update one comment, add
4762 comment to target_preopen call. Replace pop_target call by
4763 remote_unpush_target call.
4764 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
4765 pop_target calls by remote_unpush_target calls.
4766
3e74e146
PA
47672013-03-22 Pedro Alves <palves@redhat.com>
4768
4769 * linux-nat.c (linux_child_follow_fork): Don't call
4770 linux_enable_event_reporting.
4771 (linux_handle_extended_wait): Don't call
4772 linux_enable_event_reporting.
4773
a2213dca
PA
47742013-03-22 Pedro Alves <palves@redhat.com>
4775
4776 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
4777 use it to rewrite the trampoline buffers with type gdb_byte[], and
4778 undefine the macro. Remove char* cast.
4779
bd712aed
DE
47802013-03-21 Doug Evans <dje@google.com>
4781
4782 New commands "mt set per-command {space,time,symtab} {on,off}".
4783 * NEWS: Add entry.
4784 * event-top.c: #include "maint.h".
4785 * main.c: #include "maint.h".
4786 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
4787 timeval-utils.h, maint.h, cli/cli-setshow.h.
4788 (per_command_time, per_command_space): New static globals.
4789 (per_command_symtab): New static global.
4790 (per_command_setlist, per_command_showlist): New static globals.
4791 (struct cmd_stats): Move here from utils.c.
4792 (set_per_command_time): Renamed from set_display_time in utils.c
4793 and moved here. All callers updated.
4794 (set_per_command_space): Renamed from set_display_space in utils.c
4795 and moved here. All callers updated.
4796 (count_symtabs_and_blocks): New function.
4797 (report_command_stats): Moved here from utils.c. Add support for
4798 printing symtab stats. Only print data if enabled before command
4799 executed.
4800 (make_command_stats_cleanup): Ditto.
4801 (sert_per_command_cmd, show_per_command_cmd): New functions.
4802 (_initialize_maint_cmds): Add new commands
4803 mt set per-command {space,time,symtab} {on,off}.
4804 * maint.h: New file.
4805 * top.c: #include "maint.h".
4806 * utils.c (reset_prompt_for_continue_wait_time): New function.
4807 (get_prompt_for_continue_wait_time): New function.
4808 * utils.h (reset_prompt_for_continue_wait_time): Declare
4809 (get_prompt_for_continue_wait_time): Declare.
4810 (make_command_stats_cleanup): Moved to maint.h.
4811 (set_display_time, set_display_space): Moved to maint.h and renamed
4812 to set_per_command_time, set_per_command_space.
4813 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
4814 parse_binary_operation and made non-static. Don't call error,
4815 just return an error marker. All callers updated.
4816 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
4817
d76488d8
TT
48182013-03-21 Tom Tromey <tromey@redhat.com>
4819
4820 * symfile.c (alloc_section_addr_info): Update header. Don't set
4821 'num_sections' field.
4822 (build_section_addr_info_from_section_table): Set 'num_sections'.
4823 (build_section_addr_info_from_bfd): Likewise.
4824 (build_section_addr_info_from_objfile): Remove dead loop
4825 condition.
4826 (free_section_addr_info): Unconditionally call xfree.
4827 (relative_addr_info_to_section_offsets, addrs_section_sort)
4828 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
4829 condition.
4830 (syms_from_objfile_1): Remove dead 'if' condition. Check
4831 'num_sections'.
4832 (add_symbol_file_command): Set 'num_sections'.
4833 * symfile-mem.c (symbol_file_add_from_memory): Set
4834 'num_sections'.
4835 * somread.c (som_symfile_offsets): Remove dead loop condition.
4836 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
4837 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
4838
a72e5169 48392013-03-21 Tom Tromey <tromey@redhat.com>
92bc6a20
TT
4840
4841 * tracepoint.h (decode_agent_options): Add 'trace_string'
4842 argument.
4843 * tracepoint.c (decode_agent_options): Add 'trace_string'
4844 argument.
4845 (validate_actionline): Update.
4846 (collect_symbol): Add 'trace_string' argument.
4847 (struct add_local_symbols_data) <trace_string>: New field.
4848 (do_collect_symbol): Update.
4849 (add_local_symbols): Add 'trace_string' argument.
4850 (encode_actions_1): Update.
4851 (trace_dump_actions): Update.
4852 * dwarf2loc.c (access_memory): Update.
4853 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
4854 * ax-general.c (new_agent_expr): Update.
4855 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
4856 (gen_trace_for_return_address): Add argument.
4857 (trace_kludge, trace_string_kludge): Remove.
4858 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
4859 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
4860 (gen_trace_for_var): Add 'trace_string' argument.
4861 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
4862 (gen_printf, agent_eval_command_one): Update.
4863
b2f83c08
TT
48642013-03-21 Tom Tromey <tromey@redhat.com>
4865
4866 PR exp/15109:
4867 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
4868 Handle FILENAME token.
4869
9507860e
TT
48702013-03-21 Tom Tromey <tromey@redhat.com>
4871
4872 * c-exp.y (YYPRINT): Define.
4873 (c_print_token): New function.
4874
e403aa4b
TT
48752013-03-21 Tom Tromey <tromey@redhat.com>
4876
4877 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
4878
af307d6a
YQ
48792013-03-21 Yao Qi <yao@codesourcery.com>
4880
4881 * ctf.c: Include "gdb_stat.h".
4882 [USE_WIN32API]: New macro 'mkdir'.
4883 (ctf_start): Use permission bits macros if they are defined.
4884
fb81d016
KS
48852013-03-20 Keith Seitz <keiths@redhat.com>
4886
4887 * breakpoint.h (struct breakpoint): Add comment to
4888 extra_string indicating that this member is mallod'd.
4889 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
4890
ef0026f0
PA
48912013-03-20 Pedro Alves <palves@redhat.com>
4892
4893 PR gdb/15289
4894
4895 * cli/cli-setshow.c (do_set_command)
4896 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
4897 the result of parsing the command argument. Throw error if the
4898 value is greater than UINT_MAX. Print the invalid value with
4899 plongest.
4900 <var_integer, var_zinteger>: Use LONGEST for variable holding the
4901 result of parsing the command argument. Throw error if the value
4902 is greater than INT_MAX, not greater or equal. Also throw error
4903 if the value is less than INT_MIN. Print the invalid value with
4904 plongest.
4905 <var_zuinteger_unlimited>: Throw error if the value is greater
4906 than INT_MAX, not greater or equal.
4907 (do_show_command) <var_integer, var_zinteger,
4908 var_zuinteger_unlimited>: Use %d for printing int, not %u.
4909
24d6c2a0
TT
49102013-03-20 Tom Tromey <tromey@redhat.com>
4911
4912 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
4913 if possible.
4914 * dwarf2read.c (read_func_scope): Remove old FIXME.
4915 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
4916 not LOC_COMPUTED.
4917 * findvar.c (symbol_read_needs_frame, default_read_var_value):
4918 Unconditionally call via computed ops, if possible.
4919 * printcmd.c (address_info): Unconditionally call via computed ops,
4920 if possible.
4921 * stack.c (read_frame_arg): Unconditionally call via computed ops,
4922 if possible.
4923 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
4924 * tracepoint.c (scope_info): Unconditionally call via computed ops,
4925 if possible.
4926
f1e6e072
TT
49272013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4928 Tom Tromey <tromey@redhat.com>
4929
4930 PR symtab/8421:
4931 * coffread.c (coff_register_index): New global.
4932 (process_coff_symbol, coff_read_enum_type): Set
4933 SYMBOL_ACLASS_INDEX.
4934 (_initialize_coffread): Initialize new global.
4935 * dwarf2loc.c (locexpr_find_frame_base_location)
4936 (dwarf2_block_frame_base_locexpr_funcs)
4937 (loclist_find_frame_base_location)
4938 (dwarf2_block_frame_base_loclist_funcs): New.
4939 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
4940 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
4941 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
4942 (dwarf2_block_frame_base_loclist_funcs): New.
4943 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
4944 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
4945 globals.
4946 (read_func_scope): Update.
4947 (fixup_go_packaging, mark_common_block_symbol_computed)
4948 (var_decode_location, new_symbol_full, dwarf2_const_value):
4949 Set SYMBOL_ACLASS_INDEX.
4950 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
4951 (_initialize_dwarf2_read): Initialize new globals.
4952 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
4953 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
4954 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
4955 globals.
4956 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
4957 (_initialize_mdebugread): Initialize new globals.
4958 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
4959 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
4960 (stab_register_index, stab_regparm_index): New globals.
4961 (define_symbol, read_enum_type, common_block_end): Set
4962 SYMBOL_ACLASS_INDEX.
4963 (_initialize_stabsread): Initialize new globals.
4964 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
4965 globals.
4966 (MAX_SYMBOL_IMPLS): New define.
4967 (register_symbol_computed_impl, register_symbol_block_impl)
4968 (register_symbol_register_impl)
4969 (initialize_ordinary_address_classes): New functions.
4970 (_initialize_symtab): Call initialize_ordinary_address_classes.
4971 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
4972 (struct symbol_impl): New.
4973 (SYMBOL_ACLASS_BITS): New define.
4974 (struct symbol) <aclass, ops>: Remove fields.
4975 <aclass_index>: New field.
4976 (symbol_impls): Declare.
4977 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
4978 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
4979 (register_symbol_computed_impl, register_symbol_block_impl)
4980 (register_symbol_register_impl): Declare.
4981 (struct symbol_computed_ops): Add location_has_loclist.
4982 (struct symbol_block_ops): New.
4983 (SYMBOL_BLOCK_OPS): New.
4984 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
4985
dbccfd4c
TT
49862013-03-20 Tom Tromey <tromey@redhat.com>
4987
4988 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
4989 (print_partial_symbols, recursively_search_psymtabs): Use
4990 PSYMBOL_CLASS.
4991
e3f1ad4f
PM
49922013-03-20 Pierre Muller <muller@sourceware.org>
4993
4994 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
4995 addtion, subtraction, multiplication and division binary operator.
4996
460014f5
JK
49972013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4998
4999 Code cleanup.
5000 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
5001 * bsd-kvm.c (bsd_kvm_close): Likewise.
5002 * bsd-uthread.c (bsd_uthread_close): Likewise.
5003 * corelow.c (core_close): Likewise.
5004 (core_close_cleanup): Remove parameter quitting from a caller.
5005 * event-top.c (async_disconnect): Likewise.
5006 * exec.c (exec_close_1): Remove parameter quitting.
5007 * go32-nat.c (go32_close): Likewise.
5008 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
5009 parameter quitting from a caller.
5010 * mips-linux-nat.c (super_close): Remove parameter quitting from the
5011 variable.
5012 (mips_linux_close): Remove parameter quitting. Remove parameter
5013 quitting from a caller.
5014 * monitor.c (monitor_close): Remove parameter quitting.
5015 * monitor.h (monitor_close): Likewise.
5016 * record-btrace.c (record_btrace_close): Likewise.
5017 * record-full.c (record_full_close): Likewise.
5018 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
5019 it also from fprintf_unfiltered.
5020 * remote-mips.c (mips_close): Remove parameter quitting.
5021 (mips_detach): Remove parameter quitting from a caller.
5022 * remote-sim.c (gdbsim_close): Remove parameter quitting.
5023 (gdbsim_close): Remove duplicate function comment. Remove parameter
5024 quitting and remove it also from printf_filtered.
5025 * remote.c (remote_close): Remove parameter quitting.
5026 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
5027 * target.c (update_current_target): Remove parameter int from to_close
5028 de_fault.
5029 (push_target, unpush_target, pop_target): Remove parameter quitting from
5030 a caller.
5031 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
5032 Remove parameter quitting from a caller.
5033 (target_preopen): Remove parameter quitting from a caller.
5034 (target_close): Remove parameter quitting. Remove parameter quitting
5035 from a caller two times. Remove parameter quitting also from
5036 fprintf_unfiltered.
5037 * target.h (struct target_ops): Remove parameter quitting and as int
5038 from fields to_xclose and to_close.
5039 (extern struct target_ops current_target):
5040 (target_close, pop_all_targets): Remove parameter quitting. Update the
5041 comment.
5042 (pop_all_targets_above): Remove parameter quitting.
5043 * top.c (quit_target): Remove parameter quitting from a caller.
5044 * tracepoint.c (tfile_close): Remove parameter quitting.
5045 * windows-nat.c (windows_close): Remove parameter quitting.
5046
35a7120b
CV
50472013-03-20 Corinna Vinschen <vinschen@redhat.com>
5048
5049 * windows-nat.c (handle_output_debug_string): Replace call
5050 to string_to_core_addr with call to strtoull.
5051
8249a5a9
YQ
50522013-03-20 Yao Qi <yao@codesourcery.com>
5053
5054 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
5055 and write it to CTF metadata.
5056
2c15ef43
CV
50572013-03-19 Corinna Vinschen <vinschen@redhat.com>
5058
5059 * windows-nat.c (handle_output_debug_string): Change type of n to
5060 SIZE_T to avoid crash on 64 bit systems.
5061
1cdd3232
EZ
50622013-03-17 Eli Zaretskii <eliz@gnu.org>
5063
5064 * python/python-internal.h (HAVE_SNPRINTF)
5065 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
5066 about redefinition of snprintf by pyerrors.h.
5067
3cb2ab1a
SE
50682013-03-15 Steve Ellcey <sellcey@mips.com>
5069
5070 * remote-sim.c (sim_command_completer): Make char arguments const.
5071
9ce98649
TT
50722013-03-15 Tom Tromey <tromey@redhat.com>
5073
5074 PR c++/15116:
5075 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
5076
dccee2de
TT
50772013-03-14 Tom Tromey <tromey@redhat.com>
5078
5079 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
5080 New fields.
5081 (get_file_crc): Move from symfile.c.
5082 (gdb_bfd_crc): New function.
5083 * gdb_bfd.h (gdb_bfd_crc): Declare.
5084 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
5085 * symfile.c (get_file_crc): Move to gdb_bfd.c.
5086 (separate_debug_file_exists): Use gdb_bfd_crc.
5087
cc0ea93c
TT
50882013-03-14 Tom Tromey <tromey@redhat.com>
5089
5090 * symfile.c (get_debug_link_info): Remove.
5091 (find_separate_debug_file_by_debuglink): Use
5092 bfd_get_debug_link_info.
5093
08c23b0d
TT
50942013-03-14 Tom Tromey <tromey@redhat.com>
5095
5096 * symtab.c (error_in_psymtab_expansion): New function.
5097 (lookup_symbol_aux_quick)
5098 (basic_lookup_transparent_type_quick): Remove "last resort"
5099 code. Use error_in_psymtab_expansion.
5100
288e77a7
JK
51012013-03-14 Doug Evans <dje@google.com>
5102 Jan Kratochvil <jan.kratochvil@redhat.com>
5103
5104 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
5105 any successful compare_filenames_for_search or FILENAME_CMP.
5106 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
5107 * symtab.c (iterate_over_some_symtabs): Likewise.
5108
8f1b8b82
JK
51092013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * source.c (print_source_lines_base): Make a local copy of
5112 symtab_to_fullname.
5113
23eb71e4
JK
51142013-03-14 Hui Zhu <hui_zhu@mentor.com>
5115 Jan Kratochvil <jan.kratochvil@redhat.com>
5116
5117 * source.c (print_source_lines_base): Suppress "file" for TUI.
5118
bb869963
SDJ
51192013-03-14 Keith Seitz <keiths@redhat.com>
5120 Alan Matsuoka <alanm@redhat.com>
5121
5122 PR c++/15203
5123 PR c++/15210
5124 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
5125 TYPE_CODE_METHOD.
5126 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
5127 symbols.
5128
d6682f9e
YQ
51292013-03-14 Yao Qi <yao@codesourcery.com>
5130
5131 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
5132 status to tfile if trace is stopped by command 'tstop'.
5133
a22fa6e4
YQ
51342013-03-14 Yao Qi <yao@codesourcery.com>
5135
5136 * tracepoint.c (tfile_write_status): Write trace notes and user
5137 name into tfile if they are not NULL.
5138
d0353e76
YQ
51392013-03-14 Hui Zhu <hui@codesourcery.com>
5140 Yao Qi <yao@codesourcery.com>
5141
5142 * Makefile.in (REMOTE_OBS): Add ctf.o.
5143 (SFILES): Add ctf.c.
5144 (HFILES_NO_SRCDIR): Add ctf.h.
5145 * ctf.c, ctf.h: New files.
5146 * tracepoint.c: Include 'ctf.h'.
5147 (collect_pseudocommand): Remove static.
5148 (trace_save_command): Parse option "-ctf".
5149 Produce different trace file writers per option.
5150 Adjust output message.
5151 (trace_save_tfile, trace_save_ctf): New.
5152 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
5153 * mi/mi-main.c: Include 'ctf.h'.
5154 (mi_cmd_trace_save): Handle option '-ctf'. Call either
5155 trace_save_tfile or trace_save_ctf.
5156 * NEWS: Mention these changes.
5157
3f43bc09
YQ
51582013-03-14 Yao Qi <yao@codesourcery.com>
5159
5160 * tracepoint.c (trace_file_writer_xfree): New.
5161 (struct tfile_writer_data): New.
5162 (tfile_dtor, tfile_can_target_save, tfile_start): New.
5163 (tfile_write_header, tfile_write_regblock_type): New.
5164 (tfile_write_status, tfile_write_uploaded_tsv): New.
5165 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
5166 (tfile_write_raw_data, (tfile_end): New.
5167 (tfile_write_ops): New global variable.
5168 (TRACE_WRITE_R_BLOCK): New macro.
5169 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
5170 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
5171 (TRACE_WRITE_V_BLOCK): New macro.
5172 (trace_save): Add extra one parameter WRITER. Make it static.
5173 Use WRITER to writer trace.
5174 (tfile_trace_file_writer_new): New.
5175 (trace_save_command): Caller update.
5176 (trace_save_tfile): Write trace data in TFILE format.
5177 * tracepoint.h (struct trace_frame_write_ops): New.
5178 (struct trace_file_write_ops): New.
5179 (struct trace_file_writer): New.
5180 (trace_save): Remove its declaration.
5181 (trace_save_tfile): Declare it.
5182 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
5183 instead of trace_save.
5184
58665b40
PA
51852013-03-13 Pedro Alves <palves@redhat.com>
5186
5187 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
5188
10217050
PA
51892013-03-13 Pedro Alves <palves@redhat.com>
5190
5191 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
5192 commented out code.
5193 * demangle.c (current_demangling_style_string): Make it const.
5194 (set_demangling_command): Assert the demangling style is known.
5195 Remove all handling of unknown styles. Set
5196 'current_demangling_style_string' to an element of the
5197 demangling_style_names array.
5198 (set_demangling_style): Delete.
5199 (_initialize_demangler): Set current_demangling_style_string to the
5200 element of the demangling_style_names array that corresponds to
5201 the default demangling style. Remove FIXME note. Don't call
5202 set_demangling_style.
5203 * gdb-demangle.h (set_demangling_style): Remove declaration.
5204
6f937416
PA
52052013-03-13 Pedro Alves <palves@redhat.com>
5206
5207 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
5208 fields const.
5209 (ada_make_symbol_completion_list): Make "text0" parameter const.
5210 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
5211 * breakpoint.c (condition_completer): Make "text" and "word"
5212 parameters const. Adjust.
5213 (check_tracepoint_command): Adjust to validate_actionline
5214 prototype change.
5215 (catch_syscall_completer): Make "text" and "word" parameters
5216 const.
5217 * cli/cli-cmds.c (show_user): Make "comname" local const.
5218 (valid_command_p): Make "command" parameter const.
5219 (alias_command): Make "alias_prefix" and "command_prefix" locals
5220 const.
5221 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
5222 (add_alias_cmd): Make "name" and "oldname" parameters const.
5223 Adjust. No longer make copy of OLDNAME.
5224 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
5225 (add_setshow_cmd_full, add_setshow_enum_cmd)
5226 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5227 (add_setshow_filename_cmd, add_setshow_string_cmd)
5228 (add_setshow_string_noescape_cmd)
5229 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5230 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5231 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
5232 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
5233 Make "name" parameter const.
5234 (help_cmd): Rename "command" parameter to "arg". New const local
5235 "command".
5236 (find_cmd): Make "command" parameter const.
5237 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
5238 deprecated_cmd_warning prototype change.
5239 (undef_cmd_error): Make "cmdtype" parameter const.
5240 (lookup_cmd): Make "line" parameter const.
5241 (deprecated_cmd_warning): Change type of "text" parameter to
5242 pointer to const char, from pointer to pointer to char. Adjust.
5243 (lookup_cmd_composition): Make "text" parameter const.
5244 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
5245 parameters const.
5246 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
5247 const.
5248 * cli/cli-script.c (validate_comname): Make "tem" local const.
5249 (define_command): New const local "tem_c". Use it in calls to
5250 lookup_cmd.
5251 (document_command): Make "tem" and "comfull" locals const.
5252 (show_user_1): Make "prefix" and "name" parameters const.
5253 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
5254 const.
5255 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
5256 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
5257 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
5258 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
5259 (complete_on_enum, add_setshow_enum_cmd)
5260 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5261 (add_setshow_filename_cmd, add_setshow_string_cmd)
5262 (add_setshow_string_noescape_cmd)
5263 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5264 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5265 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
5266 Change prototypes, constifying strings.
5267 * completer.c (noop_completer, filename_completer): Make "text"
5268 and "prefix" parameters const.
5269 (location_completer, expression_completer)
5270 (complete_line_internal): Make "text" and "prefix" parameters
5271 const and adjust.
5272 (command_completer, signal_completer): Make "text" and "prefix"
5273 parameters const.
5274 * completer.h (noop_completer, filename_completer)
5275 (expression_completer, location_completer, command_completer)
5276 (signal_completer): Change prototypes.
5277 * corefile.c (complete_set_gnutarget): Make "text" and "word"
5278 parameters const.
5279 * cp-abi.c (cp_abi_completer): Likewise.
5280 * expression.h (parse_expression_for_completion): Change
5281 prototype.
5282 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
5283 parameters const.
5284 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
5285 * infrun.c (handle_completer): Make "text" and "word" parameters
5286 const.
5287 * interps.c (interpreter_completer): Make "text" and "word"
5288 parameters const.
5289 * language.h (struct language_defn)
5290 <la_make_symbol_completion_list>: Make "text" and "word"
5291 parameters const.
5292 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
5293 (parse_exp_in_context): Rename to ...
5294 (parse_exp_in_context_1): ... this.
5295 (parse_exp_in_context): Reimplement, with const hack from
5296 parse_exp_1.
5297 (parse_expression_for_completion): Make "string" parameter const.
5298 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
5299 to pointer to const char. Adjust.
5300 (print_command_1): Make "exp" parameter const.
5301 (output_command): Rename to ...
5302 (output_command_const): ... this. Make "exp" parameter const.
5303 (output_command): Reimplement.
5304 (x_command): Adjust.
5305 (display_command): Rename "exp" parameter to "arg". New "exp"
5306 local, const version of "arg".
5307 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
5308 "cmd_name" local const.
5309 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
5310 call.
5311 (cmdpy_completer): Make "text" and "word" parameters const.
5312 (gdbpy_parse_command_name): Make "prefix_text2" local const.
5313 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
5314 const.
5315 * remote.c (_initialize_remote): Make "cmd_name" local const.
5316 * symtab.c (language_search_unquoted_string): Make "text" and "p"
5317 parameters const. Adjust.
5318 (completion_list_add_fields): Make "sym_text", "text" and "word"
5319 parameters const.
5320 (struct add_name_data) <sym_text, text, word>: Make fields const.
5321 (default_make_symbol_completion_list_break_on): Make "text" and
5322 "word" parameters const. Adjust locals.
5323 (default_make_symbol_completion_list)
5324 (make_symbol_completion_list, make_symbol_completion_type)
5325 (make_symbol_completion_list_fn): Make "text" and "word"
5326 parameters const.
5327 (make_file_symbol_completion_list): Make "text", "word" and
5328 "srcfile" parameters const. Adjust locals.
5329 (add_filename_to_list): Make "text" and "word" parameters const.
5330 (struct add_partial_filename_data) <text, word>: Make fields
5331 const.
5332 (make_source_files_completion_list): Make "text" and "word"
5333 parameters const.
5334 * symtab.h (default_make_symbol_completion_list_break_on)
5335 (default_make_symbol_completion_list, make_symbol_completion_list)
5336 (make_symbol_completion_type enum type_code)
5337 (make_symbol_completion_list_fn make_file_symbol_completion_list)
5338 (make_source_files_completion_list): Change prototype.
5339 * top.c (execute_command): Adjust to pass pointer to pointer to
5340 const char to lookup_cmd, and to deprecated_cmd_warning prototype
5341 change.
5342 (set_verbose): Make "cmdname" local const.
5343 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
5344 and adjust.
5345 (validate_actionline): Make "line" parameter a pointer to const
5346 char, and adjust.
5347 (encode_actions_1): Make "action_exp" local const, and adjust.
5348 (encode_actions): Adjust.
5349 (replace_comma): Delete.
5350 (trace_dump_actions): Make "action_exp" and "next_comma" locals
5351 const, and adjust. Don't frob the action string while splitting
5352 it at commas. Instead, make a copy of each split substring in
5353 turn.
5354 (trace_dump_command): Adjust to validate_actionline prototype
5355 change.
5356 * tracepoint.h (decode_agent_options, decode_agent_options)
5357 (encode_actions, validate_actionline): Change prototypes.
5358 * valprint.h (output_command): Delete declaration.
5359 (output_command_const): Declare.
5360 * value.c (function_destroyer): Cast const away in xfree call.
5361
a0bcdaa7
PA
53622013-03-13 Pedro Alves <palves@redhat.com>
5363
5364 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
5365 rather than casting 'const char * const *' to 'const char **'.
5366 * ada-lex.l (processInt): Make "trailer" local const. Remove
5367 'const char **' cast.
5368 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
5369 locals, and use those as strtol output pointer, instead than doing
5370 invalid casts to from 'const char **' to 'char **'.
5371 (_initialize_demangle): Remove cast.
5372 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
5373 locals, and use those as strtol output pointer, instead than doing
5374 invalid casts to from 'const char **' to 'char **'.
5375 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
5376 casts.
5377 * stap-probe.c (stap_parse_register_operand)
5378 (stap_parse_single_operand): Likewise.
5379
8ddb1965
YQ
53802013-03-13 Yao Qi <yao@codesourcery.com>
5381
5382 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
5383 the last matched 'V' blcok in trace frame.
5384
2d450646
JB
53852013-03-12 Joel Brobecker <brobecker@adacore.com>
5386
5387 * NEWS: Create a new section for the next release branch.
5388 Rename the section of the current branch, now that it has
5389 been cut.
5390
b4b79973 53912013-03-12 Joel Brobecker <brobecker@adacore.com>
5392
5393 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
5394 * version.in: Bump version to 7.6.50.20130312-cvs.
5395
ee047554
KS
53962013-03-12 Keith Seitz <keiths@redhat.com>
5397
5398 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
5399 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
5400 Remove temporary copy of input string.
5401 (mi_execute_command_wrapper): Make "cmd" const.
5402 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
5403 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
5404 Use const strings.
5405 (mi_parse): Make "cmd" const.
5406 Use const strings.
5407 * mi/mi-parse.h (mi_parse): Make "cmd" const.
5408
bbc13ae3
KS
54092013-03-12 Keith Seitz <keiths@redhat.com>
5410
5411 * ada-lang.c (ada_read_renaming_var_value): Pass const
5412 pointer to expression string to parse_exp_1.
5413 (create_excep_cond_exprs): Likewise.
5414 * ax-gdb.c (agent_eval_command_one): Likewise.
5415 (maint_agent_printf_command): Likewise.
5416 Constify much of the string handling/parsing.
5417 * breakpoint.c (set_breakpoint_condition): Pass const
5418 pointer to expression string to parse_exp_1.
5419 (update_watchpoint): Likewise.
5420 (parse_cmd_to_aexpr): Constify string handling.
5421 Pass const pointer to parse_exp_1.
5422 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
5423 (find_condition_and_thread): Likewise.
5424 Make TOK const.
5425 (watch_command_1): Make "arg" const.
5426 Constify string handling.
5427 Copy the expression string instead of changing the input
5428 string.
5429 (update_breakpoint_location): Pass const pointer to
5430 parse_exp_1.
5431 * eval.c (parse_and_eval_address): Make "exp" const.
5432 (parse_to_comma_and_eval): Make "expp" const.
5433 (parse_and_eval): Make "exp" const.
5434 * expression.h (parse_expression): Make argument const.
5435 (parse_exp_1): Make first argument const.
5436 * findcmd.c (parse_find_args): Treat "args" as const.
5437 * linespec.c (parse_linespec): Pass const pointer to
5438 linespec_expression_to_pc.
5439 (linespec_expression_to_pc): Make "exp_ptr" const.
5440 * parse.c (parse_exp_1): Make "stringptr" const.
5441 Make a copy of the expression to pass to parse_exp_in_context until
5442 this whole interface can be constified.
5443 (parse_expression): Make "string" const.
5444 * printcmd.c (ui_printf): Treat "arg" as const.
5445 Handle const strings.
5446 * tracepoint.c (validate_actionline): Pass const pointer to
5447 all calls to parse_exp_1.
5448 (encode_actions_1): Likewise.
5449 * value.h (parse_to_comma_and_eval): Make argument const.
5450 (parse_and_eval_address): Likewise.
5451 (parse_and_eval): Likewise.
5452 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
5453 (varobj_set_value): Likewise.
5454 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
5455 constify string handling.
5456 Pass const pointers to parse_and_eval_address and
5457 parse_to_comman_and_eval.
5458 * cli/cli-utils.c (skip_to_space): Rename to ...
5459 (skip_to_space_const): ... this. Handle const strings.
5460 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
5461 skip_to_space_const.
5462 (skip_to_space_const): Declare.
5463 * common/format.c (parse_format_string): Make "arg" const.
5464 Handle const strings.
5465 * common/format.h (parse_format_string): Make "arg" const.
5466 * gdbserver/ax.c (ax_printf): Make "format" const.
5467 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
5468 of the expression string.
5469
f3cec7e6
HZ
54702013-03-12 Hui Zhu <hui@codesourcery.com>
5471
5472 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
5473
9df7235c
HZ
54742013-03-12 Yao Qi <yao@codesourcery.com>
5475 Hui Zhu <hui@codesourcery.com>
5476
5477 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
5478 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
5479 DW_OP_deref_size.
5480
82d049ab
PH
54812013-03-12 Paul Hilfinger <hilfingr@adacore.com>
5482
5f8e0b8f
MF
5483 * ada-lex.l (rules): Only recognize 'thread' as a
5484 delimiter when followed by numerals, as for c-exp.y.
5485 Use new rewind_to_char function to rewind the input for
5486 expression-delimiting tokens.
5487 (rewind_to_char): New function.
82d049ab 5488
8c1fb155
JK
54892013-03-11 Pedro Alves <palves@redhat.com>
5490 Jan Kratochvil <jan.kratochvil@redhat.com>
5491
5492 * configure: Regenerate.
5493 * configure.ac (check dynamic export flag): Link python test with
5494 $PYTHON_LIBS.
5495
cc81e1c6
DE
54962013-03-11 Doug Evans <dje@google.com>
5497 Keith Seitz <keiths@redhat.com>
5498
5499 * linespec.c (find_linespec_symbols): Call find_function_symbols
5500 first, and then call lookup_prefix_sym/find_method.
5501
39086a0e
PA
55022013-03-11 Pedro Alves <palves@redhat.com>
5503
5504 * charset.c (convert_between_encodings): Don't cast between
5505 different pointer to pointer types. Instead, make the 'inp' local
5506 be of the type iconv expects.
5507 (wchar_iterate): Don't cast between different pointer to pointer
5508 types. Instead, use new pointer local of the type iconv expects.
5509 * target.c (target_read_stralloc, target_fileio_read_stralloc):
5510 Add new local of type char pointer, and use it to get a
5511 char/string view of the byte buffer, instead of casting between
5512 pointer to pointer types.
5513
90585175
HAQ
55142013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
5515
5516 * remote.c (remote_set_trace_buffer_size): Move != operator
5517 to the start of next line to fix an ARI warning.
5518
59ea5688
MM
55192013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5520
5521 * NEWS: Add record changes.
5522
946287b7
MM
55232013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5524
5525 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
5526 the instruction history disassembly.
5527 * disasm.c (dump_insns): Omit the pc prefix, if requested.
5528 * disasm.h (DISASSEMBLY_OMIT_PC): New.
5529
afedecd3
MM
55302013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5531
5532 * Makefile.in (SFILES): Add record-btrace.c
5533 (COMMON_OBS): Add record-btrace.o
5534 * record-btrace.c: New.
5535 * objfiles.c: Include btrace.h.
5536 (free_objfile): call btrace_free_objfile.
5537
15984c13
MM
55382013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5539
5540 * target.c (target_call_history, target_call_history_from,
5541 target_call_history_range): New.
5542 * target.h (target_ops) <to_call_history, to_call_history_from,
5543 to_call_history_range>: New fields.
5544 (target_call_history, target_call_history_from,
5545 target_call_history_range): New declaration.
5546 * record.c (get_call_history_modifiers, cmd_record_call_history,
5547 record_call_history_size): New.
5548 (_initialize_record): Add the "record function-call-history" command.
5549 Add "set/show record function-call-history-size" commands.
5550 * record.h (record_print_flag): New.
5551
67c86d06
MM
55522013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5553
5554 * target.h (target_ops) <to_insn_history, to_insn_history_from,
5555 to_insn_history_range>: New fields.
5556 (target_insn_history): New.
5557 (target_insn_history_from): New.
5558 (target_insn_history_range): New.
5559 * target.c (target_insn_history): New.
5560 (target_insn_history_from): New.
5561 (target_insn_history_range): New.
5562 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
5563 (record_insn_history_size): New.
5564 (get_insn_number): New.
5565 (get_context_size): New.
5566 (no_chunk): New.
5567 (get_insn_history_modifiers): New.
5568 (cmd_record_insn_history): New.
5569 (_initialize_record): Add "set/show record instruction-history-size"
5570 command. Add "record instruction-history" command.
5571
7c1687a9
MM
55722013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5573
5574 * record.h (record_disconnect): New.
5575 (record_detach): New.
5576 (record_mourn_inferior): New.
5577 (record_kill): New.
5578 * record-full.c (record_disconnect, record_detach,
5579 record_mourn_inferior, record_kill): Move to...
5580 * record.c: ...here.
5581 (DEBUG): New.
5582 (record_stop): New.
5583 (record_unpush): New.
5584 (cmd_record_stop): Call record_stop. Replace unpush_target
5585 call with record_unpush call.
5586 (record_disconnect, record_detach): Assert that the target
5587 is of record stratum. Call record_unpush, record_stop, and
5588 DEBUG.
5589 (record_mourn_inferior, record_kill): Assert that the target
5590 is of record stratum. Call record_unpush and DEBUG.
5591
25ea693b
MM
55922013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5593
5594 * record-full.h, record-full.c (record_memory_query): Rename
5595 to ...
5596 (record_full_memory_query): ...this. Update all users.
5597 (record_arch_list_add_reg): Rename to ...
5598 (record_full_arch_list_add_reg): ...this. Update all users.
5599 (record_arch_list_add_mem): Rename to ...
5600 (record_full_arch_list_add_mem): ...this. Update all users.
5601 (record_arch_list_add_end): Rename to ...
5602 (record_full_arch_list_add_end): ...this. Update all users.
5603 (record_gdb_operation_disable_set): Rename to ...
5604 (record_full_gdb_operation_disable_set): ...this.
5605 Update all users.
5606
88d1aa9d
MM
56072013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5608
5609 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
5610 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
5611 (RECORD_IS_REPLAY): Renamed to ...
5612 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
5613 (RECORD_FILE_MAGIC): Renamed to ...
5614 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
5615 (record_mem_entry): Renamed to ...
5616 (record_full_mem_entry): ... this. Updated all users.
5617 (record_reg_entry): Renamed to ...
5618 (record_full_reg_entry): ... this. Updated all users.
5619 (record_end_entry): Renamed to ...
5620 (record_full_end_entry): ... this. Updated all users.
5621 (record_type) <record_end, record_reg, record_mem>: Renamed
5622 to ...
5623 (record_full_type) <record_full_end, record_full_reg,
5624 record_full_mem>: ... this. Updated all users.
5625 (record_entry): Renamed to ...
5626 (record_full_entry): ... this. Updated all users.
5627 (record_core_buf_entry): Renamed to ...
5628 (record_full_core_buf_entry): ... this. Updated all users.
5629 (record_core_regbuf): Renamed to ...
5630 (record_full_core_regbuf): ... this. Updated all users.
5631 (record_core_start): Renamed to ...
5632 (record_full_core_start): ... this. Updated all users.
5633 (record_core_end): Renamed to ...
5634 (record_full_core_end): ... this. Updated all users.
5635 (record_core_buf_list): Renamed to ...
5636 (record_full_core_buf_list): ... this. Updated all users.
5637 (record_first): Renamed to ...
5638 (record_full_first): ... this. Updated all users.
5639 (record_list): Renamed to ...
5640 (record_full_list): ... this. Updated all users.
5641 (record_arch_list_head): Renamed to ...
5642 (record_full_arch_list_head): ... this. Updated all users.
5643 (record_arch_list_tail): Renamed to ...
5644 (record_full_arch_list_tail): ... this. Updated all users.
5645 (record_stop_at_limit): Renamed to ...
5646 (record_full_stop_at_limit): ... this. Updated all users.
5647 (record_insn_max_num): Renamed to ...
5648 (record_full_insn_max_num): ... this. Updated all users.
5649 (record_insn_num): Renamed to ...
5650 (record_full_insn_num): ... this. Updated all users.
5651 (record_insn_count): Renamed to ...
5652 (record_full_insn_count): ... this. Updated all users.
5653 (record_ops): Renamed to ...
5654 (record_full_ops): ... this. Updated all users.
5655 (record_core_ops): Renamed to ...
5656 (record_full_core_ops): ... this. Updated all users.
5657 (set_record_cmdlist): Renamed to ...
5658 (set_record_full_cmdlist): ... this. Updated all users.
5659 (show_record_cmdlist): Renamed to ...
5660 (show_record_full_cmdlist): ... this. Updated all users.
5661 (record_cmdlist): Renamed to ...
5662 (record_full_cmdlist): ... this. Updated all users.
5663 (record_beneath_to_resume_ops): Renamed to ...
5664 (record_full_beneath_to_resume_ops): ... this. Updated all users.
5665 (record_beneath_to_resume): Renamed to ...
5666 (record_full_beneath_to_resume): ... this. Updated all users.
5667 (record_beneath_to_wait_ops): Renamed to ...
5668 (record_full_beneath_to_wait_ops): ... this. Updated all users.
5669 (record_beneath_to_wait): Renamed to ...
5670 (record_full_beneath_to_wait): ... this. Updated all users.
5671 (record_beneath_to_store_registers_ops): Renamed to ...
5672 (record_full_beneath_to_store_registers_ops): ... this.
5673 Updated all users.
5674 (record_beneath_to_store_registers): Renamed to ...
5675 (record_full_beneath_to_store_registers): ... this.
5676 Updated all users.
5677 (record_beneath_to_xfer_partial_ops): Renamed to ...
5678 (record_full_beneath_to_xfer_partial_ops): ... this.
5679 Updated all users.
5680 (record_beneath_to_xfer_partial): Renamed to ...
5681 (record_full_beneath_to_xfer_partial): ... this.
5682 Updated all users.
5683 (record_beneath_to_insert_breakpoint): Renamed to ...
5684 (record_full_beneath_to_insert_breakpoint): ... this.
5685 Updated all users.
5686 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
5687 (record_full_beneath_to_stopped_by_watchpoint): ... this.
5688 Updated all users.
5689 (record_beneath_to_stopped_data_address): Renamed to ...
5690 (record_full_beneath_to_stopped_data_address): ... this.
5691 Updated all users.
5692 (record_beneath_to_async): Renamed to ...
5693 (record_full_beneath_to_async): ... this. Updated all users.
5694 (record_goto_insn): Renamed to ...
5695 (record_full_goto_insn): ... this. Updated all users.
5696 (record_save): Renamed to ...
5697 (record_full_save): ... this. Updated all users.
5698 (record_reg_alloc): Renamed to ...
5699 (record_full_reg_alloc): ... this. Updated all users.
5700 (record_reg_release): Renamed to ...
5701 (record_full_reg_release): ... this. Updated all users.
5702 (record_mem_alloc): Renamed to ...
5703 (record_full_mem_alloc): ... this. Updated all users.
5704 (record_mem_release): Renamed to ...
5705 (record_full_mem_release): ... this. Updated all users.
5706 (record_end_alloc): Renamed to ...
5707 (record_full_end_alloc): ... this. Updated all users.
5708 (record_end_release): Renamed to ...
5709 (record_full_end_release): ... this. Updated all users.
5710 (record_entry_release): Renamed to ...
5711 (record_full_entry_release): ... this. Updated all users.
5712 (record_list_release): Renamed to ...
5713 (record_full_list_release): ... this. Updated all users.
5714 (record_list_release_following): Renamed to ...
5715 (record_full_list_release_following): ... this.
5716 Updated all users.
5717 (record_list_release_first): Renamed to ...
5718 (record_full_list_release_first): ... this. Updated all users.
5719 (record_arch_list_add): Renamed to ...
5720 (record_full_arch_list_add): ... this. Updated all users.
5721 (record_get_loc): Renamed to ...
5722 (record_full_get_loc): ... this. Updated all users.
5723 (record_check_insn_num): Renamed to ...
5724 (record_full_check_insn_num): ... this. Updated all users.
5725 (record_arch_list_cleanups): Renamed to ...
5726 (record_full_arch_list_cleanups): ... this. Updated all users.
5727 (record_message): Renamed to ...
5728 (record_full_message): ... this. Updated all users.
5729 (record_message_wrapper): Renamed to ...
5730 (record_full_message_wrapper): ... this. Updated all users.
5731 (record_message_wrapper_safe): Renamed to ...
5732 (record_full_message_wrapper_safe): ... this. Updated all users.
5733 (record_gdb_operation_disable): Renamed to ...
5734 (record_full_gdb_operation_disable): ... this. Updated all users.
5735 (record_hw_watchpoint): Renamed to ...
5736 (record_full_hw_watchpoint): ... this. Updated all users.
5737 (record_exec_insn): Renamed to ...
5738 (record_full_exec_insn): ... this. Updated all users.
5739 (record_restore): Renamed to ...
5740 (record_full_restore): ... this. Updated all users.
5741 (record_async_inferior_event_token): Renamed to ...
5742 (record_full_async_inferior_event_token): ... this.
5743 Updated all users.
5744 (record_async_inferior_event_handler): Renamed to ...
5745 (record_full_async_inferior_event_handler): ... this.
5746 Updated all users.
5747 (record_core_open_1): Renamed to ...
5748 (record_full_core_open_1): ... this. Updated all users.
5749 (record_open_1): Renamed to ...
5750 (record_full_open_1): ... this. Updated all users.
5751 (record_open): Renamed to ...
5752 (record_full_open): ... this. Updated all users.
5753 (record_close): Renamed to ...
5754 (record_full_close): ... this. Updated all users.
5755 (record_resume_step): Renamed to ...
5756 (record_full_resume_step): ... this. Updated all users.
5757 (record_resumed): Renamed to ...
5758 (record_full_resumed): ... this. Updated all users.
5759 (record_execution_dir): Renamed to ...
5760 (record_full_execution_dir): ... this. Updated all users.
5761 (record_resume): Renamed to ...
5762 (record_full_resume): ... this. Updated all users.
5763 (record_get_sig): Renamed to ...
5764 (record_full_get_sig): ... this. Updated all users.
5765 (record_sig_handler): Renamed to ...
5766 (record_full_sig_handler): ... this. Updated all users.
5767 (record_wait_cleanups): Renamed to ...
5768 (record_full_wait_cleanups): ... this. Updated all users.
5769 (record_wait_1): Renamed to ...
5770 (record_full_wait_1): ... this. Updated all users.
5771 (record_wait): Renamed to ...
5772 (record_full_wait): ... this. Updated all users.
5773 (record_stopped_by_watchpoint): Renamed to ...
5774 (record_full_stopped_by_watchpoint): ... this. Updated all users.
5775 (record_disconnect): Renamed to ...
5776 (record_full_disconnect): ... this. Updated all users.
5777 (record_detach): Renamed to ...
5778 (record_full_detach): ... this. Updated all users.
5779 (record_mourn_inferior): Renamed to ...
5780 (record_full_mourn_inferior): ... this. Updated all users.
5781 (record_kill): Renamed to ...
5782 (record_full_kill): ... this. Updated all users.
5783 (record_stopped_data_address): Renamed to ...
5784 (record_full_stopped_data_address): ... this. Updated all users.
5785 (record_registers_change): Renamed to ...
5786 (record_full_registers_change): ... this. Updated all users.
5787 (record_store_registers): Renamed to ...
5788 (record_full_store_registers): ... this. Updated all users.
5789 (record_xfer_partial): Renamed to ...
5790 (record_full_xfer_partial): ... this. Updated all users.
5791 (record_breakpoint): Renamed to ...
5792 (record_full_breakpoint): ... this. Updated all users.
5793 (record_breakpoint_p): Renamed to ...
5794 (record_full_breakpoint_p): ... this. Updated all users.
5795 (record_breakpoints): Renamed to ...
5796 (record_full_breakpoints): ... this. Updated all users.
5797 (record_sync_record_breakpoints): Renamed to ...
5798 (record_full_sync_record_breakpoints): ... this.
5799 Updated all users.
5800 (record_init_record_breakpoints): Renamed to ...
5801 (record_full_init_record_breakpoints): ... this.
5802 Updated all users.
5803 (record_insert_breakpoint): Renamed to ...
5804 (record_full_insert_breakpoint): ... this. Updated all users.
5805 (record_remove_breakpoint): Renamed to ...
5806 (record_full_remove_breakpoint): ... this. Updated all users.
5807 (record_can_execute_reverse): Renamed to ...
5808 (record_full_can_execute_reverse): ... this. Updated all users.
5809 (record_get_bookmark): Renamed to ...
5810 (record_full_get_bookmark): ... this. Updated all users.
5811 (record_goto_bookmark): Renamed to ...
5812 (record_full_goto_bookmark): ... this. Updated all users.
5813 (record_async): Renamed to ...
5814 (record_full_async): ... this. Updated all users.
5815 (record_can_async_p): Renamed to ...
5816 (record_full_can_async_p): ... this. Updated all users.
5817 (record_is_async_p): Renamed to ...
5818 (record_full_is_async_p): ... this. Updated all users.
5819 (record_execution_direction): Renamed to ...
5820 (record_full_execution_direction): ... this. Updated all users.
5821 (record_info): Renamed to ...
5822 (record_full_info): ... this. Updated all users.
5823 (record_delete): Renamed to ...
5824 (record_full_delete): ... this. Updated all users.
5825 (record_is_replaying): Renamed to ...
5826 (record_full_is_replaying): ... this. Updated all users.
5827 (record_goto_entry): Renamed to ...
5828 (record_full_goto_entry): ... this. Updated all users.
5829 (record_goto_begin): Renamed to ...
5830 (record_full_goto_begin): ... this. Updated all users.
5831 (record_goto_end): Renamed to ...
5832 (record_full_goto_end): ... this. Updated all users.
5833 (record_goto): Renamed to ...
5834 (record_full_goto): ... this. Updated all users.
5835 (init_record_ops): Renamed to ...
5836 (init_record_full_ops): ... this. Updated all users.
5837 (record_core_resume): Renamed to ...
5838 (record_full_core_resume): ... this. Updated all users.
5839 (record_core_kill): Renamed to ...
5840 (record_full_core_kill): ... this. Updated all users.
5841 (record_core_fetch_registers): Renamed to ...
5842 (record_full_core_fetch_registers): ... this. Updated all users.
5843 (record_core_prepare_to_store): Renamed to ...
5844 (record_full_core_prepare_to_store): ... this. Updated all users.
5845 (record_core_store_registers): Renamed to ...
5846 (record_full_core_store_registers): ... this. Updated all users.
5847 (record_core_xfer_partial): Renamed to ...
5848 (record_full_core_xfer_partial): ... this. Updated all users.
5849 (record_core_insert_breakpoint): Renamed to ...
5850 (record_full_core_insert_breakpoint): ... this. Updated all users.
5851 (record_core_remove_breakpoint): Renamed to ...
5852 (record_full_core_remove_breakpoint): ... this. Updated all users.
5853 (record_core_has_execution): Renamed to ...
5854 (record_full_core_has_execution): ... this. Updated all users.
5855 (init_record_core_ops): Renamed to ...
5856 (init_record_full_core_ops): ... this. Updated all users.
5857 (cmd_record_restore): Renamed to ...
5858 (cmd_record_full_restore): ... this. Updated all users.
5859 (record_save_cleanups): Renamed to ...
5860 (record_full_save_cleanups): ... this. Updated all users.
5861 (cmd_record_start): Renamed to ...
5862 (cmd_record_full_start): ... this. Updated all users.
5863 (set_record_insn_max_num): Renamed to ...
5864 (set_record_full_insn_max_num): ... this. Updated all users.
5865 (set_record_command): Renamed to ...
5866 (set_record_full_command): ... this. Updated all users.
5867 (show_record_command): Renamed to ...
5868 (show_record_full_command): ... this. Updated all users.
5869 (_initialize_record): Renamed to ...
5870 (_initialize_record_full): ... this. Updated all users.
5871
d02ed0bb
MM
58722013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5873
5874 * record.h: Split into this and ...
5875 * record-full.h: ... this.
5876 * record.c: Split into this and ...
5877 * record-full.c: ... this.
5878 * target.h (target_ops): Add new fields to_info_record,
5879 to_save_record, to_delete_record, to_record_is_replaying,
5880 to_goto_record_begin, to_goto_record_end, to_goto_record.
5881 (target_info_record): New.
5882 (target_save_record): New.
5883 (target_supports_delete_record): New.
5884 (target_delete_record): New.
5885 (target_record_is_replaying): New.
5886 (target_goto_record_begin): New.
5887 (target_goto_record_end): New.
5888 (target_goto_record): New.
5889 * target.c (target_info_record): New.
5890 (target_save_record): New.
5891 (target_supports_delete_record): New.
5892 (target_delete_record): New.
5893 (target_record_is_replaying): New.
5894 (target_goto_record_begin): New.
5895 (target_goto_record_end): New.
5896 (target_goto_record): New.
5897 * record.h: Declare struct cmd_list_element.
5898 (record_cmdlist): New declaration.
5899 (set_record_cmdlist): New declaration.
5900 (show_record_cmdlist): New declaration.
5901 (info_record_cmdlist): New declaration.
5902 (cmd_record_goto): New declaration.
5903 * record.c: Remove unnecessary includes.
5904 Include inferior.h.
5905 (cmd_record_goto): Remove declaration.
5906 (record_cmdlist): Now extern. Initialize.
5907 (set_record_cmdlist): Now extern. Initialize.
5908 (show_record_cmdlist): Now extern. Initialize.
5909 (info_record_cmdlist): Now extern. Initialize.
5910 (find_record_target): New.
5911 (require_record_target): New.
5912 (cmd_record_start): Update.
5913 (cmd_record_delete): Remove target-specific code.
5914 Call target_delete_record.
5915 (cmd_record_stop): Unpush any record target.
5916 (set_record_insn_max_num): Move to record-full.c
5917 (set_record_command): Add comment.
5918 (show_record_command): Add comment.
5919 (info_record_command): Update comment.
5920 Remove target-specific code.
5921 Call the record target's to_info_record.
5922 (cmd_record_start): New.
5923 (cmd_record_goto): Now extern.
5924 Remove target-specific code.
5925 Call target_goto_begin, target_goto_end, or target_goto.
5926 (_initialize_record): Move record target ops initialization to
5927 record-full.c.
5928 Change "record" command help text.
5929 Move "record restore", "record set", and "record show" commands to
5930 record-full.c.
5931 * Makefile.in (SFILES): Add record-full.c.
5932 (HFILES_NO_SRCDIR): Add record-full.h.
5933 (COMMON_OBS): Add record-full.o.
5934 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
5935 * arm-tdep.c: Include record-full.h.
5936 * i386-linux-tdep.c: Include record-full.h instead of record.h.
5937 * i386-tdep.c: Include record-full.h.
5938 * infrun.c: Include record-full.h.
5939 * linux-record.c: Include record-full.h.
5940 * moxie-tdep.c: Include record-full.h.
5941 * record-full.c: Include record-full.h.
5942 Change module comment.
5943 (set_record_full_cmdlist): New.
5944 (show_record_full_cmdlist): New.
5945 (record_full_cmdlist): New.
5946 (record_goto_insn): New declaration.
5947 (record_save): New declaration.
5948 (record_check_insn_num): Change query string.
5949 (record_info): New.
5950 (record_delete): New.
5951 (record_is_replaying): New.
5952 (record_goto_entry): New.
5953 (record_goto_begin): New.
5954 (record_goto_end): New.
5955 (record_goto): New.
5956 (init_record_ops): Update.
5957 (init_record_core_ops): Update.
5958 (cmd_record_save): Rename to record_save. Remove target and arg checks.
5959 (cmd_record_start): New.
5960 (set_record_insn_max_num): Moved from record.c
5961 (set_record_full_command): New.
5962 (show_record_full_command): New.
5963 (_initialize_record_full): New.
5964
b48d48eb
MM
59652013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5966
5967 * target.h (add_deprecated_target_alias): New.
5968 * target.c (add_deprecated_target_alias): New.
5969
a950d57c
MM
59702013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5971
5972 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
5973 and signal.h.
5974 (linux_supports_btrace): Add kernel and
5975 cpuid check.
5976 (kernel_supports_btrace): New function.
5977 (cpu_supports_btrace): New function.
5978 (intel_supports_btrace): New function.
5979
9accd112
MM
59802013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5981
5982 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
5983 * remote.c: Include btrace.h.
5984 (struct btrace_target_info): New struct.
5985 (remote_supports_btrace): New function.
5986 (send_Qbtrace): New function.
5987 (remote_enable_btrace): New function.
5988 (remote_disable_btrace): New function.
5989 (remote_teardown_btrace): New function.
5990 (remote_read_btrace): New function.
5991 (init_remote_ops): Add btrace ops.
5992 (enum <unnamed>): Add btrace packets.
5993 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
5994 (_initialize_remote): Add packet configuration for branch tracing.
5995
c12a2917
MM
59962013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5997
5998 * features/btrace.dtd: New file.
5999 * Makefile.in (XMLFILES): Add btrace.dtd.
6000 * btrace.h (parse_xml_btrace): New declaration.
6001 * btrace.c: Include xml-support.h.
6002 (parse_xml_btrace): New function.
6003 (parse_xml_btrace_block): New function.
6004 (block_attributes): New struct.
6005 (btrace_attributes): New struct.
6006 (btrace_children): New struct.
6007 (btrace_elements): New struct.
6008
3e3aea48
MM
60092013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6010
6011 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
6012 (amd64_linux_enable_btrace): New.
6013 (amd64_linux_disable_btrace): New.
6014 (amd64_linux_teardown_btrace): New.
6015 (_initialize_amd64_linux_nat): Initialize btrace ops.
6016 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
6017 (i386_linux_enable_btrace): New.
6018 (i386_linux_disable_btrace): New.
6019 (i386_linux_teardown_btrace): New.
6020 (_initialize_i386_linux_nat): Initialize btrace ops.
6021 * config/i386/linux.mh: Add linux-btrace.o.
6022 * config/i386/linux64.mh: Add linux-btrace.o.
6023
7c97f91e
MM
60242013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6025
6026 * common/linux_btrace.h: New file.
6027 * common/linux_btrace.c: New file.
6028 * Makefile.in (SFILES): Add btrace.c.
6029 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
6030 (COMMON_OBS): Add btrace.o.
6031 (linux-btrace.o): New rule.
6032
1999790b 60332013-03-11 Markus Metzger <markus.t.metzger@intel.com>
02d27625
MM
6034
6035 * target.h: Include btrace.h.
6036 (struct target_ops) <to_supports_btrace, to_enable_btrace,
6037 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
6038 * target.c (target_supports_btrace): New function.
6039 (target_enable_btrace): New function.
6040 (target_disable_btrace): New function.
6041 (target_teardown_btrace): New function.
6042 (target_read_btrace): New function.
6043 * btrace.h: New file.
6044 * btrace.c: New file.
6045 * Makefile.in: Add btrace.c.
6046 * gdbthread.h: Include btrace.h.
6047 (struct thread_info): Add btrace field.
6048 * thread.c: Include btrace.h.
6049 (clear_thread_inferior_resources): Call target_teardown_btrace.
6050 * common/btrace-common.h: New file.
6051
61a31a67
JK
60522013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6053
6054 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
6055 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
6056 kill_status to outer block.
6057
05c56a9d
JK
60582013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 Fix entry-values if the callee called a noreturn function.
6061 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
6062 get_frame_address_in_block. Add new comment.
6063
9112db09
JK
60642013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 Fix entry-values in C++ across CUs.
6067 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
6068 lookup_minimal_symbol. Add a comment.
6069 * dwarf2read.c
6070 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
6071 DW_AT_linkage_name.
6072
9b67fcec
YQ
60732013-03-08 Yao Qi <yao@codesourcery.com>
6074
6075 * tracepoint.c (_initialize_tracepoint): Indent the code.
6076
6221be90
PA
60772013-03-08 Pedro Alves <palves@redhat.com>
6078
6079 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
6080 (parse_find_args, find_command): Change type of pattern buffer
6081 locals to 'gdb_byte *'.
6082
be9a119c 60832013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
6084 Hafiz Abid Qadeer <abidh@codesourcery.com>
6085
6086 * NEWS: Mention set and show trace-buffer-size commands.
6087 Mention new packet.
6088 * target.h (struct target_ops): New method
6089 to_set_trace_buffer_size.
6090 (target_set_trace_buffer_size): New macro.
6091 * target.c (update_current_target): Set up new method.
6092 * tracepoint.c (trace_buffer_size): New global.
6093 (start_tracing): Send it to the target.
6094 (set_trace_buffer_size): New function.
6095 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
6096 * remote.c (remote_set_trace_buffer_size): New function.
6097 (_initialize_remote): Use it.
6098 (QTBuffer:size) New remote command.
6099 (PACKET_QTBuffer_size): New enum.
6100 (remote_protocol_features): Add an entry for
6101 PACKET_QTBuffer_size.
6102
7da3ab79
TT
61032013-03-08 Tom Tromey <tromey@redhat.com>
6104
6105 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
6106 variable.
6107
0c1f71e7
PA
61082013-03-07 Pedro Alves <palves@redhat.com>
6109
6110 * target.c (target_read_stralloc, target_fileio_read_alloc):
6111 *Cast pointer to 'gdb_byte *' in target call.
6112
c8af03a2
PA
61132013-03-07 Pedro Alves <palves@redhat.com>
6114
6115 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
6116 call.
6117
529480d0
KS
61182013-03-07 Keith Seitz <keiths@redhat.com>
6119
6120 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
6121 (trace_pass_command): Likewise.
6122 * cli/cli-cmds.c: Include cli/cli-utils.h.
6123 (source_command): Use skip-spaces.
6124 (disassemble_command): Likewise.
6125 * findcmd.c: Include cli/cli-utils.h.
6126 (parse_find_args): Use skip_spaces.
6127 * go32-nat.c: Include cli/cli-utils.h.
6128 (go32_sldt): Use skip_spaces.
6129 (go32_sgdt): Likewise.
6130 (go32_sidt): Likewise.
6131 (go32_pde): Likewise.
6132 (go32_pte): Likewise.
6133 (go32_pte_for_address): Likewise.
6134 * infcmd.c: Include cli/cli-utils.h.
6135 (registers_info): Use skip_spaces.
6136 * linux-tdep.c (read_mapping): Use skip_spaces_const.
6137 (linux_info_proc): Likewise.
6138 * linux-thread-db.c: Include cli/cli-utils.h.
6139 (info_auto_load_libthread_db): Use skip_spaces_const.
6140 * m32r-rom.c: Include cli/cli-utils.h.
6141 (m32r_upload_command): Use skip_spaces.
6142 * maint.c: Include cli/cli-utils.h.
6143 (maintenance_translate_address): Use skip_spaces.
6144 * mi/mi-parse.c: Include cli/cli-utils.h.
6145 (mi_parse_argv): Use skip_spaces.
6146 (mi_parse): Likewise.
6147 * minsyms.c: Include cli/cli-utils.h.
6148 (msymbol_hash_iw): Use skip_spaces_const.
6149 * objc-lang.c: Include cli/cli-utils.h.
6150 (parse_selector): Use skip_spaces.
6151 (parse_method): Likewise.
6152 * python/python.c: Include cli/cli-utils.h.
6153 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
6154 (python_command)[HAVE_PYTHON]: Likewise.
6155 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
6156 * remote-m32r-sdi.c: Include cli/cli-utils.h.
6157 (m32r_load): Use skip_spaces.
6158 * serial.c: Include cli/cli-utils.h.
6159 (serial_open): Use skip_spaces_const.
6160 * stack.c: Include cli/cli-utils.h.
6161 (parse_frame_specification_1): Use skip_spaces_const.
6162 * symfile.c: Include cli/cli-utils.h.
6163 (set_ext_lang_command): Use skip_spaces.
6164 * symtab.c: Include cli/cli-utils.h.
6165 (rbreak_command): Use skip_spaces.
6166 * thread.c (thread_name_command): Use skip_spaces.
6167 * tracepoint.c (validate_actionline): Use skip_spaces.
6168 (encode_actions_1): Likewise.
6169 (trace_find_range_command): Likewise.
6170 (trace_find_outside_command): Likewise.
6171 (trace_dump_actions): Likewise.
6172
ac91cd70
PA
61732013-03-07 Pedro Alves <palves@redhat.com>
6174
6175 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
6176 * expprint.c (print_subexp_standard): Likewise.
6177 * utils.c (host_char_to_target): Likewise.
6178 * valprint.c (generic_emit_char, generic_printstr): Likewise.
6179 * varobj.c (value_get_print_value): Change type of local to char*.
6180 Cast it gdb_byte * in call to language printer.
6181
2898e560
PA
61822013-03-07 Pedro Alves <palves@redhat.com>
6183
6184 * charset.c (struct wchar_iterator) <input>: Change type to 'const
6185 gdb_byte *'.
6186 (make_wchar_iterator): Remove cast to char*.
6187 (wchar_iterate): Change type of local.
6188
a09b4448
PA
61892013-03-07 Pedro Alves <palves@redhat.com>
6190
6191 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
6192 for 'regcache->register_status'.
6193
20ced3e4
PA
61942013-03-07 Pedro Alves <palves@redhat.com>
6195
c2d6a675 6196 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
20ced3e4
PA
6197 int.
6198
fe106009
PA
61992013-03-07 Pedro Alves <palves@redhat.com>
6200
6201 * stap-probe.c (handle_stap_probe): Add cast to char*.
6202
8ac2c12b
PA
62032013-03-07 Pedro Alves <palves@redhat.com>
6204
6205 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
6206 RECORD_MSGRCV>: Pass a signed variable to
6207 regcache_raw_read_signed, instead of an unsigned one.
6208
99f0a309
PA
62092013-03-07 Pedro Alves <palves@redhat.com>
6210
6211 * remote-notif.c (notif_debug): Change type to int.
6212 * remote-notif.h (notif_debug): Likewise.
6213
964b8317
PA
62142013-03-07 Pedro Alves <palves@redhat.com>
6215
6216 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
6217
f0cc8ad4
PA
62182013-03-07 Pedro Alves <palves@redhat.com>
6219
6220 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
6221 * remote.h (hex2bin, bin2hex): ... here.
6222 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
6223
77dec115
EZ
62242013-03-07 Eli Zaretskii <eliz@gnu.org>
6225
6226 * utils.c (initialize_utils): Improve doc strings of "set/show
6227 width", "set/show height", and "set/show pagination".
6228
741d92cf
KS
62292013-03-06 Keith Seitz <keiths@redhat.com>
6230
6231 * ax-gdb.c (gen_printf): Make FORMAT const.
6232 * ax-gdb.h (gen_printf): Likewise.
6233 * ax-general.c (ax_string): Make STR const.
6234 * ax.h (ax_string): Likewise.
6235
7b6c814e
DE
62362013-03-06 Doug Evans <dje@google.com>
6237
6238 * elfread.c (elf_symfile_read): Move debugging printf to more
6239 logical location.
6240
634334ab
PA
62412013-03-06 Pedro Alves <palves@redhat.com>
6242
6243 * python/py-utils.c (target_string_to_unicode): Delete function.
6244 * python/python-internal.h (target_string_to_unicode): Delete
6245 declaration.
6246
e482a1a7
PM
62472013-03-06 Pierre Muller <muller@sourceware.org>
6248
6249 * linespec.c (get_current_search_block): ARI fix, use (void)
6250 for empty parameter list.
6251
4eeaa230
DE
62522013-03-05 Doug Evans <dje@google.com>
6253
6254 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
6255 of old ada_lookup_symbol_list. In !full_search case, don't
6256 search superblocks.
6257 (ada_lookup_symbol_list): Delete arg full_search, all callers
6258 updated. Call ada_lookup_symbol_list_worker.
6259 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
6260 * ada-lang.h (ada_lookup_symbol_list): Update.
6261 * language.h (language_defn): Update comment for
6262 la_iterate_over_symbols.
6263 * linespec.c (iterate_over_file_blocks): New function.
6264 (iterate_over_all_matching_symtabs): Call it.
6265 (lookup_prefix_sym): Ditto.
6266 (get_current_search_block): New function.
6267 (get_search_block): Delete.
6268 (find_label_symbols): Call get_current_search_block.
6269 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
6270 * symtab.c (iterate_over_symbols): Don't search superblocks.
6271
b69b1fb1
YQ
62722013-03-05 Yao Qi <yao@codesourcery.com>
6273
6274 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
6275 parameter VAR's type from "unsigned int" to "int".
6276 * command.h (var_zuinteger_unlimited): Update its comments.
6277 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
6278
3c095f49
CV
62792013-03-05 Corinna Vinschen <vinschen@redhat.de>
6280
6281 * NEWS: Mention new target x86_64-*-cygwin*.
6282
b5b0b0af
CV
62832013-03-05 Corinna Vinschen <vinschen@redhat.de>
6284
6285 * configure.host: Add x86_64-*-cygwin* as host.
6286 * configure.tgt: Add x86_64-*-cygwin* as target.
6287 * config/i386/cygwin64.mh: New file.
6288
f6f99966
JK
62892013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6290
6291 * linespec.c (decode_line_2): Fix duplicate request off by two message.
6292
33f448b1
JK
62932013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6294
6295 * linespec.c (struct linespec_canonical_name): New.
6296 (struct linespec_state): Change canonical_names type to it.
6297 (add_sal_to_sals): Change variable canonical_name to canonical. Change
6298 xrealloc element size. Initialize the different CANONICAL fields.
6299 (canonical_to_fullform): New.
6300 (filter_results): Use it. Add variables canonical, fullform and
6301 cleanup.
6302 (struct decode_line_2_item, decode_line_2_compare_items): New.
6303 (decode_line_2): Remove variables iter and item_names, add variables
6304 items and items_count. Modify the code for these new variables.
6305
feb14725
CV
63062013-03-04 Corinna Vinschen <vinschen@redhat.com>
6307
6308 * coff-pe-read.c (read_pe_exported_syms): Don't return without
6309 calling do_cleanup.
6310
e83b17ba
HZ
63112013-03-04 Luis Machado <lgustavo@codesourcery.com>
6312
6313 * tracepoint.c (build_traceframe_info): Add code for byte order.
6314
a2d13a0d
KB
63152013-03-02 Kevin Buettner <kevinb@redhat.com>
6316
8dddcae8
KB
6317 * v850-tdep.c: (v850e2_register_name): Revise system register
6318 names to match current V850E2M architecture specifications.
6319 Update register number enum comments too.
a2d13a0d 6320
d79e58d8
JW
63212013-03-01 Jiong Wang <jiwang@tilera.com>
6322 Pedro Alves <palves@redhat.com>
6323
6324 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
6325 to END_ADDR.
6326 (tilegx_skip_prologue): Limit prologue analysis to section end.
6327
c4be5165
JK
63282013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6329
6330 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
6331 use it.
6332
e362b510
PA
63332013-03-01 Pedro Alves <palves@redhat.com>
6334
6335 Use gdb_byte for bytes from the program being debugged.
6336
6337 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
6338 Change type of local 'buf' to gdb_byte.
6339 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
6340 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
6341 * cris-tdep.c (cris_sigcontext_addr)
6342 (cris_sigtramp_frame_unwind_cache): Likewise.
6343 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
6344 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
6345 Likewise.
6346 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
6347 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
6348 (hppa32_hpux_search_dummy_call_sequence)
6349 (hppa_hpux_supply_save_state): Likewise.
6350 * hppa-linux-tdep.c (insns_match_pattern)
6351 (hppa_linux_find_global_pointer): Likewise.
6352 * hppa-tdep.c (hppa_in_function_epilogue_p)
6353 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
6354 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
6355 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
6356 (i386fbsd_collect_uthread): Likewise.
6357 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
6358 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
6359 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
6360 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
6361 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
6362 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
6363 (ia64_libunwind_frame_prev_register)
6364 (ia64_libunwind_sigtramp_frame_this_id)
6365 (ia64_find_global_pointer_from_dynamic_section)
6366 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
6367 (ia64_unwind_pc): Likewise.
6368 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
6369 * m68hc11-tdep.c (m68hc11_push_dummy_call)
6370 (m68hc11_extract_return_value): Likewise.
6371 * m68klinux-nat.c (fetch_register, store_register): Likewise.
6372 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
6373 (mep_get_insn, mep_push_dummy_call): Likewise.
6374 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
6375 (mips_linux_in_dynsym_stub): Likewise.
6376 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
6377 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
6378 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
6379 to gdb_byte.
6380 * remote-mips.c (mips_set_register): Likewise.
6381 * remote-sim.c (gdbsim_fetch_register): Likewise.
6382 * score-tdep.c (score7_fetch_inst): Change type of parameter
6383 'memblock' and local 'buf' to gdb_byte.
6384 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
6385 Change type of local 'buf' to gdb_byte. Adjust.
6386 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
6387 to gdb_byte**.
6388 (score7_analyze_prologue): Change type of 'memblock' and
6389 'memblock_ptr' locals to gdb_byte*.
6390 * sh64-tdep.c (sh64_extract_return_value)
6391 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
6392 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
6393 * solib-pa64.c (pa64_solib_create_inferior_hook)
6394 (pa64_open_symbol_file_object): Remove local 'buf'.
6395 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
6396 (som_open_symbol_file_object): Likewise.
6397 * solib-spu.c (spu_current_sos): Likewise.
6398 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
6399 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
6400 (spu_store_registers): Likewise.
6401 * target.c (debug_print_register): Likewise.
6402 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
6403 * xstormy16-tdep.c (xstormy16_store_return_value)
6404 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
6405 (xstormy16_find_jmp_table_entry): Likewise.
6406
75cc61ca 64072013-03-01 Jiong Wang <jiwang@tilera.com>
61d8bd0e
JW
6408
6409 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
6410 (tilegx_gdbarch_init): Install it.
6411
ddb08e9c
TT
64122013-02-28 Tom Tromey <tromey@redhat.com>
6413
6414 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
6415 PyLong_Check.
6416
62d7fb51
DE
64172013-02-28 Doug Evans <dje@google.com>
6418
6419 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
6420 * python/python.c (gdbpy_find_pc_line): Ditto.
6421
c4a9e8b4
TT
64222013-02-28 Tom Tromey <tromey@redhat.com>
6423
6424 * contrib/excheck.py: New file.
6425 * contrib/exsummary.py: New file.
6426 * contrib/gcc-with-excheck: New file.
6427
7f6a5dde
TT
64282013-02-28 Tom Tromey <tromey@redhat.com>
6429
6430 * python/python.c (gdbpy_print_stack): Call begin_line and
6431 fprintf_filtered inside TRY_CATCH.
6432
9e974e55
TT
64332013-02-28 Tom Tromey <tromey@redhat.com>
6434
6435 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
6436 inside TRY_CATCH.
6437
dd5fa3e7
TT
64382013-02-28 Tom Tromey <tromey@redhat.com>
6439
6440 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
6441 frame_object_to_frame_info inside TRY_CATCH.
6442
86a3263f
TT
64432013-02-28 Tom Tromey <tromey@redhat.com>
6444
6445 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
6446 TRY_CATCH.
6447
81b52a3a
TT
64482013-02-28 Tom Tromey <tromey@redhat.com>
6449
6450 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
6451
d50a0ce2
CV
64522013-02-27 Corinna Vinschen <vinschen@redhat.com>
6453
6454 * windows-nat.c: Throughout, fix format strings and casts of
6455 printf-like functions to avoid type related warnings on all
6456 platforms.
6457 (handle_output_debug_string): Fetch context information address
6458 from debug string using string_to_core_addr.
6459
e1f58301
JW
64602013-02-27 Jiong Wang <jiwang@tilera.com>
6461
6462 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
6463 * regformats/reg-tilegx32.dat: New.
6464
4fcd89fc
JW
64652013-02-27 Jiong Wang <jiwang@tilera.com>
6466
6467 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
6468
748d24e6
JW
64692013-02-27 Jiong Wang <jiwang@tilera.com>
6470
6471 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
6472
6c8e944d
YQ
64732013-02-27 Yao Qi <yao@codesourcery.com>
6474 Pedro Alves <palves@redhat.com>
6475
6476 * tracepoint.c (tfile_trace_find): For tfind
5f8e0b8f
MF
6477 pc/tp/range/outside, look for the next trace frame instead of
6478 always starting from frame 0.
6c8e944d 6479
acd7db30
AG
64802013-02-26 Anthony Green <green@moxielogic.com>
6481
6482 * configure.tgt: Add support for moxie-*-rtems* target.
6483
025e6dce
PA
64842013-02-25 Pedro Alves <palves@redhat.com>
6485
6486 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
6487 warning text.
6488
ca9c94ef
MR
64892013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
6490
6491 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
6492 if $fp is used as the virtual frame pointer.
6493
24c274a1
AM
64942013-02-23 Alan Modra <amodra@gmail.com>
6495
6496 * elfread.c (elf_symtab_read): Do not use udata.p here to find
6497 symbol size.
6498 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
6499 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
6500 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
6501 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
6502
bfada189
JK
65032013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 Code cleanup.
6506 * elfread.c (build_id_bfd_get): Make the return type const.
6507 (build_id_verify): Make the check parameter const.
6508 (build_id_to_debug_filename): Make the build_id parameter and variable
6509 data const.
6510 (find_separate_debug_file_by_buildid): Make the variable build_id const.
6511
c0355132
AM
65122013-02-21 Alan Modra <amodra@gmail.com>
6513
6514 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
6515
9f44fbc0
SCR
65162013-02-20 Siva Chandra Reddy <sivachandra@google.com>
6517
6518 Add a new method 'disassemble' to gdb.Architecture class.
6519 * python/py-arch.c (archpy_disassmble): Implementation of the
6520 new method gdb.Architecture.disassemble.
6521 (arch_object_methods): Add entry for the new method.
6522
b74ea3eb
JW
65232013-02-20 Jiong Wang <jiwang@tilera.com>
6524
6525 * MAINTAINERS (Write After Approval): Add myself to the list.
6526
61a672f1
PA
65272013-02-19 Pedro Alves <palves@redhat.com>
6528
6529 Garbage collect 'struct monitor_ops'::load_routine.
6530
6531 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
6532 * monitor.c (monitor_load): No longer call
6533 current_monitor->load_routine.
6534 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
6535 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
6536 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
6537
40e397df
PA
65382013-02-19 Pedro Alves <palves@redhat.com>
6539
6540 PR gdb/15161
6541
6542 Harmonize with generic_load.
6543
6544 * monitor.c: Include "readline/readline.h".
6545 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
6546 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
6547 long/strtol for the 'load_offset' local. Error out if no argument
6548 is given or if too many arguments are given. Tilde expand the
6549 passed in file name.
6550
f698ca8e
KT
65512013-02-19 Kai Tietz <ktietz@redhat.com>
6552
6553 PR gdb/15161
6554 * symfile.c (load_section_data): Change type of load_offset
6555 to CORE_ADDR.
6556 (generic_load): User strtoulst instead of strtoul for conversion
6557 of load_offset.
6558
3361b059
WL
65592013-02-19 Jiong Wang <jiwang@tilera.com>
6560
6561 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
6562 for return address, "lr" register, saved on stack.
6563 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
6564 after we invoke tilegx_analyze_prologue.
6565
3e9d5130
WL
65662013-02-19 Jiong Wang <jiwang@tilera.com>
6567
bb1bcd86
WL
6568 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
6569
3361b059 65702013-02-19 Jiong Wang <jiwang@tilera.com>
bb1bcd86 6571
b74ea3eb 6572 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
3e9d5130 6573
4aaf2503
WL
65742013-02-19 Jiong Wang <jiwang@tilera.com>
6575
b74ea3eb 6576 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
4aaf2503
WL
6577 (tilegx_write_pc): New function.
6578 (tilegx_cannot_reference_register): Return zero if REGNO
6579 is TILEGX_FAULTNUM_REGNUM.
6580 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
6581 (tilegx_register_name): Add handling of "faultnum" register.
6582 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
6583 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
6584 handling of TILEGX_FAULTNUM_REGNUM.
6585 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
6586
bc23a956
WL
65872013-02-19 Jiong Wang <jiwang@tilera.com>
6588
6589 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
b74ea3eb 6590 should be aligned to 64bit.
bc23a956 6591
42f45f1a
KT
65922013-02-19 Kai Tietz <ktietz@redhat.com>
6593
6594 * windows-nat.c (windows_xfer_memory): Fix debug-output
6595 for LLP64.
6596
6ce4c112
LL
65972013-02-19 Lei Liu <lei.liu2@windriver.com>
6598
6599 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
6600 Don't check DSP register number if HAVE_DSP is not set.
6601
30e8ee25
AM
66022013-02-19 Alan Modra <amodra@gmail.com>
6603
6604 * elfread.c (struct build_id): Delete. Use struct elf_build_id
6605 throughout file instead.
6606 (build_id_bfd_get): Update to use new elf_tdata build_id field.
6607 Don't xmalloc return value.
6608 (build_id_verify): Similarly. Don't xfree.
6609 (build_id_to_debug_filename): Update.
6610 (find_separate_debug_file_by_buildid): Update, don't xfree.
6611
4c9ad8c2
TT
66122013-02-18 Tom Tromey <tromey@redhat.com>
6613
6614 PR gdb/15102:
6615 * dwarf2read.c (read_subrange_type): Use result of
6616 'check_typedef'.
6617
983dc440
YQ
66182013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
6619
6620 * frame.c: Remove one extra white space after #include
6621 directive.
6622
7fb2b84a
JK
66232013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6624
6625 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
6626
edceb2a9
JK
66272013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6628
6629 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
6630 and dir commands into an if block.
6631
e81b7af8
TT
66322013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
6633
6634 * python/py-breakpoint (struct pybp_code): Use int instead of
6635 enum type_code.
6636
f5911ea1
HAQ
66372013-02-15 Pedro Alves <pedro@codesourcery.com>
6638 Hafiz Abid Qadeer <abidh@codesourcery.com>
6639
6640 * NEWS: Mention new field "trace-file".
6641 * tracepoint.c (trace_status_mi): Output "trace-file" field.
6642 (tfile_open): Record the trace file's filename in the trace
6643 status.
6644 (tfile_files_info): Mention the name of the trace file.
6645 Check the "filename" field explicitely.
6646 (trace_status_command): Explicitely check "filename" field.
6647 (trace_find_command): Ditto.
6648 (trace_find_pc_command): Ditto.
6649 (trace_find_tracepoint_command): Ditto.
6650 (trace_find_line_command): Ditto.
6651 (trace_find_range_command): Ditto.
6652 (trace_find_outside_command): Ditto.
6653 * tracepoint.h (struct trace_status) <from_file>: Rename it
6654 to "filename" and make it hold the trace file's filename
6655 instead of a boolean.
6656 * remote.c (remote_get_trace_status): Initialize "filename"
6657 field with NULL instead of 0.
6658
796cb314
YQ
66592013-02-15 Yao Qi <yao@codesourcery.com>
6660
6661 * remote.c: Fix a typo.
6662
42e79b1d
PM
66632013-02-14 Pierre Muller <muller@sourceware.org>
6664
6665 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
6666
baea0dae
PA
66672013-02-14 Pedro Alves <palves@redhat.com>
6668
6669 * utils.c (savestring): Don't #undef it. Move function to
6670 common/common-utils.c.
6671 * common/common-utils.c: Include gdb_string.h.
6672 (savestring): Move here from utils.c.
6673 * common/common-utils.h (savestring): Declare.
6674
57c3b6ed
PA
66752013-02-14 Pedro Alves <palves@redhat.com>
6676
6677 * utils.c (savestring): Rename parameter 'size' to 'len'.
6678
d6c44983
YZ
66792013-02-14 Pedro Alves <palves@redhat.com>
6680 Yufeng Zhang <yufeng.zhang@arm.com>
6681
6682 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
6683 (aarch64_inferior_data, struct aarch64_inferior_data):
6684 Delete.
6685 (struct aarch64_process_info): New.
6686 (aarch64_process_list): New global.
6687 (aarch64_find_process_pid, aarch64_add_process)
6688 (aarch64_process_info_get): New functions.
6689 (aarch64_inferior_data_get): Delete.
6690 (aarch64_process_info_get): New function.
6691 (aarch64_forget_process): New function.
6692 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
6693 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
6694 aarch64_get_debug_reg_state.
6695 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
6696 instead of linux_nat_iterate_watchpoint_lwps.
6697 (aarch64_linux_new_fork): New function.
6698 (aarch64_linux_child_post_startup_inferior): Use
6699 aarch64_forget_process instead of aarch64_init_debug_reg_state.
6700 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
6701 (aarch64_linux_remove_hw_breakpoint)
6702 (aarch64_handle_aligned_watchpoint)
6703 (aarch64_handle_unaligned_watchpoint)
6704 (aarch64_linux_insert_watchpoint)
6705 (aarch64_linux_remove_watchpoint)
6706 (aarch64_linux_stopped_data_address): Adjust to pass the current
6707 process id to aarch64_debug_reg_state.
6708 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
6709 linux_nat_new_fork hook, and aarch64_forget_process as
6710 linux_nat_forget_process hook; remove the call to
6711 register_inferior_data_with_cleanup.
6712
4819b3f8
PA
67132013-02-14 Pedro Alves <palves@redhat.com>
6714
6715 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
6716 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
6717 lval_memory.
6718
1773c82c
HAQ
67192013-02-14 Pedro Alves <pedro@codesourcery.com>
6720 Hafiz Abid Qadeer <abidh@codesourcery.com>
6721
6722 * tracepoint.h (validate_trace_state_variable_name): Declare.
6723 * tracepoint.c (validate_trace_state_variable_name): New.
6724 (trace_variable_command): Parse the trace state variable's name
6725 without using parse_expression. Do several validations.
6726 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
6727 trace state variable's name with parse_expression. Validate it.
6728
53778a97
YQ
67292013-02-14 Yao Qi <yao@codesourcery.com>
6730
6731 * infcmd.c (breakpoint_proceeded): Remove it.
6732
7b3ae3a6
YQ
67332013-02-14 Yao Qi <yao@codesourcery.com>
6734
6735 * tracepoint.c (end_actions_pseudocommand): Make it static.
6736 (while_stepping_pseudocommand): Likewise.
6737 * tracepoint.h (end_actions_pseudocommand): Remove the
6738 declaration.
6739 (while_stepping_pseudocommand): Likewise.
6740
64580925
YQ
67412013-02-14 Yao Qi <yao@codesourcery.com>
6742
6743 * cli/cli-decode.c (help_cmd): Remove the declaration of
6744 "cmdlist".
6745 (help_all): Likewise.
6746
26cb8b7c
PA
67472013-02-13 Pedro Alves <palves@redhat.com>
6748
6749 * amd64-linux-nat.c (update_debug_registers_callback):
6750 Update comment.
6751 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
6752 iterate_over_lwps.
6753 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
6754 i386_debug_reg_state.
6755 (amd64_linux_new_fork): New function.
6756 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
6757 linux_nat_new_fork hook, and i386_forget_process as
6758 linux_nat_forget_process hook.
6759 * i386-linux-nat.c (update_debug_registers_callback):
6760 Update comment.
a8256ea1 6761 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
26cb8b7c
PA
6762 iterate_over_lwps.
6763 (i386_linux_prepare_to_resume): Pass the lwp's pid to
6764 i386_debug_reg_state.
6765 (i386_linux_new_fork): New function.
6766 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
6767 linux_nat_new_fork hook, and i386_forget_process as
6768 linux_nat_forget_process hook.
6769 * i386-nat.c (i386_init_dregs): Delete.
6770 (i386_inferior_data, struct i386_inferior_data):
6771 Delete.
6772 (struct i386_process_info): New.
6773 (i386_process_list): New global.
6774 (i386_find_process_pid, i386_add_process, i386_process_info_get):
6775 New functions.
6776 (i386_inferior_data_get): Delete.
6777 (i386_process_info_get): New function.
6778 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
6779 (i386_forget_process): New function.
6780 (i386_cleanup_dregs): Rewrite.
6781 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
6782 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6783 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6784 (i386_remove_hw_breakpoint): Adjust to pass the current process id
6785 to i386_debug_reg_state.
6786 (i386_use_watchpoints): Don't register inferior data.
6787 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
6788 adjust comment.
6789 (i386_forget_process): Declare.
6790 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
6791 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
6792 New static globals.
6793 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
6794 (add_initial_lwp): New, factored out from ...
6795 (add_lwp): ... this. Don't check the number of lwps before
6796 calling linux_nat_new_thread.
6797 (linux_nat_iterate_watchpoint_lwps): Delete.
6798 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
6799 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
6800 forks and vforks.
6801 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
6802 initial lwp.
6803 (linux_nat_kill, linux_nat_mourn_inferior): Call
6804 linux_nat_forget_process.
6805 (linux_nat_set_new_fork, linux_nat_set_forget_process)
6806 (linux_nat_forget_process): New functions.
6807 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
6808 type.
6809 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
6810 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
6811 types.
6812 (linux_nat_set_new_fork, linux_nat_set_forget_process)
6813 (linux_nat_forget_process): New declarations.
6814
6815 * amd64fbsd-nat.c (super_mourn_inferior): New global.
6816 (amd64fbsd_mourn_inferior): New function.
6817 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
6818 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
6819
5befea72
MS
68202013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6821
55015247
YQ
6822 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6823 Adding _().
5befea72 6824
1d3ffd6b
MS
68252013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6826
6827 * aarch64-linux-nat.c (debug_reg_change_callback)
6828 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
6829 %s and phex().
6830
6eb04473
MS
68312013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6832
6833 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
6834 with LONGEST.
6835
a016fc87
HAQ
68362013-02-13 Pedro Alves <palves@redhat.com>
6837 Hafiz Abid Qadeer <abidh@codesourcery.com>
6838
6839 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
6840
e234dfaf
TT
68412013-02-12 Tom Tromey <tromey@redhat.com>
6842
6843 PR symtab/11464:
6844 * c-exp.y (lex_one_token): Initialize other fields of yylval on
6845 NAME return.
6846 (classify_inner_name): Remove 'first_name' argument, add
6847 'context'. Remove unused variable.
6848 (yylex): Explicitly maintain the context type. Exit loop earlier
6849 if NAME result is seen.
6850
0b1afbb3
PA
68512013-02-12 Pedro Alves <palves@redhat.com>
6852
6853 * amd64-darwin-tdep.c: Add (C) after Copyright.
6854 * cli/cli-cmds.h: Ditto.
6855 * cli/cli-decode.c: Ditto.
6856 * cli/cli-decode.h: Ditto.
6857 * cli/cli-dump.c: Ditto.
6858 * cli/cli-dump.h: Ditto.
6859 * cli/cli-interp.c: Ditto.
6860 * cli/cli-logging.c: Ditto.
6861 * cli/cli-script.c: Ditto.
6862 * cli/cli-script.h: Ditto.
6863 * cli/cli-setshow.c: Ditto.
6864 * cli/cli-setshow.h: Ditto.
6865 * cli/cli-utils.c: Ditto.
6866 * cli/cli-utils.h: Ditto.
6867 * config/alpha/nm-osf3.h: Ditto.
6868 * config/djgpp/djconfig.sh: Ditto.
6869 * config/i386/nm-fbsd.h: Ditto.
6870 * config/i386/nm-i386gnu.h: Ditto.
6871 * config/nm-linux.h: Ditto.
6872 * config/nm-nto.h: Ditto.
6873 * config/rs6000/nm-rs6000.h: Ditto.
6874 * config/sparc/nm-sol2.h: Ditto.
6875 * darwin-nat-info.c: Ditto.
6876 * dfp.c: Ditto.
6877 * dfp.h: Ditto.
6878 * gdb-demangle.h: Ditto.
6879 * i386-darwin-nat.c: Ditto.
6880 * i386-darwin-tdep.c: Ditto.
6881 * linux-fork.h: Ditto.
6882 * m32c-tdep.c: Ditto.
6883 * microblaze-linux-tdep.c: Ditto.
6884 * microblaze-rom.c: Ditto.
6885 * microblaze-tdep.c: Ditto.
6886 * microblaze-tdep.h: Ditto.
6887 * mips-linux-tdep.h: Ditto.
6888 * ppc-ravenscar-thread.c: Ditto.
6889 * ppc-ravenscar-thread.h: Ditto.
6890 * prologue-value.c: Ditto.
6891 * prologue-value.h: Ditto.
6892 * ravenscar-thread.c: Ditto.
6893 * ravenscar-thread.h: Ditto.
6894 * sparc-ravenscar-thread.c: Ditto.
6895 * sparc-ravenscar-thread.h: Ditto.
6896 * tilegx-linux-tdep.c: Ditto.
6897 * unwind_stop_reasons.def: Ditto.
6898 * windows-nat.h: Ditto.
6899 * xtensa-linux-tdep.c: Ditto.
6900 * xtensa-xtregs.c: Ditto.
6901 * regformats/regdat.sh: Ditto.
6902 * regformats/regdef.h: Ditto.
6903
6c01dd94
PA
69042013-02-12 Pedro Alves <palves@redhat.com>
6905
6906 * break-catch-sig.c: Update copyright years.
6907
b65a2bd9
SCR
69082013-02-11 Siva Chandra Reddy <sivachandra@google.com>
6909
6910 Add support for a destructor for ui_out data and use it to
6911 provide a ui_out destructor.
6912 * ui-out.h: Declare the new ui_out destructor.
6913 (ui_out_impl): Add a field for data destructor in ui_out_impl.
6914 * ui-out.c (default_data_destroy): Add a default data destructor
6915 which does nothing.
6916 (default_ui_out_impl): Set the new data_destroy field to
6917 default_data_destroy
6918 (uo_data_destroy): Local function which invokes the data
6919 destructor if present.
6920 (clear_table): Local function which clears the table data of a
6921 ui_out object.
6922 (ui_out_destroy): Public function which frees a ui_out object.
6923 (ui_out_table_end): Use the new clear_table function.
6924 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
6925 NULL.
6926 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
6927 to NULL.
6928
c2792f5a
DE
69292013-02-11 Doug Evans <dje@google.com>
6930
6931 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
6932 (printf_decfloat): New function. Broken out from ui_printf.
6933 Remove unnecessary code to shift the entire format string down.
6934 (printf_pointer): New function.
6935 (ui_printf): Code to print C strings, wide C strings, decfloats,
6936 and pointers moved to separate functions.
6937
d9e98382
SDJ
69382013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6939
6940 * valops.c (value_assign): Handling bitfield offset in
6941 `lval_internalvar_component' case.
6942
4ff3ce77
DE
69432013-02-08 Doug Evans <dje@google.com>
6944
6945 * common/format.c (parse_format_string): Fix whitespace.
6946
901900c4
MGD
69472013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
6948
6949 * stack.c (return_command): Work around uninitialized variable
6950 warning.
6951
b5dbc8d4
YZ
69522013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
6953
6954 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
6955 number of the registers from 36 to 34.
6956
51d66578
MS
69572013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
6958
6959 * NEWS: Mention new AArch64 native and target support.
6960
176b1c95
MS
69612013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
6962
6963 * MAINTAINERS (Write After Approval): Add myself.
6964
9d19df75
MS
69652013-02-08 Jim MacArthur <jim.macarthur@arm.com>
6966 Marcus Shawcroft <marcus.shawcroft@arm.com>
6967 Nigel Stephens <nigel.stephens@arm.com>
6968 Yufeng Zhang <yufeng.zhang@arm.com>
6969
6970 * aarch64-linux-nat.c: New file.
6971 * config/aarch64/linux.mh: New file.
6972 * configure.host: Add AArch64.
6973 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
6974
7e1e0340
DE
69752013-02-07 Doug Evans <dje@google.com>
6976
6977 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
6978 disassemble command.
6979
45e25a36
MS
69802013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
6981
6982 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
6983 set_gdbarch_fetch_tls_load_module_address.
6984
bbfdfe1c
DM
69852013-02-06 David S. Miller <davem@davemloft.net>
6986
6987 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
6988 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6989 * value.c (struct_return_convention): New function.
6990 (using_struct_return): Implement in terms of struct_return_convention.
6991 * value.h (struct_return_convention): Declare.
6992 * stack.c (return_command): Allow successful overriding of the return
6993 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6994
bc9abe4a
TT
69952013-02-06 Tom Tromey <tromey@redhat.com>
6996
6997 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
6998 outside of TRY_CATCH.
6999
134a2066
YQ
70002013-02-06 Yao Qi <yao@codesourcery.com>
7001
7002 * mi/mi-interp.c: Include "tracepoint.h".
7003 (mi_tsv_modified): Declare.
7004 (mi_tsv_created, mi_tsv_deleted): Update declaration.
7005 (mi_interpreter_init): Call observer_attach_tsv_modified.
7006 (mi_tsv_modified): New.
7007 (mi_tsv_created, mi_tsv_deleted): Update.
7008 * tracepoint.c (trace_variable_command): Call
7009 observer_notify_tsv_modified if the initial value of tsv is
7010 changed.
7011 (delete_trace_state_variable): Call
7012 observer_notify_tsv_deleted earlier.
7013 (trace_variable_command): Caller update.
7014 (create_tsv_from_upload): Likewise.
7015 * observer.sh: Declare "struct trace_state_variable".
7016
7017 * NEWS: Mention the new MI notification "=tsv-modified".
7018
59be2b6a
DE
70192013-02-05 Doug Evans <dje@google.com>
7020
7021 * completer.c (location_completer): Fix typo in comment.
7022
d30113d4
JK
70232013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7024
7025 * breakpoint.c (add_location_to_breakpoint): Insert the location with
7026 ADDRESS sorted.
7027
14ac654f
MS
70282013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
7029
7030 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
7031 Refactor if statement to avoid trailing || operator.
7032
543bf33d
AT
70332013-02-05 Andreas Tobler <andreast@fgznet.ch>
7034
7035 * NEWS: Add PowerPC FreeBSD as a new native configuration.
7036
dc18f110
AT
70372013-02-04 Andreas Tobler <andreast@fgznet.ch>
7038
7039 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
7040 * configure.host: Add powerpc*-*-freebsd* target.
7041 * configure.tgt: Add target info for powerpc*-*-freebsd*.
7042 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
7043 * config/powerpc/fbsd.mh: New file.
7044
b3ac9c77
SDJ
70452013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
7046 Denys Vlasenko <dvlasenk@redhat.com>
7047 Pedro Alves <palves@redhat.com>
7048
7049 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
7050 (struct elf_internal_linux_prpsinfo): Forward declare.
7051 * gdbarch.h, gdbarch.c: Regenerate.
7052 * linux-tdep.c: Include `cli/cli-utils.h'.
7053 (linux_fill_prpsinfo): New function.
7054 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
7055 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
7056 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
7057 depending on gdbarch pointer bitness.
7058 * ppc-linux-tdep.c: Include elf-bfd.h.
7059 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
7060 on 32-bit.
7061
176eb98c
MS
70622013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7063 Marcus Shawcroft <marcus.shawcroft@arm.com>
7064 Nigel Stephens <nigel.stephens@arm.com>
7065 Yufeng Zhang <yufeng.zhang@arm.com>
7066
7067 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
7068
cf0dbd6f
MS
70692013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7070 Marcus Shawcroft <marcus.shawcroft@arm.com>
7071 Nigel Stephens <nigel.stephens@arm.com>
7072 Yufeng Zhang <yufeng.zhang@arm.com>
7073
7074 * aarch64-newlib-tdep.c: New file.
7075 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
7076 aarch64*-*-elf.
7077 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
7078 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
7079 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
7080 * osabi.c (gdb_osabi_names): Add "Newlib".
7081
1ae3db19
MS
70822013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7083 Marcus Shawcroft <marcus.shawcroft@arm.com>
7084 Nigel Stephens <nigel.stephens@arm.com>
7085 Yufeng Zhang <yufeng.zhang@arm.com>
7086
7087 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
7088 (ALLDEPFILES): Add aarch64-linux-tdep.c.
7089 * aarch64-linux-tdep.c: New file.
7090 * aarch64-linux-tdep.h: New file.
7091 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
7092 * configure.tgt: Add aarch64-none-linux-gnu.
7093
07b287a0
MS
70942013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7095 Marcus Shawcroft <marcus.shawcroft@arm.com>
7096 Nigel Stephens <nigel.stephens@arm.com>
7097 Yufeng Zhang <yufeng.zhang@arm.com>
7098
7099 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
7100 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
7101 (ALLDEPFILES): Add aarch64-tdep.c.
7102 * aarch64-tdep.c: New file.
7103 * aarch64-tdep.h: New file.
7104 * configure.tgt: Add AArch64.
7105 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
7106 (aarch64-expedite): New definition.
7107 * features/aarch64-core.xml: New file.
7108 * features/aarch64-fpu.xml: New file.
7109 * features/aarch64-without-fpu.c: New file (generated).
7110 * features/aarch64-without-fpu.xml: New file.
7111 * features/aarch64.c: New file (generated).
7112 * features/aarch64.xml: New file.
7113 * regformats/aarch64-without-fpu.dat: New file (generated).
7114 * regformats/aarch64.dat: New file (generated).
7115
0f1b18ab
JK
71162013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7117
7118 * contrib/expect-read1.c: New file.
7119 * contrib/expect-read1.sh: New file.
7120
233d95b5
JK
71212013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7122
7123 * dwarf2read.c (file_file_name): New function with code from
7124 file_full_name.
7125 (file_full_name): Move most of the code to file_file_name.
7126 (macro_start_file): Rename variable full_name to file_name and use
7127 file_file_name for it. Add comp_dir parameter to new_macro_table.
7128 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
7129 macro_source_file->filename access by macro_source_fullname call.
7130 * macroscope.c (_initialize_macroscope): Update the new_macro_table
7131 caller.
7132 * macrotab.c (struct macro_table): New field comp_dir.
7133 (macro_include): New variables link_fullname and source_fullname.
7134 Replace any macro_source_file->filename access by macro_source_fullname
7135 call.
7136 (macro_lookup_inclusion): Remove the partial filenames checking code.
7137 (check_for_redefinition): New variables source_fullname and
7138 found_key_fullname. Replace any macro_source_file->filename access by
7139 macro_source_fullname call.
7140 (macro_undef): New variables source_fullname and key_fullname. Replace
7141 any macro_source_file->filename access by macro_source_fullname call.
7142 (macro_lookup_definition): New variables retval and source_fullname.
7143 Replace any macro_source_file->filename access by macro_source_fullname
7144 call.
7145 (foreach_macro): New variable key_fullname. Replace any
7146 macro_source_file->filename access by macro_source_fullname call.
7147 (foreach_macro_in_scope): New variable datum_fullname. Replace any
7148 macro_source_file->filename access by macro_source_fullname call.
7149 (new_macro_table): Add parameter comp_dir. Initialize T with it.
7150 (macro_source_fullname): New function.
7151 * macrotab.h (struct macro_source_file): Extent the filename field
7152 comment.
7153 (new_macro_table): New parameter comp_dir, add a comment for it.
7154 (macro_source_fullname): new declaration.
7155
da235a7c
JK
71562013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
7159 this_real_name to outer block. Use it also for
7160 compare_filenames_for_search.
7161 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
7162 with dw2_get_real_path for file_matcher, considering also
7163 BASENAMES_MAY_DIFFER.
7164 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
7165
fbd9ab74
JK
71662013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7167
7168 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
7169 to the file_matcher parameter. Pass 0 to it.
7170 (dwarf2_create_include_psymtab): Copy also DIRNAME.
7171 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
7172 NULL psymtab_to_fullname result.
7173 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
7174 an expected filename instead.
7175 (expand_symtabs_matching_via_partial): Add basenames parameter to the
7176 file_matcher parameter. Call also psymtab_to_fullname, after newly
7177 considering BASENAMES_MAY_DIFFER.
7178 * source.c (rewrite_source_path): Remove static.
7179 * source.h (rewrite_source_path): New declaration.
7180 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
7181 the expand_symtabs_matching field. Comment it.
7182 * symtab.c (file_matches): New function comment. Add parameter
7183 basenames, implement it.
7184 (search_symbols_file_matches): Add basenames parameter. Update the
7185 file_matches caller.
7186 (search_symbols): Match FILES also against symtab_to_fullname.
7187 Optimize it for BASENAMES_MAY_DIFFER.
7188
56d397a3
JK
71892013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7190
7191 * source.c (print_source_lines_base): Print for TUI also "fullname".
7192 * tui/tui-data.c (init_content_element): Change tui_locator_element
7193 field to full_name.
7194 * tui/tui-data.h (struct tui_locator_element): Likewise.
7195 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
7196 tui_update_locator_filename calls to tui_update_locator_fullname.
7197 Replace symtab->filename refererence by symtab_to_fullname call.
7198 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
7199 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
7200 field to full_name. Replace symtab->filename refererence by
7201 symtab_to_fullname call.
7202 (tui_show_symtab_source): Rename parameter to fullname. Change
7203 tui_locator_element field to full_name.
7204 * tui/tui-stack.c: Include source.h.
7205 (tui_set_locator_filename): Rename the declaration to ...
7206 (tui_set_locator_fullname): ... here. Rename its parameter to
7207 fullname, updates its comment.
7208 (tui_set_locator_info): Rename its parameter to fullname.
7209 (tui_set_locator_filename): Rename the definition to ...
7210 (tui_set_locator_fullname): ... here. Rename its parameter to
7211 fullname, updates its comment. Change tui_locator_element field to
7212 full_name.
7213 (tui_set_locator_info): Rename its parameter to fullname.
7214 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
7215 (tui_update_locator_filename): Rename to ...
7216 (tui_update_locator_fullname): ... here. Rename callee to
7217 tui_set_locator_fullname.
7218 (tui_show_frame_info): Replace symtab->filename refererence by
7219 symtab_to_fullname call.
7220 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
7221 (tui_update_locator_fullname): ... here.
7222 * tui/tui-winsource.c (tui_display_main): Rename the callee to
7223 tui_update_locator_fullname. Replace symtab->filename refererence by
7224 symtab_to_fullname call.
7225 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
7226 Rename the callee to tui_update_locator_fullname.
7227 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
7228
05cba821
JK
72292013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7230
7231 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
7232 by symtab_to_filename_for_display calls.
7233 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
7234 (clear_command): New variable sal_fullname, initialize it. Replace
7235 compare_filenames_for_search by filename_cmp with sal_fullname.
7236 (say_where, update_static_tracepoint): Replace symtab->filename
7237 refererences by symtab_to_filename_for_display calls.
7238 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
7239 Likewise.
7240 * dwarf2read.c: Include source.h.
7241 (fixup_go_packaging): Replace symtab->filename refererences by
7242 symtab_to_filename_for_display calls.
7243 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
7244 Replace symtab->filename refererences by symtab_to_filename_for_display
7245 calls.
7246 (create_sals_line_offset, convert_linespec_to_sals): New variable
7247 fullname, initialize it, replace symtab->filename reference by the
7248 variable.
7249 * linux-fork.c: Include source.h.
7250 (info_checkpoints_command): Replace symtab->filename refererences by
7251 symtab_to_filename_for_display calls.
7252 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
7253 by symtab_to_filename_for_display calls.
7254 * mdebugread.c: Include source.h.
7255 (psymtab_to_symtab_1): Replace symtab->filename refererences by
7256 symtab_to_filename_for_display calls.
7257 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
7258 (mi_cmd_file_list_exec_source_files): Likewise.
7259 * printcmd.c: Include source.h.
7260 (build_address_symbolic): Replace symtab->filename refererences by
7261 symtab_to_filename_for_display calls.
7262 * psymtab.c (partial_map_symtabs_matching_filename)
7263 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
7264 with psymtab_to_fullname.
7265 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
7266 by symtab_to_filename_for_display calls.
7267 (stpy_get_filename): New variable filename, initialize it, use instead
7268 of symtab->filename refererences.
7269 (salpy_str): Make variable filename const char *. Replace
7270 symtab->filename refererences by symtab_to_filename_for_display calls.
7271 * skip.c: Include source.h and filenames.h.
7272 (skip_file_command): Remove const from the symtab variable. Replace
7273 symtab->filename refererences by symtab_to_fullname call.
7274 (function_name_is_marked_for_skip): New variables searched_for_fullname
7275 and fullname. Use them to search also with symtab's fullname.
7276 * source.c (find_source_lines): Replace symtab->filename refererences
7277 by symtab_to_filename_for_display calls.
7278 (print_source_lines_base): New variable filename, use it instead of
7279 symtab->filename. Replace symtab->filename refererences by
7280 symtab_to_filename_for_display calls.
7281 (line_info, forward_search_command): Replace symtab->filename
7282 refererences by symtab_to_filename_for_display calls.
7283 (reverse_search_command): Replace symtab->filename refererences by
7284 symtab_to_filename_for_display calls. New variable filename for it.
7285 * stack.c (frame_info): Likewise.
7286 * symmisc.c: Include source.h.
7287 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
7288 (maintenance_info_symtabs): Replace symtab->filename refererences by
7289 symtab_to_filename_for_display calls.
7290 * symtab.c (iterate_over_some_symtabs): Call
7291 compare_filenames_for_search also with symtab_to_fullname.
7292 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
7293 symtab->filename refererences by symtab_to_filename_for_display calls.
7294 (find_line_symtab): Replace symtab->filename refererences by
7295 symtab_to_filename_for_display calls.
7296 (file_matches): Replace filename_cmp by compare_filenames_for_search.
7297 (print_symbol_info): Make the last parameter const char *. New
7298 variable s_filename. Use it in the function.
7299 (symtab_symbol_info): Make the last_filename variable const char *.
7300 Replace symtab->filename refererences by symtab_to_filename_for_display
7301 calls.
7302 (rbreak_command): New variable fullname. Use it. Replace
7303 symtab->filename refererence by symtab_to_filename_for_display call.
7304 * tracepoint.c (set_traceframe_context, trace_find_line_command)
7305 (print_one_static_tracepoint_marker): Replace symtab->filename
7306 refererences by symtab_to_filename_for_display calls.
7307 * tui/tui-source.c (tui_set_source_content): New variables filename and
7308 s_filename. Replace symtab->filename refererences by this variable.
7309 Replace other symtab->filename refererences by
7310 symtab_to_filename_for_display calls.
7311
1b56eb55
JK
73122013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
7313 Jan Kratochvil <jan.kratochvil@redhat.com>
7314
7315 Add a new variable that controls a way in which filenames are
7316 displayed.
7317 * NEWS (set filename-display): New entry.
7318 * source.c (filename_display_basename, filename_display_relative)
7319 (filename_display_absolute, filename_display_kind_names)
7320 (filename_display_string, show_filename_display_string)
7321 (symtab_to_filename_for_display): New.
7322 (_initialize_source): Added initialization of 'filename-display'
7323 variable.
7324 * source.h (symtab_to_filename_for_display): Added declaration.
7325 * stack.c (print_frame): Added new variable and calling of a new
7326 function and condition with this variable. Changed third argument of
7327 calling of a function.
7328
aa079c93
JK
73292013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7330
7331 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
7332 Rename field reference filename to fullname.
7333 * tui/tui-data.h (struct tui_source_info): Rename field filename to
7334 fullname. New comment for it.
7335 * tui/tui-source.c (tui_set_source_content): Rename field reference
7336 filename to fullname. Initialize field by symtab_to_fullname now.
7337 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
7338 reference filename to fullname. Use symtab_to_fullname during
7339 comparison.
7340
652a8996
JK
73412013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 Code cleanup.
7344 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
7345 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
7346 filename to fullname. Rename variable this_name to this_fullname.
7347 Lowercase FILENAME_CMP call.
7348 (dw2_find_symbol_file): New comment for the returned string.
7349 (dwarf2_gdb_index_functions): Rename the function to
7350 dw2_expand_symtabs_with_fullname.
7351 * psymtab.c (read_psymtabs_with_filename): Rename to ...
7352 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
7353 fullname.
7354 (psym_functions): Rename the function to read_psymtabs_with_fullname.
7355 * symfile.h (struct quick_symbol_functions): Rename field
7356 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
7357 parameter filename to fullname. Document returned string meaning for
7358 find_symbol_file.
7359 * symtab.c (find_line_symtab): Rename the called function to
7360 expand_symtabs_with_fullname.
7361
af529f8f
JK
73622013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 Code cleanup.
7365 * breakpoint.c (clear_command): Remove variable is_abs, unify the
7366 call of filename_cmp with compare_filenames_for_search.
7367 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
7368 is_abs, unify the call of FILENAME_CMP with
7369 compare_filenames_for_search. New gdb_asserts for real_path and name.
7370 Unify the call of compare_filenames_for_search with FILENAME_CMP.
7371 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7372 * symfile.h (struct quick_symbol_functions): Extend the comment for
7373 map_symtabs_matching_filename.
7374 * symtab.c (compare_filenames_for_search): Remove the function comment
7375 relative path requirement. Handle absolute filenames, with a comment.
7376 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
7377 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
7378 real_path and name. Unify the call of compare_filenames_for_search
7379 with FILENAME_CMP.
7380 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
7381
2f202fde
JK
73822013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7383
7384 Code cleanup.
7385 * breakpoint.c (print_breakpoint_location): Replace bp_location field
7386 source_file references by symtab field references. Remove variables
7387 sal and fullname.
7388 (momentary_breakpoint_from_master, add_location_to_breakpoint):
7389 (clear_command, say_where): Replace bp_location field source_file
7390 references by symtab field references.
7391 (bp_location_dtor): Remove the source_file reference.
7392 (update_static_tracepoint): Replace bp_location field source_file
7393 references by symtab field references.
7394 (breakpoint_free_objfile): New function.
7395 * breakpoint.h (struct bp_location): Extend the comment for line_number.
7396 Replace the field source_file by field symtab, extend its comment.
7397 (breakpoint_free_objfile): New declaration.
7398 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
7399 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
7400 field source_file references by symtab field references.
7401
f5b95b50
JK
74022013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7403
7404 Replace xfullpath calls by gdb_realpath calls.
7405 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
7406 function comment.
7407 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
7408 Remove it from the iterate_over_some_symtabs call.
7409 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
7410 Remove it from the dw2_map_expand_apply calls, remove a block handling
7411 it.
7412 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
7413 Remove it from the iterate_over_some_symtabs call.
7414 (partial_map_symtabs_matching_filename): Remove parameter full_path.
7415 Remove it from the partial_map_expand_apply calls, remove a block
7416 handling it. Drop gdb_realpath call and cleanups from the real_path
7417 handling.
7418 * source.c (openp): Drop the comment part about xfullpath. Replace
7419 xfullpath calls by gdb_realpath calls.
7420 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
7421 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
7422 from method map_symtabs_matching_filename and its comment.
7423 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
7424 gdb_realpath call.
7425 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
7426 remove it also from the function comment, remove a block handling it.
7427 Drop gdb_realpath call and cleanups from the real_path handling.
7428 (iterate_over_symtabs): Drop variable full_path and its use.
7429 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
7430 * utils.c (xfullpath): Remove.
7431 * utils.h (xfullpath): Remove.
7432
d78489bf
AT
74332013-02-01 Andreas Tobler <andreast@fgznet.ch>
7434
7435 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
7436 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
7437 (ALLDEPFILES): Add ppc64-tdep.c.
7438 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
7439 ppc64-tdep.o to gdb_target_obs.
7440 * ppc64-tdep.h: New file.
7441 * ppc64-tdep.c: New file.
7442 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
7443 ppc-linux-tdep.c to here.
7444 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
7445 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
7446 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
7447 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
7448 from ppc-linux-tdep.c to here.
7449 (ppc64_convert_from_func_ptr_addr): Rename from
7450 ppc64_linux_convert_from_func_ptr_addr to
7451 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
7452 here.
7453 * rs6000-tdep.c:
7454 (read_insn): Move from ppc-linux-tdep.c to here.
7455 (insns_match_pattern, insn_d_field, insn_ds_field): Move
7456 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
7457 * ppc-linux-tdep.c: Include ppc64-tdep.h.
7458 Removed above functions.
7459 (ppc_linux_init_abi): Adjust.
7460
8db60374
AR
74612013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
7462
7463 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
7464
f2e5f4ce
AR
74652013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
7466
7467 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
7468
c1f7d745
PA
74692013-02-01 Pedro Alves <palves@redhat.com>
7470
7471 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
7472 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
7473
8a92335b
JK
74742013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 * elfread.c (elf_symfile_read): Limit separate debug info additions to
7477 files with no separate debug info.
7478 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
7479 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
7480 only for files with no separate debug info.
7481
8eacb197
TT
74822013-01-31 Tom Tromey <tromey@redhat.com>
7483
7484 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
7485 change type.
7486 (struct jit_program_space_data): Rename from jit_inferior_data.
7487 Update comments.
7488 (get_jit_program_space_data): Rename from get_jit_inferior_data.
7489 Change return type. Attach data to program space.
7490 (jit_program_space_data_cleanup): Rename from
7491 jit_inferior_data_cleanup; change argument type.
7492 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
7493 change type.
7494 (jit_register_code): Update.
7495 (jit_update_inferior_cache): Remove.
7496 (jit_breakpoint_deleted): Get jit data from the location's program
7497 space.
7498 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
7499 'ps_data', change type.
7500 (jit_inferior_init, jit_breakpoint_re_set_internal)
7501 (jit_event_handler): Update.
7502 (free_objfile_data): Get data from objfile's program space.
7503 (_initialize_jit): Update.
7504
f25c0135
TT
75052013-01-31 Tom Tromey <tromey@redhat.com>
7506
7507 PR gdb/13987:
7508 * jit.c (struct jit_inferior_data) <cached_code_address,
7509 jit_breakpoint>: New fields.
7510 (jit_breakpoint_re_set_internal): Fix logging. Only create
7511 breakpoint if cached address has changed.
7512 (jit_update_inferior_cache, jit_breakpoint_deleted): New
7513 functions.
7514 (_initialize_jit): Register breakpoint deleted observer.
7515
974a734b
AR
75162013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7517
7518 * infrun.c (handle_syscall_event): Remove unused gdbarch.
7519 (save_infcall_suspend_state): Ifdef out unused inf.
7520 (restore_infcall_suspend_state): Ifdef out unused inf.
7521 * jit.c (jit_register_code): Remove unused i, b, inf_data.
7522 (jit_frame_sniffer): Remove unused inf_data.
7523
df54f8eb
AR
75242013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7525
7526 * c-exp.y (classify_inner_name): Remove unused type.
7527 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
7528 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
7529 need_escape.
7530 (c_get_string): Remove unused kind.
7531 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
7532
5799c0b9
AR
75332013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7534
7535 * charset.c (intermediate_encoding): Remove unused i.
7536 * completer.c (signal_completer): Remove unused i.
7537 * continuations.c (discard_my_continuations_1): Remove unused
7538 continuation_ptr.
7539 * corelow.c (core_close): Remove unuseD name.
7540 (get_core_siginfo): Remove unused pid.
7541 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
7542 i, cps.
7543 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
7544 (loclist_describe_location): Remove unused first.
7545 * event-top.c (command_line_handler): Remove unused got_eof.
7546 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
7547 (resize_section_table): Remove unused old_value.
7548 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
7549 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
7550 * i386-tdep.c (i386_process_record): Remove unused rex.
7551 * infcmd.c (get_return_value): Remove unused uiout.
7552 * jv-lang.c (type_from_class): Remove unused is_array.
7553 * jv-valprint.c (java_val_print): Remove unused i.
7554 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
7555 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
7556 * m2-typeprint.c (m2_print_type): Remove unused code.
7557 * macroexp.c (get_character_constant): Remove unused body_start.
7558 (macro_stringify): Remove unused result.
7559 * objc-lang.c (find_methods): Remove unused gdbarch.
7560 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
7561 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
7562 * stack.c (print_frame_args): Remove unused summary.
7563 * thread.c (thread_apply_command): Remove unused p.
7564 * valarith.c (value_x_unop): Remove unused mangle_ptr.
7565 * valops.c (search_struct_method): Remove unused skip.
7566 * valprint.c (generic_val_print): Remove unused byte_order.
7567 * varobj.c (varobj_update): Remove unused changed.
7568 * cli/cli-cmds.c (complete_command): Remove unused next_item.
7569 (alias_command): Remove unused c.
7570 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
7571 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
7572 format.
7573 (mi_cmd_data_write_memory): Remove unused word_format.
7574 (mi_cmd_data_write_memory_bytes): Remove unused r.
7575 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
7576 p_start, p_end.
7577 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
7578 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
7579 line_width.
7580
c656bca5
AR
75812013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7582
7583 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
7584 * symtab.c (iterate_over_symtabs): Remove unused s.
7585 (find_pc_sect_symtab): Remove unused pspAce.
7586 (find_pc_sect_line): Remove unused alt_symtab.
7587 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
7588 (completion_list_add_name): Remove unused newsize.
7589
7078baeb
TT
75902013-01-31 Tom Tromey <tromey@redhat.com>
7591
7592 PR c++/14998:
7593 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
7594 TYPE_CODE_FUNC.
7595
c2e8b827
AR
75962013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7597
7598 * target.c (target_read_string): Remove unused origlen.
7599
0e43993a
AR
76002013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7601
7602 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
7603 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
7604 * ax-general.c (ax_print): Remove unused is_float.
7605 * blockframe.c (block_innermost_frame): Remove unused start, end.
7606 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
7607
765a97ab
AR
76082013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
7609
7610 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
7611 (svr4_read_so_list): Remove unused lmo.
7612 * solib-target.c (solib_target_relocate_section_addresses): Remove
7613 unused flags.
7614
a99dad3d
TT
76152013-01-30 Tom Tromey <tromey@redhat.com>
7616
7617 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
7618
3bff1ecd
TT
76192013-01-30 Tom Tromey <tromey@redhat.com>
7620
7621 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
7622 * utils.c (gnu_debuglink_crc32): Remove.
7623 * utils.h (gnu_debuglink_crc32): Don't declare.
7624
7d455152
TT
76252013-01-30 Tom Tromey <tromey@redhat.com>
7626
7627 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
7628 (read_structure_type, read_enumeration_type): Remove cast.
7629
abee88f2
TT
76302013-01-30 Tom Tromey <tromey@redhat.com>
7631
7632 * dwarf2read.c (read_namespace_type): Remove cast.
7633 (read_typedef): Likewise.
7634
8d9878a4
TT
76352013-01-29 Tom Tromey <tromey@redhat.com>
7636
7637 * dwarf2read.c (free_dwo_file): Remove assert.
7638
a543d2a9
TT
76392013-01-29 Tom Tromey <tromey@redhat.com>
7640
7641 * value.c (deprecated_set_value_modifiable): Remove.
7642 * value.h (deprecated_set_value_modifiable): Remove.
7643
bed911e5
DE
76442013-01-28 Doug Evans <dje@google.com>
7645
7646 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
7647 to addresses from dwo files.
7648
28c64fc2
SCR
76492013-01-25 Siva Chandra Reddy <sivachandra@google.com>
7650
7651 * valops.c (find_overload_match): Remove unused argument 'lax'.
7652 * value.h: Remove unused argument 'lax' from the declaration of
7653 find_overload_match.
7654 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
7655 to find_overload_match.
7656 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
7657 argument to find_overload_match.
7658
4d4ec4e5
TT
76592013-01-25 Tom Tromey <tromey@redhat.com>
7660
7661 * dwarf2read.c (processing_has_namespace_info): Remove.
7662 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
7663 (process_die, read_func_scope, dwarf2_start_symtab)
7664 (new_symbol_full): Update.
7665
195a3f6c
TT
76662013-01-25 Tom Tromey <tromey@redhat.com>
7667
7668 * cp-namespace.c (cp_set_block_scope): Remove.
7669 * cp-support.h (cp_set_block_scope): Remove.
7670 * dbxread.c: Include block.h.
7671 (cp_set_block_scope): New function.
7672 (process_one_symbol): Update.
7673 * dwarf2read.c (read_func_scope): Use block_set_scope.
7674
8ba0730a
PA
76752013-01-25 Pedro Alves <palves@redhat.com>
7676
7677 * remote.c (add_current_inferior_and_thread): Tweak comment.
7678
12aaed36
TT
76792013-01-25 Tom Tromey <tromey@redhat.com>
7680
7681 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
7682 (cp_add_using_directive): Add 'copy_names' argument.
7683 * cp-support.h (cp_add_using_directive): Update.
7684 (struct using_direct) <import_src, import_dest, alias,
7685 declaration>: Now const.
7686 * dwarf2read.c (read_import_statement): Use obconcat.
7687 Don't copy names passed to cp_add_using_directive.
7688
7fc75ca7
TT
76892013-01-25 Tom Tromey <tromey@redhat.com>
7690
7691 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
7692
3405876a
PA
76932013-01-25 Pedro Alves <palves@redhat.com>
7694
7695 * remote.c (stop_reply_extract_thread): New.
7696 (add_current_inferior_and_thread): New parameter 'wait_status'.
7697 Handle it.
7698 (remote_start_remote): Pass wait status to
7699 add_current_inferior_and_thread.
7700 (extended_remote_run): Update comment.
7701 (extended_remote_create_inferior_1): Pass wait status to
7702 add_current_inferior_and_thread.
7703
8954db33
AB
77042013-01-25 Andrew Burgess <aburgess@broadcom.com>
7705 Ulrich Weigand <uweigand@de.ibm.com>
7706
7707 * valarith.c (value_vector_widen): New function for replicating a
7708 scalar into a vector.
7709 (value_binop): Use value_vector_widen to widen scalar to vector
7710 rather than casting, this better matches gcc C behaviour.
7711 * valops.c (value_casst): Update logic for casting between vector
7712 types, and for casting from scalar to vector, try to match gcc C
7713 behaviour.
7714 * value.h (value_vector_widen): Declare.
7715 * opencl-lang.c (opencl_value_cast): New opencl specific casting
7716 function, handle special case for casting scalar to vector.
7717 (opencl_relop): Use opencl_value_cast.
7718 (evaluate_subexp_opencl): Use opencl_value_cast instead of
7719 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
7720 in order to use opencl_value_cast.
7721
843b20dc
YQ
77222013-01-25 Yao Qi <yao@codesourcery.com>
7723
7724 * event-loop.c: Include "queue.h".
7725 (gdb_event_p): New typedef.
7726 (DECLARE_QUEUE_P): Use.
7727 (DEFINE_QUEUE_P): Use.
7728 (async_queue_event): Remove.
7729 (gdb_event_xfree): New.
7730 (initialize_event_loop): New.
7731 (process_event): Use QUEUE macros.
7732 (event_queue): Remove.
7733 (gdb_wait_for_event): Caller update.
7734 (check_async_event_handlers): Likewise.
7735 (poll_timers): Likewise.
7736 * event-loop.h (initialize_event_loop): Declare.
7737 * event-loop.c (gdb_event_xfree): New.
7738 * top.c (gdb_init): Call initialize_event_loop.
7739
20ad8856
YQ
77402013-01-25 Yao Qi <yao@codesourcery.com>
7741
7742 * event-loop.c (async_queue_event): Remove one parameter
7743 'position'. Remove code handling 'position' == TAIL.
7744 (gdb_wait_for_event): Caller update.
7745 (check_async_event_handlers): Caller update.
7746 (poll_timers): Caller update.
7747 * event-loop.h (enum queue_position): Remove.
7748
3bbbe775
MK
77492013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
7750
7751 * MAINTAINERS: Update my email.
7752
a87d9ac4
YQ
77532013-01-25 Yao Qi <yao@codesourcery.com>
7754
7755 * main.c (print_gdb_help): Remove "--epoch" from the help
7756 message.
7757
2077afdd
TD
77582013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
7759
7760 * symtab.c (skip_prologue_using_sal): Consider a file
7761 change the same as an increased line number
7762
63da4037
TD
77632013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
7764
30e8ee25 7765 * MAINTAINERS (Write After Approval): Add myself to the list.
63da4037 7766
45e6c716
TT
77672013-01-24 Tom Tromey <tromey@redhat.com>
7768
7769 * ada-lang.h (ada_decode_symbol): Make return type const.
7770 * ada-lang.c (ada_decode_symbol): Likewise.
7771
b1ae631a
DE
77722013-01-23 Doug Evans <dje@google.com>
7773
7774 * linespec.c (find_linespec_symbols): Make static.
7775
55a78401
SDJ
77762013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7777
7778 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
7779 type on float conversion for complex type.
7780
bea883fd
SCR
77812013-01-23 Siva Chandra Reddy <sivachandra@google.com>
7782
7783 Add a new class gdb.Architecture which exposes GDB's
7784 internal representation of architecture via GDB Python API.
7785 * Makefile.in: Add entries corresponding to the new file
7786 python/py-arch.c.
7787 * NEWS (Python Scripting): Add entries for the new class
7788 gdb.Architecture and the new method gdb.Frame.architecture.
7789 * python/py-arch.c: Implement gdb.Architecture class.
7790 * python/py-frame.c (frapy_arch): Implement the method
7791 gdb.Frame.architecture().
7792 (frame_object_methods): Add 'architecture' to the method table.
7793 * python/python-internal.h: Add declarations of new utility
7794 functions.
7795 * python/python.c (_initialize_python): Initialize
7796 gdb.Architecture class.
7797
796a7ff8
DE
77982013-01-23 Doug Evans <dje@google.com>
7799
7800 Work around binutils/15021.
7801 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
7802 type_unit_group out of union s. All uses updated.
7803 (read_index_from_section): Watch for index version 8.
7804 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
7805 an imported symtab.
7806 (write_psymtabs_to_index): Increment version number to 8.
7807
0928e93d
PA
78082013-01-22 Pedro Alves <palves@redhat.com>
7809
7810 * annotate.c (breakpoint_changed): Skip if breakpoint is not
7811 user-visible.
7812
9c97429f
PA
78132013-01-22 Pedro Alves <palves@redhat.com>
7814
7815 * annotate.c (annotate_breakpoints_changed): Rename to ...
7816 (annotate_breakpoints_invalid): ... this. Make static.
7817 (breakpoint_changed): Adjust.
7818 (_initialize_annotate): Always install the observers. Install a
7819 "breakpoint_created" observer.
7820 * annotate.h (annotate_breakpoints_changed): Delete declaration.
7821 * breakpoint.c (set_breakpoint_condition)
7822 (breakpoint_set_commands, do_map_commands_command)
7823 (init_raw_breakpoint, clear_command, set_ignore_count)
7824 (enable_breakpoint_disp): No longer call
7825 annotate_breakpoints_changed.
7826
bd00c694
PA
78272013-01-22 Pedro Alves <palves@redhat.com>
7828
7829 * annotate.c: Include "inferior.h".
7830 (frames_invalid_emitted)
7831 (breakpoints_invalid_emitted): New globals.
7832 (async_background_execution_p): New function.
7833 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
7834 emitting the annotation if it has already been emitted.
7835 (annotate_display_prompt): New function.
7836 * annotate.h (annotate_display_prompt): New declaration.
7837 * event-top.c: Include annotate.h.
7838 (display_gdb_prompt): Call annotate_display_prompt.
7839
187d10dd
PA
78402013-01-22 Pedro Alves <palves@redhat.com>
7841
7842 * annotate.c (ignore_count_changed): Delete.
7843 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
7844 (annotate_ignore_count_change): Delete.
7845 (annotate_stopped): Don't emit a delayed breakpoints-changed
7846 annotation.
7847 * annotate.h (annotate_ignore_count_change): Delete.
7848 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
7849 annotate_ignore_count_change.
7850
d84cf7eb
TT
78512013-01-22 Tom Tromey <tromey@redhat.com>
7852
7853 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
7854 require_rvalue for a register location.
7855
8f1d5693
MK
78562013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
7857
7858 * breakpoint.c (print_one_breakpoint_location): Add MI
7859 field 'thread-groups' when printing a breakpoint.
7860 (output_thread_groups): New function.
7861
aa6199c6
SCR
78622013-01-21 Siva Chandra Reddy <sivachandra@google.com>
7863
7864 * python/lib/gdb/commands/explore.py
7865 (CompoundExplorer.explore_expr): Correct the name of a method
7866 being invoked.
7867 (ExploreTypeCommand.invoke): Add a missing 'return'.
7868
d2afef13
TT
78692013-01-21 Tom Tromey <tromey@redhat.com>
7870
7871 * gdb_obstack.h (obconcat): Move declaration here, from...
7872 * symfile.h (obconcat): ... here.
7873 * gdb_obstack.c: New file.
7874 (obconcat): Move from...
7875 * symfile.c (obconcat): ... here.
7876 * Makefile.in (SFILES): Add gdb_obstack.c.
7877 (COMMON_OBS): Add gdb_obstack.o.
7878
10f0c4bb
TT
78792013-01-21 Tom Tromey <tromey@redhat.com>
7880
7881 * symfile.h (obsavestring): Don't declare.
7882 * symfile.c (obsavestring): Remove.
7883 * ada-exp.y: Use obstack_copy0, not obsavestring.
7884 * ada-lang.c: Use obstack_copy0, not obsavestring.
7885 * coffread.c: Use obstack_copy0, not obsavestring.
7886 * cp-namespace.c: Use obstack_copy0, not obsavestring.
7887 * dbxread.c: Use obstack_copy0, not obsavestring.
7888 * dwarf2read.c: Use obstack_copy0, not obsavestring.
7889 * jit.c: Use obstack_copy0, not obsavestring.
7890 * mdebugread.c: Use obstack_copy0, not obsavestring.
7891 * psymtab.c: Use obstack_copy0, not obsavestring.
7892 * stabsread.c: Use obstack_copy0, not obsavestring.
7893 * xcoffread.c: Use obstack_copy0, not obsavestring.
7894
86f62fd7
TT
78952013-01-21 Tom Tromey <tromey@redhat.com>
7896
7897 * dwarf2read.c (fixup_go_packaging): Save package name
7898 on objfile obstack.
7899 * gdbtypes.c (init_type): Don't copy name.
7900
15d034d0
TT
79012013-01-21 Tom Tromey <tromey@redhat.com>
7902
7903 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
7904 const.
7905 (struct attribute) <u.str>: Now const.
7906 (struct fnfieldlist) <name>: Now const.
7907 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
7908 (partial_die_parent_scope): Make return type const.
7909 (partial_die_full_name, add_partial_symbol): Update.
7910 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
7911 'name' const.
7912 (find_file_and_directory): Make 'name' and 'comp_dir' const.
7913 (read_file_scope, read_func_scope, dwarf2_add_field)
7914 (dwarf2_add_member_fn, read_structure_type)
7915 (process_enumeration_scope, read_array_type, read_module_type)
7916 (read_base_type, read_subrange_type): Update.
7917 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
7918 (new_symbol_full, guess_full_die_structure_name): Update.
7919 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
7920 (dwarf2_name): Return const type.
7921 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
7922 const.
7923
748e18ae
TT
79242013-01-21 Tom Tromey <tromey@redhat.com>
7925
7926 * gdbtypes.c (init_type): Make 'name' const.
7927 * gdbtypes.h (init_type): Update.
7928
46212e0b
TT
79292013-01-21 Tom Tromey <tromey@redhat.com>
7930
7931 * buildsym.c (patch_subfile_names): Use set_last_source_file.
7932 (start_symtab): Make 'name' and 'dirname' const. Use
7933 set_last_source_file.
7934 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
7935 (last_source_file): Define. Now static.
7936 (set_last_source_file, get_last_source_file): New functions.
7937 * buildsym.h (last_source_file): Don't declare.
7938 (start_symtab): Update.
7939 (set_last_source_file, get_last_source_file): Declare.
7940 * coffread.c (complete_symtab): Use set_last_source_file.
7941 (coff_end_symtab): Likewise.
7942 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
7943 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
7944 set_last_source_file.
7945 (process_one_symbol): Use get_last_source_file.
7946 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
7947 (psymtab_to_symtab_1): Use get_last_source_file.
7948 * xcoffread.c (process_linenos): Use get_last_source_file.
7949 (complete_symtab): Use set_last_source_file.
7950 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
7951 (scan_xcoff_symtab): Use set_last_source_file.
7952
9d2ceabe
TT
79532013-01-21 Tom Tromey <tromey@redhat.com>
7954
7955 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
7956 (symbol_set_names): Remove casts. Handle field const-ness.
7957
cfc594ee
TT
79582013-01-21 Tom Tromey <tromey@redhat.com>
7959
7960 * dwarf2read.c (new_symbol_full): Remove cast.
7961 * symtab.c (symbol_set_demangled_name): Make 'name' const.
7962 * symtab.h (symbol_set_demangled_name): Update.
7963
5484b13a
TT
79642013-01-21 Tom Tromey <tromey@redhat.com>
7965
7966 * main.c (captured_main): Call bfd_init.
7967
1605ef26
TT
79682013-01-21 Tom Tromey <tromey@redhat.com>
7969
7970 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
7971 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
7972 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
7973 * NEWS: Update.
7974
3b74cdc3
JK
79752013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
7978
5a352474
JK
79792013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 Fix gdb.fortran/common-block.exp crash in PIE mode.
7982 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
7983 LOC_COMMON_BLOCK.
7984 * f-valprint.c (info_common_command_for_block): Expect
7985 LOC_COMMON_BLOCK in gdb_assert.
7986 * symtab.h (struct general_symbol_info): Update comment for the
7987 common_block member.
7988 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
7989 (enum address_class): New member LOC_COMMON_BLOCK.
7990
c60797fd
DB
79912013-01-18 David Blaikie <dblaikie@gmail.com>
7992
7993 * MAINTAINERS (Write After Approval): Add "David Blaikie".
0cae7dfb 7994
46f35228
TT
79952013-01-18 Tom Tromey <tromey@redhat.com>
7996
7997 PR c++/14999:
7998 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
7999 Call require_rvalue.
8000
257e7a09
YQ
80012013-01-18 Yao Qi <yao@codesourcery.com>
8002
8003 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
8004 (dbx_read_symtab): New declaration.
8005 (dbx_psymtab_to_symtab): Delete.
8006 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
8007 Rename parameter PST to SELF. Exchanged two parameters.
8008 (start_psymtab): Caller update.
8009 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
8010 (dwarf2_read_symtab): New declaration.
8011 (dwarf2_psymtab_to_symtab): Delete.
8012 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
8013 Rename parameter PST to SELF. Exchanged two parameters.
8014 (create_partial_symtab): Caller update.
8015 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
8016 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
8017 Rename parameter PST to SELF. Exchanged two parameters.
8018 (parse_partial_symbols, new_psymtab): Caller update.
8019 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
8020 two parameters.
8021 * psymtab.c (psymtab_to_symtab): Caller update.
8022 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
8023 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
8024 Rename parameter PST to SELF. Exchanged two parameters.
8025 (xcoff_start_psymtab): Caller update.
8026
0de5618e
YQ
80272013-01-18 Yao Qi <yao@codesourcery.com>
8028
8029 * infrun.c (proceed): Rename local variable 'oneproc' to
8030 'force_step'.
8031
5c04624b
DE
80322013-01-17 Doug Evans <dje@google.com>
8033
848e3e78
DE
8034 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
8035 (dw2_build_type_unit_groups): Delete. All uses updated.
8036
5c04624b
DE
8037 * symtab.h (struct symbol_search): Add comment.
8038
d84fca2c
JK
80392013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * symtab.c (compare_filenames_for_search): New comment for
8042 HAS_DRIVE_SPEC.
8043
6108433d
TT
80442013-01-17 Tom Tromey <tromey@redhat.com>
8045
8046 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
8047
c89ffd86
JK
80482013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
8051 initialize it by existing make_cleanup. Call new do_cleanups.
8052
db2b2972
TT
80532013-01-17 Tom Tromey <tromey@redhat.com>
8054
8055 * cp-abi.c (cp_abi_completer): New function.
8056 (_initialize_cp_abi): Set completer for "set cp-abi".
8057
be7d37a2
TT
80582013-01-17 Tom Tromey <tromey@redhat.com>
8059
8060 * mem-break.c: Remove obsolete comment.
8061 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
8062
c9fb1240
SD
80632012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8064
8065 * jit.c (jit_reader_load_command): Interpret the jit reader name
8066 as an absolute path if it begins with a forward slash.
8067
db334a01
SD
80682012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8069
8070 PR gdb/14550
8071
8072 * jit.c (finalize_symtab): Ensure that only the global block has a
8073 NULL superblock.
8074
7d928dac
PA
80752013-01-17 Pedro Alves <palves@redhat.com>
8076
8077 * acinclude.m4: Include ../config/plugins.m4,
8078 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
8079 * Makefile.in (aclocal_m4_deps): Update.
8080 * aclocal.m4: Renegerate.
8081
fb8cf7c5
DE
80822013-01-16 Doug Evans <dje@google.com>
8083
8084 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
8085
ab04a2af
TT
80862013-01-16 Pedro Alves <palves@redhat.com>
8087 Tom Tromey <tromey@redhat.com>
8088
8089 PR cli/7221:
8090 * NEWS: Add "catch signal".
8091 * breakpoint.c (base_breakpoint_ops): No longer static.
8092 (bpstat_explains_signal): New function.
8093 (init_catchpoint): No longer static.
8094 (base_breakpoint_explains_signal): New function.
8095 (base_breakpoint_ops): Initialize new field.
8096 * breakpoint.h (enum bpstat_signal_value): New.
8097 (struct breakpoint_ops) <explains_signal>: New field.
8098 (bpstat_explains_signal): Remove macro, declare as function.
8099 (base_breakpoint_ops, init_catchpoint): Declare.
8100 * break-catch-sig.c: New file.
8101 * inferior.h (signal_catch_update): Declare.
8102 * infrun.c (signal_catch): New global.
8103 (handle_syscall_event): Update for change to
8104 bpstat_explains_signal.
8105 (handle_inferior_event): Likewise. Always handle random signals
8106 via bpstats.
8107 (signal_cache_update): Check signal_catch.
8108 (signal_catch_update): New function.
8109 (_initialize_infrun): Initialize signal_catch.
8110 * Makefile.in (SFILES): Add break-catch-sig.c.
8111 (COMMON_OBS): Add break-catch-sig.o.
8112
8ac3646f
TT
81132013-01-16 Tom Tromey <tromey@redhat.com>
8114
8115 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
8116 (print_one_catch_solib, print_one_catch_syscall)
8117 (print_one_catch_exec, print_one_exception_catchpoint): Emit
8118 "catch-type".
8119
5a18e302
YQ
81202013-01-16 Yao Qi <yao@codesourcery.com>
8121
8122 * printcmd.c (current_display_number): Make it static.
8123
3f01d0d0
YQ
81242013-01-16 Yao Qi <yao@codesourcery.com>
8125
8126 * infcmd.c (step_once): Don't check '!single_inst' as it was
8127 checked before.
8128
1ed59174
JK
81292013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8130
8131 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
8132
44478ab3
TT
81332013-01-14 Tom Tromey <tromey@redhat.com>
8134
8135 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
8136 set command.
8137 * command.h (add_setshow_string_noescape_cmd): Update.
8138 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
8139 (complete_set_gnutarget): New function.
8140 (_initialize_core): Set the "set gnutarget" completer.
8141
06d66ee9
TT
81422013-01-14 Tom Tromey <tromey@redhat.com>
8143
8144 PR symtab/14442:
8145 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
8146 (c_type_print_modifier): Likewise.
8147 * dwarf2read.c (read_tag_restrict_type): New function.
8148 (read_type_die_1): Handle DW_TAG_restrict_type.
8149 * gdbtypes.c (make_restrict_type): New function.
8150 (recursive_dump_type): Handle TYPE_RESTRICT.
8151 * gdbtypes.h (enum type_flag_values): Renumber.
8152 (enum type_instance_flag_value): Add
8153 TYPE_INSTANCE_FLAG_RESTRICT.
8154 (TYPE_RESTRICT): New macro.
8155 (make_restrict_type): Declare.
8156
c9bf0622
TT
81572013-01-14 Tom Tromey <tromey@redhat.com>
8158
8159 PR symtab/14931:
8160 * psymtab.c (struct psymtab_state): New.
8161 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
8162 functions.
8163 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
8164 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
8165
44d594fd
PA
81662013-01-14 Richard Sharman <richard_sharman@mitel.com>
8167 Pedro Alves <palves@redhat.com>
8168
8169 PR remote/14786
8170
8171 * remote.c (remote_threads_info): Make a copy of the reply from
8172 qfThreadInfo and use that instead of rs->buf.
8173
442e4d9c
YQ
81742013-01-14 Yao Qi <yao@codesourcery.com>
8175
8176 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
8177 (dbx_psymtab_to_symtab): Likewise.
8178 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
8179 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
8180 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
8181
5b12a61c
JK
81822013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8183
8184 * parse.c (parse_exp_in_context): New variable inner_chain. Call
8185 make_cleanup_restore_current_language. Call set_language. Move
8186 OLD_CHAIN and INNER_CHAIN cleanups.
8187 * utils.c (do_restore_current_language)
8188 (make_cleanup_restore_current_language): New functions.
8189 * utils.h (make_cleanup_restore_current_language): New declaration.
8190
f0a4b570
JK
81912013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8192
8193 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
8194 non-existing files.
8195
57b3c00c
JK
8196 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
8197 non-existing files if FILENAME is already absolute.
8198
daefa854
JK
81992013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
8202 fputs_filtered. Append trailing newline.
8203
ca9c6ee2
YQ
82042013-01-11 Yao Qi <yao@codesourcery.com>
8205 Stan Shebs <stan@codesourcery.com>
8206
8207 * psymtab.c (init_psymbol_list): Clarify the comment.
8208
f28045c2
YQ
82092013-01-11 Yao Qi <yao@codesourcery.com>
8210
8211 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
8212 (update_dprintf_command_list): Assert that 'printf_line' is
8213 non-null. Remove condition check.
8214
da5132d3
JK
82152013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 Code cleanup.
8218 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
8219 type const char *.
8220 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
8221 const char *.
8222 * tui/tui-source.h (tui_source_is_displayed): Likewise.
8223
843e694d
AG
82242013-01-09 Anthony Green <green@moxielogic.com>
8225
8226 * cp-abi.c (cplus_print_vtable): Don't return value from void
8227 function.
8228 * ada-lang.c (re_set_catch_assert): Ditto.
8229
da51c347
DE
82302013-01-09 Doug Evans <dje@google.com>
8231
8232 * symfile.h (quick_symbol_functions): Delete member
8233 pre_expand_symtabs_matching. All uses removed.
8234 * dwarf2read.c (dw2_lookup_symbol): Implement.
8235 (dw2_do_expand_symtabs_matching): Delete.
8236 (dw2_pre_expand_symtabs_matching): Delete.
8237 (struct dw2_symtab_iterator): New type.
8238 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
8239 (dw2_expand_symtabs_for_function): Rewrite.
8240 (dwarf2_gdb_index_functions): Update.
8241 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
8242 (psym_functions): Update.
8243
b2259038
TT
82442013-01-09 Tom Tromey <tromey@redhat.com>
8245
8246 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
8247 * configure: Rebuild.
8248 * configure.ac: Add somread.o to the build if BFD has SOM
8249 support.
8250 * somread.c: Include som/aout.h, not syms.h.
8251 (som_symtab_read): Use som_external_symbol_dictionary_record.
8252 Unpack records manually.
8253 (_initialize_somread): Declare.
8254
bdad4180
MF
82552012-01-08 Mike Frysinger <vapier@gentoo.org>
8256
8257 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
8258 Cast return_address to 64bits.
8259
03cdf680
HZ
82602013-01-08 Hui Zhu <hui_zhu@mentor.com>
8261
8262 * printcmd.c: Remove define of function output_command.
8263 * tracepoint.c: Remove extern of function output_command.
8264 * valprint.h: (output_command): New extern.
8265
8a808554
TT
82662013-01-07 Tom Tromey <tromey@redhat.com>
8267
8268 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
8269 Remove.
8270 (objc_language_defn): Use c_printchar, c_printstr,
8271 c_emit_char.
8272
e93a8774
TT
82732013-01-07 Tom Tromey <tromey@redhat.com>
8274
8275 PR cli/7719:
8276 * NEWS: Update.
8277 * ada-valprint.c (printstr, print_field_values): Remove
8278 "inspect_it" code.
8279 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
8280 code.
8281 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
8282 code.
8283 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
8284 * main.c (captured_main): Remove "epoch" argument.
8285 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
8286 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
8287 * p-valprint.c (pascal_object_print_value_fields): Remove
8288 "inspect_it" code.
8289 * printcmd.c (print_command_1): Remove 'inspect' argument.
8290 (print_command, call_command): Update.
8291 (inspect_command): Remove.
8292 (_initialize_printcmd): Make "inspect" an alias for "print".
8293 * top.c (epoch_interface): Remove.
8294 * top.h (epoch_interface): Remove.
8295 * valprint.c (user_print_options): Update.
8296 (print_converted_chars_to_obstack): Remove "inspect_it" code.
8297 * valprint.h (struct value_print_options) <inspect_it>: Remove
8298 field.
8299
83002013-01-04 Tom Tromey <tromey@redhat.com>
8301
8302 * valprint.h (read_string): Add 'extern'.
8303
b967eb24
JB
83042013-01-07 Joel Brobecker <brobecker@adacore.com>
8305
8306 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
8307 used to decide whether to define darwin_read_dyld_info or not.
8308
78a8b30e
PM
83092013-01-03 Pierre Muller <muller@sourceware.org>
8310
8311 * main.c (relocate_gdb_directory): Avoid calling stat function
8312 if DIR is empty.
8313
50da2f25
YQ
83142013-01-03 Yao Qi <yao@codesourcery.com>
8315
8316 * psymtab.c (fixup_psymbol_section): Update declaration.
8317 (fixup_psymbol_section): Remove code returning value.
8318
e7e8980f
YQ
83192013-01-03 Yao Qi <yao@codesourcery.com>
8320
8321 * symtab.h: Remove some out of date comments.
8322 (enum exception_event_kind): Move it ...
8323 * breakpoint.c: ... here.
8324
569283d4
MF
83252013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
8326
9f9d9a96 8327 PR gdb/14405
569283d4
MF
8328 * darwin-nat.c (darwin_read_dyld_info): Only build if
8329 TASK_DYLD_INFO_COUNT is defined.
8330 (darwin_xfer_partial): Call darwin_read_dyld_info only if
8331 TASK_DYLD_INFO_COUNT is defined.
8332
2e36fbea
TT
83332013-01-02 Tom Tromey <tromey@redhat.com>
8334
8335 * symfile.h (struct ecoff_debug_hack): Remove.
8336 * objfiles.c: Don't include mdebugread.h.
8337
4f05add4
TT
83382013-01-02 Tom Tromey <tromey@redhat.com>
8339
8340 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
8341 * configure.ac: Check for Mach-O support in BFD. Update
8342 CONFIG_OBS.
8343 * configure: Rebuild.
8344
def63ff0
TT
83452013-01-02 Tom Tromey <tromey@redhat.com>
8346
8347 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
8348 * configure.ac: Use GDB_AC_CHECK_BFD.
8349 * configure: Rebuild.
8350
60c5dd93
MK
83512013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
8352
8353 * MAINTAINERS: Update my email.
8354
6e58437e
JB
83552013-01-01 Joel Brobecker <brobecker@adacore.com>
8356
8357 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
8358
627fe805
JB
83592013-01-01 Joel Brobecker <brobecker@adacore.com>
8360
8361 * rs6000-nat.c (bss_data_overlap): New function.
8362 (vmap_symtab): Use it to adjust the .bss section's offset.
8363
28e7fd62
JB
83642013-01-01 Joel Brobecker <brobecker@adacore.com>
8365
8366 Update year range in copyright notice of all files.
8367
e93a8774 83682013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
8369
8370 * top.c (print_gdb_version): Update copyright year.
8371
72b20e9c 8372For older changes see ChangeLog-2012.
c906108c
SS
8373\f
8374Local Variables:
8375mode: change-log
8376left-margin: 8
8377fill-column: 74
8378version-control: never
57da7796 8379coding: utf-8
c906108c 8380End:
This page took 2.015837 seconds and 4 git commands to generate.