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