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