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