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