]>
Commit | Line | Data |
---|---|---|
c89ffd86 JK |
1 | 2013-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 |
6 | 2013-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 |
11 | 2013-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 |
16 | 2012-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 |
21 | 2012-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 |
28 | 2013-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 |
35 | 2013-01-16 Doug Evans <[email protected]> |
36 | ||
37 | * contrib/cc-with-tweaks.sh: Add references to Fission docs. | |
38 | ||
ab04a2af TT |
39 | 2013-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 |
66 | 2013-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 |
73 | 2013-01-16 Yao Qi <[email protected]> |
74 | ||
75 | * printcmd.c (current_display_number): Make it static. | |
76 | ||
3f01d0d0 YQ |
77 | 2013-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 |
82 | 2013-01-15 Jan Kratochvil <[email protected]> |
83 | ||
84 | * dwarf2read.c (psymtab_include_file_name): Extend the function comment. | |
85 | ||
44478ab3 TT |
86 | 2013-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 |
95 | 2013-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 |
110 | 2013-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 |
119 | 2013-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 |
127 | 2013-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 |
135 | 2013-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 |
144 | 2013-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 |
152 | 2013-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 |
157 | 2013-01-11 Yao Qi <[email protected]> |
158 | Stan Shebs <[email protected]> | |
159 | ||
160 | * psymtab.c (init_psymbol_list): Clarify the comment. | |
161 | ||
f28045c2 YQ |
162 | 2013-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 |
168 | 2013-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 |
177 | 2013-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 |
183 | 2013-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 |
197 | 2013-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 |
208 | 2012-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 |
213 | 2013-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 |
219 | 2013-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 |
226 | 2013-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 | ||
253 | 2013-01-04 Tom Tromey <[email protected]> | |
254 | ||
255 | * valprint.h (read_string): Add 'extern'. | |
256 | ||
b967eb24 JB |
257 | 2013-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 |
262 | 2013-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 |
267 | 2013-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 |
272 | 2013-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 |
278 | 2013-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 |
286 | 2013-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 |
291 | 2013-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 |
298 | 2013-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 |
304 | 2013-01-01 Maxim Kuvyrkov <[email protected]> |
305 | ||
306 | * MAINTAINERS: Update my email. | |
307 | ||
6e58437e JB |
308 | 2013-01-01 Joel Brobecker <[email protected]> |
309 | ||
310 | * cli/cli-script.h (make_cleanup_free_command_lines): Make extern. | |
311 | ||
627fe805 JB |
312 | 2013-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 |
317 | 2013-01-01 Joel Brobecker <[email protected]> |
318 | ||
319 | Update year range in copyright notice of all files. | |
320 | ||
e93a8774 | 321 | 2013-01-01, 13 Joel Brobecker <[email protected]> |
b9786c74 JB |
322 | |
323 | * top.c (print_gdb_version): Update copyright year. | |
324 | ||
72b20e9c | 325 | For older changes see ChangeLog-2012. |
c906108c SS |
326 | \f |
327 | Local Variables: | |
328 | mode: change-log | |
329 | left-margin: 8 | |
330 | fill-column: 74 | |
331 | version-control: never | |
57da7796 | 332 | coding: utf-8 |
c906108c | 333 | End: |