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