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