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