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