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