PR symtab/14931:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-01-14 Tom Tromey <tromey@redhat.com>
2
3 PR symtab/14931:
4 * psymtab.c (struct psymtab_state): New.
5 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
6 functions.
7 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
8 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
9
10 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11 Pedro Alves <palves@redhat.com>
12
13 PR remote/14786
14
15 * remote.c (remote_threads_info): Make a copy of the reply from
16 qfThreadInfo and use that instead of rs->buf.
17
18 2013-01-14 Yao Qi <yao@codesourcery.com>
19
20 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
21 (dbx_psymtab_to_symtab): Likewise.
22 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
23 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
24 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
25
26 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
27
28 * parse.c (parse_exp_in_context): New variable inner_chain. Call
29 make_cleanup_restore_current_language. Call set_language. Move
30 OLD_CHAIN and INNER_CHAIN cleanups.
31 * utils.c (do_restore_current_language)
32 (make_cleanup_restore_current_language): New functions.
33 * utils.h (make_cleanup_restore_current_language): New declaration.
34
35 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
38 non-existing files.
39
40 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
41 non-existing files if FILENAME is already absolute.
42
43 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
46 fputs_filtered. Append trailing newline.
47
48 2013-01-11 Yao Qi <yao@codesourcery.com>
49 Stan Shebs <stan@codesourcery.com>
50
51 * psymtab.c (init_psymbol_list): Clarify the comment.
52
53 2013-01-11 Yao Qi <yao@codesourcery.com>
54
55 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
56 (update_dprintf_command_list): Assert that 'printf_line' is
57 non-null. Remove condition check.
58
59 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 Code cleanup.
62 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
63 type const char *.
64 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
65 const char *.
66 * tui/tui-source.h (tui_source_is_displayed): Likewise.
67
68 2013-01-09 Anthony Green <green@moxielogic.com>
69
70 * cp-abi.c (cplus_print_vtable): Don't return value from void
71 function.
72 * ada-lang.c (re_set_catch_assert): Ditto.
73
74 2013-01-09 Doug Evans <dje@google.com>
75
76 * symfile.h (quick_symbol_functions): Delete member
77 pre_expand_symtabs_matching. All uses removed.
78 * dwarf2read.c (dw2_lookup_symbol): Implement.
79 (dw2_do_expand_symtabs_matching): Delete.
80 (dw2_pre_expand_symtabs_matching): Delete.
81 (struct dw2_symtab_iterator): New type.
82 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
83 (dw2_expand_symtabs_for_function): Rewrite.
84 (dwarf2_gdb_index_functions): Update.
85 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
86 (psym_functions): Update.
87
88 2013-01-09 Tom Tromey <tromey@redhat.com>
89
90 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
91 * configure: Rebuild.
92 * configure.ac: Add somread.o to the build if BFD has SOM
93 support.
94 * somread.c: Include som/aout.h, not syms.h.
95 (som_symtab_read): Use som_external_symbol_dictionary_record.
96 Unpack records manually.
97 (_initialize_somread): Declare.
98
99 2012-01-08 Mike Frysinger <vapier@gentoo.org>
100
101 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
102 Cast return_address to 64bits.
103
104 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
105
106 * printcmd.c: Remove define of function output_command.
107 * tracepoint.c: Remove extern of function output_command.
108 * valprint.h: (output_command): New extern.
109
110 2013-01-07 Tom Tromey <tromey@redhat.com>
111
112 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
113 Remove.
114 (objc_language_defn): Use c_printchar, c_printstr,
115 c_emit_char.
116
117 2013-01-07 Tom Tromey <tromey@redhat.com>
118
119 PR cli/7719:
120 * NEWS: Update.
121 * ada-valprint.c (printstr, print_field_values): Remove
122 "inspect_it" code.
123 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
124 code.
125 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
126 code.
127 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
128 * main.c (captured_main): Remove "epoch" argument.
129 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
130 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
131 * p-valprint.c (pascal_object_print_value_fields): Remove
132 "inspect_it" code.
133 * printcmd.c (print_command_1): Remove 'inspect' argument.
134 (print_command, call_command): Update.
135 (inspect_command): Remove.
136 (_initialize_printcmd): Make "inspect" an alias for "print".
137 * top.c (epoch_interface): Remove.
138 * top.h (epoch_interface): Remove.
139 * valprint.c (user_print_options): Update.
140 (print_converted_chars_to_obstack): Remove "inspect_it" code.
141 * valprint.h (struct value_print_options) <inspect_it>: Remove
142 field.
143
144 2013-01-04 Tom Tromey <tromey@redhat.com>
145
146 * valprint.h (read_string): Add 'extern'.
147
148 2013-01-07 Joel Brobecker <brobecker@adacore.com>
149
150 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
151 used to decide whether to define darwin_read_dyld_info or not.
152
153 2013-01-03 Pierre Muller <muller@sourceware.org>
154
155 * main.c (relocate_gdb_directory): Avoid calling stat function
156 if DIR is empty.
157
158 2013-01-03 Yao Qi <yao@codesourcery.com>
159
160 * psymtab.c (fixup_psymbol_section): Update declaration.
161 (fixup_psymbol_section): Remove code returning value.
162
163 2013-01-03 Yao Qi <yao@codesourcery.com>
164
165 * symtab.h: Remove some out of date comments.
166 (enum exception_event_kind): Move it ...
167 * breakpoint.c: ... here.
168
169 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
170
171 PR gdb/14405
172 * darwin-nat.c (darwin_read_dyld_info): Only build if
173 TASK_DYLD_INFO_COUNT is defined.
174 (darwin_xfer_partial): Call darwin_read_dyld_info only if
175 TASK_DYLD_INFO_COUNT is defined.
176
177 2013-01-02 Tom Tromey <tromey@redhat.com>
178
179 * symfile.h (struct ecoff_debug_hack): Remove.
180 * objfiles.c: Don't include mdebugread.h.
181
182 2013-01-02 Tom Tromey <tromey@redhat.com>
183
184 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
185 * configure.ac: Check for Mach-O support in BFD. Update
186 CONFIG_OBS.
187 * configure: Rebuild.
188
189 2013-01-02 Tom Tromey <tromey@redhat.com>
190
191 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
192 * configure.ac: Use GDB_AC_CHECK_BFD.
193 * configure: Rebuild.
194
195 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
196
197 * MAINTAINERS: Update my email.
198
199 2013-01-01 Joel Brobecker <brobecker@adacore.com>
200
201 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
202
203 2013-01-01 Joel Brobecker <brobecker@adacore.com>
204
205 * rs6000-nat.c (bss_data_overlap): New function.
206 (vmap_symtab): Use it to adjust the .bss section's offset.
207
208 2013-01-01 Joel Brobecker <brobecker@adacore.com>
209
210 Update year range in copyright notice of all files.
211
212 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
213
214 * top.c (print_gdb_version): Update copyright year.
215
216 For older changes see ChangeLog-2012.
217 \f
218 Local Variables:
219 mode: change-log
220 left-margin: 8
221 fill-column: 74
222 version-control: never
223 coding: utf-8
224 End:
This page took 0.038221 seconds and 4 git commands to generate.