]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5b12a61c
JK
12013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * parse.c (parse_exp_in_context): New variable inner_chain. Call
4 make_cleanup_restore_current_language. Call set_language. Move
5 OLD_CHAIN and INNER_CHAIN cleanups.
6 * utils.c (do_restore_current_language)
7 (make_cleanup_restore_current_language): New functions.
8 * utils.h (make_cleanup_restore_current_language): New declaration.
9
f0a4b570
JK
102013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
13 non-existing files.
14
57b3c00c
JK
15 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
16 non-existing files if FILENAME is already absolute.
17
daefa854
JK
182013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
21 fputs_filtered. Append trailing newline.
22
ca9c6ee2
YQ
232013-01-11 Yao Qi <yao@codesourcery.com>
24 Stan Shebs <stan@codesourcery.com>
25
26 * psymtab.c (init_psymbol_list): Clarify the comment.
27
f28045c2
YQ
282013-01-11 Yao Qi <yao@codesourcery.com>
29
30 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
31 (update_dprintf_command_list): Assert that 'printf_line' is
32 non-null. Remove condition check.
33
da5132d3
JK
342013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
35
36 Code cleanup.
37 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
38 type const char *.
39 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
40 const char *.
41 * tui/tui-source.h (tui_source_is_displayed): Likewise.
42
843e694d
AG
432013-01-09 Anthony Green <green@moxielogic.com>
44
45 * cp-abi.c (cplus_print_vtable): Don't return value from void
46 function.
47 * ada-lang.c (re_set_catch_assert): Ditto.
48
da51c347
DE
492013-01-09 Doug Evans <dje@google.com>
50
51 * symfile.h (quick_symbol_functions): Delete member
52 pre_expand_symtabs_matching. All uses removed.
53 * dwarf2read.c (dw2_lookup_symbol): Implement.
54 (dw2_do_expand_symtabs_matching): Delete.
55 (dw2_pre_expand_symtabs_matching): Delete.
56 (struct dw2_symtab_iterator): New type.
57 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
58 (dw2_expand_symtabs_for_function): Rewrite.
59 (dwarf2_gdb_index_functions): Update.
60 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
61 (psym_functions): Update.
62
b2259038
TT
632013-01-09 Tom Tromey <tromey@redhat.com>
64
65 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
66 * configure: Rebuild.
67 * configure.ac: Add somread.o to the build if BFD has SOM
68 support.
69 * somread.c: Include som/aout.h, not syms.h.
70 (som_symtab_read): Use som_external_symbol_dictionary_record.
71 Unpack records manually.
72 (_initialize_somread): Declare.
73
bdad4180
MF
742012-01-08 Mike Frysinger <vapier@gentoo.org>
75
76 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
77 Cast return_address to 64bits.
78
03cdf680
HZ
792013-01-08 Hui Zhu <hui_zhu@mentor.com>
80
81 * printcmd.c: Remove define of function output_command.
82 * tracepoint.c: Remove extern of function output_command.
83 * valprint.h: (output_command): New extern.
84
8a808554
TT
852013-01-07 Tom Tromey <tromey@redhat.com>
86
87 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
88 Remove.
89 (objc_language_defn): Use c_printchar, c_printstr,
90 c_emit_char.
91
e93a8774
TT
922013-01-07 Tom Tromey <tromey@redhat.com>
93
94 PR cli/7719:
95 * NEWS: Update.
96 * ada-valprint.c (printstr, print_field_values): Remove
97 "inspect_it" code.
98 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
99 code.
100 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
101 code.
102 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
103 * main.c (captured_main): Remove "epoch" argument.
104 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
105 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
106 * p-valprint.c (pascal_object_print_value_fields): Remove
107 "inspect_it" code.
108 * printcmd.c (print_command_1): Remove 'inspect' argument.
109 (print_command, call_command): Update.
110 (inspect_command): Remove.
111 (_initialize_printcmd): Make "inspect" an alias for "print".
112 * top.c (epoch_interface): Remove.
113 * top.h (epoch_interface): Remove.
114 * valprint.c (user_print_options): Update.
115 (print_converted_chars_to_obstack): Remove "inspect_it" code.
116 * valprint.h (struct value_print_options) <inspect_it>: Remove
117 field.
118
1192013-01-04 Tom Tromey <tromey@redhat.com>
120
121 * valprint.h (read_string): Add 'extern'.
122
b967eb24
JB
1232013-01-07 Joel Brobecker <brobecker@adacore.com>
124
125 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
126 used to decide whether to define darwin_read_dyld_info or not.
127
78a8b30e
PM
1282013-01-03 Pierre Muller <muller@sourceware.org>
129
130 * main.c (relocate_gdb_directory): Avoid calling stat function
131 if DIR is empty.
132
50da2f25
YQ
1332013-01-03 Yao Qi <yao@codesourcery.com>
134
135 * psymtab.c (fixup_psymbol_section): Update declaration.
136 (fixup_psymbol_section): Remove code returning value.
137
e7e8980f
YQ
1382013-01-03 Yao Qi <yao@codesourcery.com>
139
140 * symtab.h: Remove some out of date comments.
141 (enum exception_event_kind): Move it ...
142 * breakpoint.c: ... here.
143
569283d4
MF
1442013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
145
9f9d9a96 146 PR gdb/14405
569283d4
MF
147 * darwin-nat.c (darwin_read_dyld_info): Only build if
148 TASK_DYLD_INFO_COUNT is defined.
149 (darwin_xfer_partial): Call darwin_read_dyld_info only if
150 TASK_DYLD_INFO_COUNT is defined.
151
2e36fbea
TT
1522013-01-02 Tom Tromey <tromey@redhat.com>
153
154 * symfile.h (struct ecoff_debug_hack): Remove.
155 * objfiles.c: Don't include mdebugread.h.
156
4f05add4
TT
1572013-01-02 Tom Tromey <tromey@redhat.com>
158
159 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
160 * configure.ac: Check for Mach-O support in BFD. Update
161 CONFIG_OBS.
162 * configure: Rebuild.
163
def63ff0
TT
1642013-01-02 Tom Tromey <tromey@redhat.com>
165
166 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
167 * configure.ac: Use GDB_AC_CHECK_BFD.
168 * configure: Rebuild.
169
60c5dd93
MK
1702013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
171
172 * MAINTAINERS: Update my email.
173
6e58437e
JB
1742013-01-01 Joel Brobecker <brobecker@adacore.com>
175
176 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
177
627fe805
JB
1782013-01-01 Joel Brobecker <brobecker@adacore.com>
179
180 * rs6000-nat.c (bss_data_overlap): New function.
181 (vmap_symtab): Use it to adjust the .bss section's offset.
182
28e7fd62
JB
1832013-01-01 Joel Brobecker <brobecker@adacore.com>
184
185 Update year range in copyright notice of all files.
186
e93a8774 1872013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
b9786c74
JB
188
189 * top.c (print_gdb_version): Update copyright year.
190
72b20e9c 191For older changes see ChangeLog-2012.
c906108c
SS
192\f
193Local Variables:
194mode: change-log
195left-margin: 8
196fill-column: 74
197version-control: never
57da7796 198coding: utf-8
c906108c 199End: