2013-01-08 02:00:34 +00:00
|
|
|
|
2013-01-08 Hui Zhu <hui_zhu@mentor.com>
|
|
|
|
|
|
|
|
|
|
* printcmd.c: Remove define of function output_command.
|
|
|
|
|
* tracepoint.c: Remove extern of function output_command.
|
|
|
|
|
* valprint.h: (output_command): New extern.
|
|
|
|
|
|
2013-01-07 16:51:47 +00:00
|
|
|
|
2013-01-07 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
|
|
|
|
|
Remove.
|
|
|
|
|
(objc_language_defn): Use c_printchar, c_printstr,
|
|
|
|
|
c_emit_char.
|
|
|
|
|
|
2013-01-07 16:40:39 +00:00
|
|
|
|
2013-01-07 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR cli/7719:
|
|
|
|
|
* NEWS: Update.
|
|
|
|
|
* ada-valprint.c (printstr, print_field_values): Remove
|
|
|
|
|
"inspect_it" code.
|
|
|
|
|
* cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
|
|
|
|
|
code.
|
|
|
|
|
* jv-valprint.c (java_print_value_fields): Remove "inspect_it"
|
|
|
|
|
code.
|
|
|
|
|
* m2-lang.c (m2_printstr): Remove "inspect_it" code.
|
|
|
|
|
* main.c (captured_main): Remove "epoch" argument.
|
|
|
|
|
* objc-lang.c (objc_printstr): Remove "inspect_it" code.
|
|
|
|
|
* p-lang.c (pascal_printstr): Remove "inspect_it" code.
|
|
|
|
|
* p-valprint.c (pascal_object_print_value_fields): Remove
|
|
|
|
|
"inspect_it" code.
|
|
|
|
|
* printcmd.c (print_command_1): Remove 'inspect' argument.
|
|
|
|
|
(print_command, call_command): Update.
|
|
|
|
|
(inspect_command): Remove.
|
|
|
|
|
(_initialize_printcmd): Make "inspect" an alias for "print".
|
|
|
|
|
* top.c (epoch_interface): Remove.
|
|
|
|
|
* top.h (epoch_interface): Remove.
|
|
|
|
|
* valprint.c (user_print_options): Update.
|
|
|
|
|
(print_converted_chars_to_obstack): Remove "inspect_it" code.
|
|
|
|
|
* valprint.h (struct value_print_options) <inspect_it>: Remove
|
|
|
|
|
field.
|
|
|
|
|
|
|
|
|
|
2013-01-04 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* valprint.h (read_string): Add 'extern'.
|
|
|
|
|
|
2013-01-07 11:14:37 +00:00
|
|
|
|
2013-01-07 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
|
|
|
|
|
used to decide whether to define darwin_read_dyld_info or not.
|
|
|
|
|
|
2013-01-03 22:18:35 +00:00
|
|
|
|
2013-01-03 Pierre Muller <muller@sourceware.org>
|
|
|
|
|
|
|
|
|
|
* main.c (relocate_gdb_directory): Avoid calling stat function
|
|
|
|
|
if DIR is empty.
|
|
|
|
|
|
2013-01-03 07:17:52 +00:00
|
|
|
|
2013-01-03 Yao Qi <yao@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* psymtab.c (fixup_psymbol_section): Update declaration.
|
|
|
|
|
(fixup_psymbol_section): Remove code returning value.
|
|
|
|
|
|
2013-01-03 07:13:28 +00:00
|
|
|
|
2013-01-03 Yao Qi <yao@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* symtab.h: Remove some out of date comments.
|
|
|
|
|
(enum exception_event_kind): Move it ...
|
|
|
|
|
* breakpoint.c: ... here.
|
|
|
|
|
|
2013-01-02 21:06:30 +00:00
|
|
|
|
2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
|
|
|
|
|
|
2013-01-02 21:07:53 +00:00
|
|
|
|
PR gdb/14405
|
2013-01-02 21:06:30 +00:00
|
|
|
|
* darwin-nat.c (darwin_read_dyld_info): Only build if
|
|
|
|
|
TASK_DYLD_INFO_COUNT is defined.
|
|
|
|
|
(darwin_xfer_partial): Call darwin_read_dyld_info only if
|
|
|
|
|
TASK_DYLD_INFO_COUNT is defined.
|
|
|
|
|
|
2013-01-02 18:52:07 +00:00
|
|
|
|
2013-01-02 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* symfile.h (struct ecoff_debug_hack): Remove.
|
|
|
|
|
* objfiles.c: Don't include mdebugread.h.
|
|
|
|
|
|
2013-01-02 14:58:15 +00:00
|
|
|
|
2013-01-02 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
|
|
|
|
|
* configure.ac: Check for Mach-O support in BFD. Update
|
|
|
|
|
CONFIG_OBS.
|
|
|
|
|
* configure: Rebuild.
|
|
|
|
|
|
2013-01-02 14:54:17 +00:00
|
|
|
|
2013-01-02 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
|
|
* acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
|
|
|
|
|
* configure.ac: Use GDB_AC_CHECK_BFD.
|
|
|
|
|
* configure: Rebuild.
|
|
|
|
|
|
2013-01-02 04:49:56 +00:00
|
|
|
|
2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
|
|
|
|
|
|
|
|
|
|
* MAINTAINERS: Update my email.
|
|
|
|
|
|
2013-01-01 07:38:02 +00:00
|
|
|
|
2013-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
|
|
|
|
|
|
2013-01-01 11:04:34 +00:00
|
|
|
|
2013-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* rs6000-nat.c (bss_data_overlap): New function.
|
|
|
|
|
(vmap_symtab): Use it to adjust the .bss section's offset.
|
|
|
|
|
|
2013-01-01 06:33:28 +00:00
|
|
|
|
2013-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
Update year range in copyright notice of all files.
|
|
|
|
|
|
2013-01-07 16:40:39 +00:00
|
|
|
|
2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
|
2013-01-01 05:45:22 +00:00
|
|
|
|
|
|
|
|
|
* top.c (print_gdb_version): Update copyright year.
|
|
|
|
|
|
2013-01-01 05:30:40 +00:00
|
|
|
|
For older changes see ChangeLog-2012.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
2007-08-09 22:44:38 +00:00
|
|
|
|
coding: utf-8
|
1999-04-16 01:35:26 +00:00
|
|
|
|
End:
|