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