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