]> Git Repo - binutils.git/blame - gdb/ChangeLog
* boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
[binutils.git] / gdb / ChangeLog
CommitLineData
c89ffd86
JK
12013-01-17 Jan Kratochvil <[email protected]>
2
3 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
4 initialize it by existing make_cleanup. Call new do_cleanups.
5
db2b2972
TT
62013-01-17 Tom Tromey <[email protected]>
7
8 * cp-abi.c (cp_abi_completer): New function.
9 (_initialize_cp_abi): Set completer for "set cp-abi".
10
be7d37a2
TT
112013-01-17 Tom Tromey <[email protected]>
12
13 * mem-break.c: Remove obsolete comment.
14 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
15
c9fb1240
SD
162012-01-17 Sanjoy Das <[email protected]>
17
18 * jit.c (jit_reader_load_command): Interpret the jit reader name
19 as an absolute path if it begins with a forward slash.
20
db334a01
SD
212012-01-17 Sanjoy Das <[email protected]>
22
23 PR gdb/14550
24
25 * jit.c (finalize_symtab): Ensure that only the global block has a
26 NULL superblock.
27
7d928dac
PA
282013-01-17 Pedro Alves <[email protected]>
29
30 * acinclude.m4: Include ../config/plugins.m4,
31 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
32 * Makefile.in (aclocal_m4_deps): Update.
33 * aclocal.m4: Renegerate.
34
fb8cf7c5
DE
352013-01-16 Doug Evans <[email protected]>
36
37 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
38
ab04a2af
TT
392013-01-16 Pedro Alves <[email protected]>
40 Tom Tromey <[email protected]>
41
42 PR cli/7221:
43 * NEWS: Add "catch signal".
44 * breakpoint.c (base_breakpoint_ops): No longer static.
45 (bpstat_explains_signal): New function.
46 (init_catchpoint): No longer static.
47 (base_breakpoint_explains_signal): New function.
48 (base_breakpoint_ops): Initialize new field.
49 * breakpoint.h (enum bpstat_signal_value): New.
50 (struct breakpoint_ops) <explains_signal>: New field.
51 (bpstat_explains_signal): Remove macro, declare as function.
52 (base_breakpoint_ops, init_catchpoint): Declare.
53 * break-catch-sig.c: New file.
54 * inferior.h (signal_catch_update): Declare.
55 * infrun.c (signal_catch): New global.
56 (handle_syscall_event): Update for change to
57 bpstat_explains_signal.
58 (handle_inferior_event): Likewise. Always handle random signals
59 via bpstats.
60 (signal_cache_update): Check signal_catch.
61 (signal_catch_update): New function.
62 (_initialize_infrun): Initialize signal_catch.
63 * Makefile.in (SFILES): Add break-catch-sig.c.
64 (COMMON_OBS): Add break-catch-sig.o.
65
8ac3646f
TT
662013-01-16 Tom Tromey <[email protected]>
67
68 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
69 (print_one_catch_solib, print_one_catch_syscall)
70 (print_one_catch_exec, print_one_exception_catchpoint): Emit
71 "catch-type".
72
5a18e302
YQ
732013-01-16 Yao Qi <[email protected]>
74
75 * printcmd.c (current_display_number): Make it static.
76
3f01d0d0
YQ
772013-01-16 Yao Qi <[email protected]>
78
79 * infcmd.c (step_once): Don't check '!single_inst' as it was
80 checked before.
81
1ed59174
JK
822013-01-15 Jan Kratochvil <[email protected]>
83
84 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
85
44478ab3
TT
862013-01-14 Tom Tromey <[email protected]>
87
88 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
89 set command.
90 * command.h (add_setshow_string_noescape_cmd): Update.
91 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
92 (complete_set_gnutarget): New function.
93 (_initialize_core): Set the "set gnutarget" completer.
94
06d66ee9
TT
952013-01-14 Tom Tromey <[email protected]>
96
97 PR symtab/14442:
98 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
99 (c_type_print_modifier): Likewise.
100 * dwarf2read.c (read_tag_restrict_type): New function.
101 (read_type_die_1): Handle DW_TAG_restrict_type.
102 * gdbtypes.c (make_restrict_type): New function.
103 (recursive_dump_type): Handle TYPE_RESTRICT.
104 * gdbtypes.h (enum type_flag_values): Renumber.
105 (enum type_instance_flag_value): Add
106 TYPE_INSTANCE_FLAG_RESTRICT.
107 (TYPE_RESTRICT): New macro.
108 (make_restrict_type): Declare.
109
c9bf0622
TT
1102013-01-14 Tom Tromey <[email protected]>
111
112 PR symtab/14931:
113 * psymtab.c (struct psymtab_state): New.
114 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
115 functions.
116 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
117 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
118
44d594fd
PA
1192013-01-14 Richard Sharman <[email protected]>
120 Pedro Alves <[email protected]>
121
122 PR remote/14786
123
124 * remote.c (remote_threads_info): Make a copy of the reply from
125 qfThreadInfo and use that instead of rs->buf.
126
442e4d9c
YQ
1272013-01-14 Yao Qi <[email protected]>
128
129 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
130 (dbx_psymtab_to_symtab): Likewise.
131 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
132 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
133 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
134
5b12a61c
JK
1352013-01-13 Jan Kratochvil <[email protected]>
136
137 * parse.c (parse_exp_in_context): New variable inner_chain. Call
138 make_cleanup_restore_current_language. Call set_language. Move
139 OLD_CHAIN and INNER_CHAIN cleanups.
140 * utils.c (do_restore_current_language)
141 (make_cleanup_restore_current_language): New functions.
142 * utils.h (make_cleanup_restore_current_language): New declaration.
143
f0a4b570
JK
1442013-01-13 Jan Kratochvil <[email protected]>
145
146 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
147 non-existing files.
148
57b3c00c
JK
149 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
150 non-existing files if FILENAME is already absolute.
151
daefa854
JK
1522013-01-11 Jan Kratochvil <[email protected]>
153
154 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
155 fputs_filtered. Append trailing newline.
156
ca9c6ee2
YQ
1572013-01-11 Yao Qi <[email protected]>
158 Stan Shebs <[email protected]>
159
160 * psymtab.c (init_psymbol_list): Clarify the comment.
161
f28045c2
YQ
1622013-01-11 Yao Qi <[email protected]>
163
164 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
165 (update_dprintf_command_list): Assert that 'printf_line' is
166 non-null. Remove condition check.
167
da5132d3
JK
1682013-01-10 Jan Kratochvil <[email protected]>
169
170 Code cleanup.
171 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
172 type const char *.
173 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
174 const char *.
175 * tui/tui-source.h (tui_source_is_displayed): Likewise.
176
843e694d
AG
1772013-01-09 Anthony Green <[email protected]>
178
179 * cp-abi.c (cplus_print_vtable): Don't return value from void
180 function.
181 * ada-lang.c (re_set_catch_assert): Ditto.
182
da51c347
DE
1832013-01-09 Doug Evans <[email protected]>
184
185 * symfile.h (quick_symbol_functions): Delete member
186 pre_expand_symtabs_matching. All uses removed.
187 * dwarf2read.c (dw2_lookup_symbol): Implement.
188 (dw2_do_expand_symtabs_matching): Delete.
189 (dw2_pre_expand_symtabs_matching): Delete.
190 (struct dw2_symtab_iterator): New type.
191 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
192 (dw2_expand_symtabs_for_function): Rewrite.
193 (dwarf2_gdb_index_functions): Update.
194 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
195 (psym_functions): Update.
196
b2259038
TT
1972013-01-09 Tom Tromey <[email protected]>
198
199 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
200 * configure: Rebuild.
201 * configure.ac: Add somread.o to the build if BFD has SOM
202 support.
203 * somread.c: Include som/aout.h, not syms.h.
204 (som_symtab_read): Use som_external_symbol_dictionary_record.
205 Unpack records manually.
206 (_initialize_somread): Declare.
207
bdad4180
MF
2082012-01-08 Mike Frysinger <[email protected]>
209
210 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
211 Cast return_address to 64bits.
212
03cdf680
HZ
2132013-01-08 Hui Zhu <[email protected]>
214
215 * printcmd.c: Remove define of function output_command.
216 * tracepoint.c: Remove extern of function output_command.
217 * valprint.h: (output_command): New extern.
218
8a808554
TT
2192013-01-07 Tom Tromey <[email protected]>
220
221 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
222 Remove.
223 (objc_language_defn): Use c_printchar, c_printstr,
224 c_emit_char.
225
e93a8774
TT
2262013-01-07 Tom Tromey <[email protected]>
227
228 PR cli/7719:
229 * NEWS: Update.
230 * ada-valprint.c (printstr, print_field_values): Remove
231 "inspect_it" code.
232 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
233 code.
234 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
235 code.
236 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
237 * main.c (captured_main): Remove "epoch" argument.
238 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
239 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
240 * p-valprint.c (pascal_object_print_value_fields): Remove
241 "inspect_it" code.
242 * printcmd.c (print_command_1): Remove 'inspect' argument.
243 (print_command, call_command): Update.
244 (inspect_command): Remove.
245 (_initialize_printcmd): Make "inspect" an alias for "print".
246 * top.c (epoch_interface): Remove.
247 * top.h (epoch_interface): Remove.
248 * valprint.c (user_print_options): Update.
249 (print_converted_chars_to_obstack): Remove "inspect_it" code.
250 * valprint.h (struct value_print_options) <inspect_it>: Remove
251 field.
252
2532013-01-04 Tom Tromey <[email protected]>
254
255 * valprint.h (read_string): Add 'extern'.
256
b967eb24
JB
2572013-01-07 Joel Brobecker <[email protected]>
258
259 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
260 used to decide whether to define darwin_read_dyld_info or not.
261
78a8b30e
PM
2622013-01-03 Pierre Muller <[email protected]>
263
264 * main.c (relocate_gdb_directory): Avoid calling stat function
265 if DIR is empty.
266
50da2f25
YQ
2672013-01-03 Yao Qi <[email protected]>
268
269 * psymtab.c (fixup_psymbol_section): Update declaration.
270 (fixup_psymbol_section): Remove code returning value.
271
e7e8980f
YQ
2722013-01-03 Yao Qi <[email protected]>
273
274 * symtab.h: Remove some out of date comments.
275 (enum exception_event_kind): Move it ...
276 * breakpoint.c: ... here.
277
569283d4
MF
2782013-01-02 Iain Sandoe <[email protected]>
279
9f9d9a96 280 PR gdb/14405
569283d4
MF
281 * darwin-nat.c (darwin_read_dyld_info): Only build if
282 TASK_DYLD_INFO_COUNT is defined.
283 (darwin_xfer_partial): Call darwin_read_dyld_info only if
284 TASK_DYLD_INFO_COUNT is defined.
285
2e36fbea
TT
2862013-01-02 Tom Tromey <[email protected]>
287
288 * symfile.h (struct ecoff_debug_hack): Remove.
289 * objfiles.c: Don't include mdebugread.h.
290
4f05add4
TT
2912013-01-02 Tom Tromey <[email protected]>
292
293 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
294 * configure.ac: Check for Mach-O support in BFD. Update
295 CONFIG_OBS.
296 * configure: Rebuild.
297
def63ff0
TT
2982013-01-02 Tom Tromey <[email protected]>
299
300 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
301 * configure.ac: Use GDB_AC_CHECK_BFD.
302 * configure: Rebuild.
303
60c5dd93
MK
3042013-01-01 Maxim Kuvyrkov <[email protected]>
305
306 * MAINTAINERS: Update my email.
307
6e58437e
JB
3082013-01-01 Joel Brobecker <[email protected]>
309
310 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
311
627fe805
JB
3122013-01-01 Joel Brobecker <[email protected]>
313
314 * rs6000-nat.c (bss_data_overlap): New function.
315 (vmap_symtab): Use it to adjust the .bss section's offset.
316
28e7fd62
JB
3172013-01-01 Joel Brobecker <[email protected]>
318
319 Update year range in copyright notice of all files.
320
e93a8774 3212013-01-01, 13 Joel Brobecker <[email protected]>
b9786c74
JB
322
323 * top.c (print_gdb_version): Update copyright year.
324
72b20e9c 325For older changes see ChangeLog-2012.
c906108c
SS
326\f
327Local Variables:
328mode: change-log
329left-margin: 8
330fill-column: 74
331version-control: never
57da7796 332coding: utf-8
c906108c 333End:
This page took 3.089027 seconds and 4 git commands to generate.