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