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