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