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