]>
Commit | Line | Data |
---|---|---|
47c1316c TG |
1 | 2012-02-01 Tristan Gingold <[email protected]> |
2 | ||
3 | * libunwind-frame.c (libunwind_load): Display message if dlopen | |
4 | failed. | |
5 | ||
8e704927 GB |
6 | 2012-02-01 Gary Benson <[email protected]> |
7 | ||
8 | * symtab.h (symbol_name_match_p_ftype): New typedef. | |
9 | (iterate_over_symbols): Use the above. | |
10 | * symtab.c (iterate_over_symbols): Likewise. | |
11 | * language.h (language_defn->la_iterate_over_symbols): Likewise. | |
12 | * ada-lang.c (ada_iterate_over_symbols): Likewise. | |
13 | * linespec.c (iterate_over_all_matching_symtabs): Likewise. | |
14 | (iterate_name_matcher): Document return values. | |
15 | (collect_one_symbol): Likewise. | |
16 | (collect_function_symbols): Likewise. | |
17 | (collect_symbols): Likewise. | |
18 | ||
d9680e73 TT |
19 | 2012-02-01 Tom Tromey <[email protected]> |
20 | ||
21 | * ada-lang.c (resolve_subexp): Update. | |
22 | (ada_lookup_symbol_list): Add 'full_search' argument. | |
23 | (ada_iterate_over_symbols): Pass 0 as full_search argument to | |
24 | ada_lookup_symbol_list. | |
25 | (ada_lookup_encoded_symbol): Update. | |
26 | (get_var_value): Update. | |
27 | * ada-exp.y (block_lookup): Update. | |
28 | (write_var_or_type): Update. | |
29 | (write_name_assoc): Update. | |
30 | * ada-lang.h (ada_lookup_symbol_list): Update. | |
31 | ||
72e1143f TT |
32 | 2012-01-31 Tom Tromey <[email protected]> |
33 | ||
34 | * language.h (struct language_defn) <la_iterate_over_symbols>: Fix | |
35 | comment. | |
36 | ||
ab2d2ad3 DE |
37 | 2012-01-31 Doug Evans <[email protected]> |
38 | ||
39 | * symtab.h: Remove outdated comment. | |
e9111bf7 | 40 | (SYMBOL_MATCHES_NATURAL_NAME): Delete. |
ab2d2ad3 | 41 | |
bc884eba JB |
42 | 2012-02-01 Josh Matthews <[email protected]> (tiny change) |
43 | ||
44 | Fix build error in Darwin port. | |
45 | * i386-darwin-nat.c: Include i386-nat.h. | |
46 | ||
8fc3fc34 TT |
47 | 2012-01-30 Tom Tromey <[email protected]> |
48 | ||
49 | PR breakpoints/13568: | |
50 | * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash' | |
51 | argument. Check for recursive includes. | |
52 | (dwarf_decode_macros): Create an include hash. | |
53 | ||
5d853008 ME |
54 | 2012-01-30 Michael Eager <[email protected]> |
55 | ||
56 | * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o. | |
57 | * ppc-linux-tdep.c: Include glibc-tdep.h. | |
ab2d2ad3 | 58 | (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates. |
5d853008 ME |
59 | (powerpc_linux_in_plt_stub): New function. |
60 | (powerpc_linux_in_dynsym_resolve_code): New function. | |
61 | (ppc_skip_trampoline_code): New function. | |
62 | (ppc_linux_init_abi): Use PPC specific functions rather than generic. | |
63 | Use glibc_skip_solib_resolver. | |
64 | ||
40478521 JK |
65 | 2012-01-28 Jan Kratochvil <[email protected]> |
66 | ||
67 | Code cleanup: Make 1440 bytes of data segment read-only. | |
68 | * arch-utils.c (endian_enum): Make it const char *const []. | |
69 | * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings): | |
70 | Likewise. | |
71 | * breakpoint.c (always_inserted_enums): Likewise. | |
72 | * cli/cli-cmds.c (script_ext_enums): Likewise. | |
73 | * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the | |
74 | enumlist parameter const char *const *. | |
75 | * cli/cli-decode.h (struct cmd_list_element): Make the enums field | |
76 | const char *const *. | |
77 | * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist | |
78 | parameter const char *const *. | |
79 | * cris-tdep.c (cris_modes): Make it const char *const []. | |
80 | * filesystem.c (target_file_system_kinds): Likewise. | |
81 | * i386-tdep.c (valid_flavors, valid_conventions): Likewise. | |
82 | * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names) | |
83 | (can_use_displaced_stepping_enum, scheduler_enums) | |
84 | (exec_direction_names): Likewise. | |
85 | * language.c (_initialize_language): Make the type_or_range_names and | |
86 | case_sensitive_names variables const char *const []. | |
87 | * mips-tdep.c (mips_abi_strings): Make it const char *const []. | |
88 | * python/python.c (python_excp_enums): Likewise. | |
89 | * remote.c (interrupt_sequence_modes): Likewise. | |
90 | * rs6000-tdep.c (powerpc_vector_strings): Likewise. | |
91 | * serial.c (logbase_enums): Likewise. | |
92 | * sh-tdep.c (sh_cc_enum): Likewise. | |
93 | * stack.c (print_frame_arguments_choices, print_entry_values_choices): | |
94 | Likewise. | |
95 | * symtab.c (multiple_symbols_modes): Likewise. | |
96 | * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums): | |
97 | Likewise. | |
98 | * utils.c (internal_problem_modes): Likewise. | |
99 | ||
b3b8b934 JK |
100 | 2012-01-27 Jan Kratochvil <[email protected]> |
101 | ||
102 | Fix the 2012-01-26 regression by la_get_symbol_name_match_p. | |
103 | * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P | |
104 | result. | |
105 | ||
8c85a4e2 DE |
106 | 2012-01-27 Doug Evans <[email protected]> |
107 | ||
108 | * configure.ac (with_python): Fix absolute path handling for win32. | |
109 | * configure: Regenerate. | |
110 | ||
78d8b4d7 DE |
111 | 2012-01-26 Doug Evans <[email protected]> |
112 | ||
eca864fe DE |
113 | * symtab.c: Whitespace cleanup, no code changes. |
114 | ||
7e082072 DE |
115 | * symtab.c (lookup_symbol_in_language): Improve comment. |
116 | (lookup_symbol_aux): Fix comment. | |
117 | ||
7dc25483 DE |
118 | * psymtab.c (add_psymbol_to_list): Result is now "void". |
119 | * psympriv.h (add_psymbol_to_list): Update. | |
120 | ||
78d8b4d7 DE |
121 | * dwarf2read.c (add_partial_symbol): Delete local psym, unused. |
122 | ||
4c63965b JK |
123 | 2012-01-26 Jan Kratochvil <[email protected]> |
124 | ||
125 | Do not open script filenames twice. | |
126 | * cli/cli-cmds.c (source_script_from_stream): Pass to | |
127 | source_python_script also STREAM. | |
128 | * python/py-auto-load.c (source_section_scripts): Pass to | |
129 | source_python_script_for_objfile also STREAM. | |
130 | (auto_load_objfile_script): Pass to source_python_script_for_objfile | |
131 | also INPUT. | |
132 | * python/python-internal.h (source_python_script_for_objfile): New | |
133 | parameter file, rename parameter file to filename. | |
134 | * python/python.c (python_run_simple_file): Call PyRun_SimpleFile | |
135 | instead if !_WIN32. Update the function comment. | |
136 | (source_python_script, source_python_script_for_objfile) | |
137 | (source_python_script): New parameter file, rename parameter file to | |
138 | filename. Pass FILENAME to python_run_simple_file. | |
139 | * python/python.h (source_python_script): New parameter file, rename | |
140 | parameter file to filename. | |
141 | ||
88f38a04 PA |
142 | 2012-01-26 Pedro Alves <[email protected]> |
143 | ||
144 | * corelow.c (core_has_fake_pid): Delete. | |
145 | (core_close): Delete references to `core_has_fake_pid'. | |
146 | (add_to_thread_list): Adjust to mark the inferior's pid as fake. | |
147 | (core_open): Delete references to `core_has_fake_pid'. | |
148 | (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of | |
149 | the removed global. | |
150 | ||
e078317b JB |
151 | 2012-01-26 Joel Brobecker <[email protected]> |
152 | ||
153 | * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]: | |
154 | Remove language parameter from name_matcher. Adjust the comment. | |
155 | * symtab.c (search_symbols_name_matches, expand_partial_symbol_name): | |
156 | Remove language parameter. | |
157 | * ada-lang.c (ada_expand_partial_symbol_name): Likewise. | |
158 | * linespec.c (iterate_name_matcher): Likewise. | |
159 | * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of | |
160 | name_matcher. Adjust call accordingly. | |
161 | * psymtab.c (expand_symtabs_matching_via_partial): Likewise. | |
162 | (maintenance_check_symtabs): Adjust type of parameter "fun". | |
163 | * psymtab.h (maintenance_check_symtabs): Likewise. | |
164 | ||
74ccd7f5 JB |
165 | 2012-01-26 Joel Brobecker <[email protected]> |
166 | ||
167 | * language.h (symbol_name_match_p_ftype): New typedef. | |
168 | (struct language_defn): Replace field la_symbol_name_compare | |
169 | by la_get_symbol_name_match_p. | |
170 | * ada-lang.c (ada_get_symbol_name_match_p): New function. | |
171 | (ada_language_defn): Use it. | |
172 | * linespec.c (struct symbol_matcher_data): New type. | |
173 | (iterate_name_matcher): Rewrite. | |
174 | (iterate_over_all_matching_symtabs): Pass a pointer to | |
175 | a symbol_matcher_data struct to expand_symtabs_matching | |
176 | instead of just the lookup name. | |
177 | * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c, | |
178 | opencl-lang.c, p-lang.c, language.c: Delete field | |
179 | la_symbol_name_compare, and replace by NULL for new field | |
180 | la_get_symbol_name_match_p. | |
181 | * symfile.h (struct quick_symbol_functions): Update comment. | |
182 | ||
5d268276 TT |
183 | 2012-01-25 Tom Tromey <[email protected]> |
184 | ||
185 | * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before | |
186 | dereferencing. | |
187 | ||
edcc5120 TT |
188 | 2012-01-24 Tom Tromey <[email protected]> |
189 | ||
190 | PR symtab/12406: | |
191 | * solib.c (update_solib_list): Update the program space's | |
192 | added_solibs and deleted_solibs fields. | |
193 | * progspace.h (struct program_space) <added_solibs, | |
194 | deleted_solibs>: New fields. | |
195 | (clear_program_space_solib_cache): Declare. | |
196 | * progspace.c (release_program_space): Call | |
197 | clear_program_space_solib_cache. | |
198 | (clear_program_space_solib_cache): New function. | |
199 | * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call | |
200 | bpstat_stop_status. Use handle_solib_event. | |
201 | * breakpoint.c: Include gdb_regex.h. | |
202 | (print_solib_event): New function. | |
203 | (bpstat_print): Use print_solib_event. | |
204 | (bpstat_stop_status): Add special case for bp_shlib_event. | |
205 | (handle_solib_event): New function. | |
206 | (bpstat_what): Use handle_solib_event. | |
207 | (struct solib_catchpoint): New. | |
208 | (dtor_catch_solib, insert_catch_solib, remove_catch_solib) | |
209 | (breakpoint_hit_catch_solib, check_status_catch_solib) | |
210 | (print_it_catch_solib, print_one_catch_solib) | |
211 | (print_mention_catch_solib, print_recreate_catch_solib): New | |
212 | functions. | |
213 | (catch_solib_breakpoint_ops): New global. | |
214 | (catch_load_or_unload, catch_load_command_1) | |
215 | (catch_unload_command_1): New functions. | |
216 | (internal_bkpt_check_status): Add special case for | |
217 | bp_shlib_event. | |
218 | (internal_bkpt_print_it): Use print_solib_event. | |
219 | (initialize_breakpoint_ops): Initialize | |
220 | catch_solib_breakpoint_ops. | |
221 | (_initialize_breakpoint): Register "catch load" and "catch | |
222 | unload". | |
223 | * breakpoint.h (handle_solib_event): Declare. | |
224 | * NEWS: Add entry for "catch load" and "catch unload". | |
225 | ||
fa864999 TT |
226 | 2012-01-24 Tom Tromey <[email protected]> |
227 | ||
228 | * ada-lang.c: Include gdb_vecs.h. | |
229 | * charset.c: Include gdb_vecs.h. | |
230 | * tracepoint.h: Include gdb_vecs.h. | |
231 | * gdb_vecs.h: New file. | |
232 | ||
f90263c1 TT |
233 | 2012-01-24 Pedro Alves <[email protected]> |
234 | ||
235 | * breakpoint.c (breakpoint_hit_catch_fork) | |
236 | (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall) | |
237 | (breakpoint_hit_catch_exec): Make use of the `ws' argument. | |
238 | * infrun.c (inferior_has_forked, inferior_has_vforked) | |
239 | (inferior_has_execd, inferior_has_called_syscall): Delete. | |
240 | (handle_syscall_event): Get syscall_number from the execution | |
241 | control state's wait status. | |
242 | (wait_for_inferior): Don't clear syscall_number. | |
243 | ||
09ac7c10 TT |
244 | 2012-01-24 Pedro Alves <[email protected]> |
245 | ||
246 | * breakpoint.c (bpstat_check_location, bpstat_stop_status, | |
247 | pc_at_non_inline_function): Add `ws' parameter, and pass it down. | |
248 | (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork) | |
249 | (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add | |
250 | `ws' parameter. | |
251 | (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return | |
252 | false for events other than TARGET_SIGNAL_TRAP. | |
253 | (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit): | |
254 | Add `ws' parameter. | |
255 | (bkpt_breakpoint_hit): Add `ws' parameter. Return false for | |
256 | events other than TARGET_SIGNAL_TRAP. | |
257 | (tracepoint_breakpoint_hit): Add `ws' parameter. | |
258 | * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws' | |
259 | parameter. | |
260 | (bpstat_stop_status): Same. | |
261 | (pc_at_non_inline_function): Same. | |
262 | * infrun.c (handle_syscall_event, handle_inferior_event): Adjust | |
263 | to pass the current event's waitstatus to bpstat_stop_status | |
264 | and pc_at_non_inline_function. | |
265 | ||
86eb7e95 JK |
266 | 2012-01-24 Jan Kratochvil <[email protected]> |
267 | ||
268 | Code cleanup. | |
269 | * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM. | |
270 | Update the function comment for it. | |
271 | (source_script_with_search): Call make_cleanup_fclose for STREAM. | |
272 | * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose | |
273 | for STREAM. | |
274 | ||
a9b3a50f PA |
275 | 2012-01-24 Pedro Alves <[email protected]> |
276 | ||
277 | * breakpoint.c (bpstat_stop_status): Moving clearing print_it | |
278 | outside `bs->stop' block. | |
279 | (bpstat_what): Rework bp_shlib_event handling. | |
280 | (internal_bkpt_check_status): If the breakpoint is a | |
281 | bp_shlib_event, then set bs->stop and bs->print if | |
282 | stop_on_solib_events is set. | |
283 | ||
53fe1783 GB |
284 | 2012-01-24 Gary Benson <[email protected]> |
285 | ||
286 | Delete #if 0'd out code. | |
287 | * stack.c (print_frame_label_vars): Remove. | |
288 | (catch_info): Likewise. | |
289 | (_initialize_stack): Remove "info catch" command. | |
290 | * NEWS: Mention the above. | |
291 | ||
49c62f2e PA |
292 | 2012-01-24 Pedro Alves <[email protected]> |
293 | ||
294 | * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use | |
295 | it. | |
296 | (remote_notice_new_inferior): If the remote end doesn't support | |
297 | the multiprocess extensions, then the PID is fake. | |
298 | (add_current_inferior_and_thread): New. | |
299 | (remote_start_remote): Use it. | |
300 | (extended_remote_attach_1): Adjust. | |
301 | (extended_remote_create_inferior_1): Use | |
302 | add_current_inferior_and_thread. | |
303 | ||
d0d8b0c6 JK |
304 | 2012-01-24 Jan Kratochvil <[email protected]> |
305 | ||
306 | Fix watchpoints to be specific for each inferior. | |
307 | * breakpoint.c (watchpoint_in_thread_scope): Verify also | |
308 | current_program_space. | |
309 | * i386-nat.c (i386_inferior_data_cleanup): New. | |
310 | (i386_inferior_data_get): Replace variable inf_data_local by an | |
311 | inferior_data call. | |
312 | (i386_use_watchpoints): Initialize i386_inferior_data. | |
313 | * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID | |
314 | specific iterate_over_lwps. | |
315 | ||
4403d8e9 JK |
316 | 2012-01-24 Jan Kratochvil <[email protected]> |
317 | ||
318 | Fix watchpoints across inferior fork. | |
319 | * amd64-linux-nat.c (update_debug_registers_callback): Update the | |
320 | comment for linux_nat_iterate_watchpoint_lwps. | |
321 | (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use | |
322 | linux_nat_iterate_watchpoint_lwps. | |
323 | (amd64_linux_prepare_to_resume): New comment on Linux kernel. | |
324 | * i386-linux-nat.c (update_debug_registers_callback): Update the | |
325 | comment for linux_nat_iterate_watchpoint_lwps. | |
326 | (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use | |
327 | linux_nat_iterate_watchpoint_lwps. | |
328 | (i386_linux_prepare_to_resume): New comment on Linux kernel. | |
329 | * i386-nat.c: Include inferior.h. | |
330 | (dr_mirror): Remove. | |
331 | (i386_inferior_data, struct i386_inferior_data) | |
332 | (i386_inferior_data_get): New. | |
333 | (i386_debug_reg_state): Use i386_inferior_data_get. | |
334 | (i386_cleanup_dregs, i386_update_inferior_debug_regs) | |
335 | (i386_insert_watchpoint, i386_remove_watchpoint) | |
336 | (i386_stopped_data_address, i386_insert_hw_breakpoint) | |
337 | (i386_remove_hw_breakpoint): New variable state, use | |
338 | i386_debug_reg_state instead of DR_MIRROR. | |
339 | * linux-nat.c (delete_lwp): New declaration. | |
340 | (num_lwps): Move here from downwards. | |
341 | (delete_lwp_cleanup): New. | |
342 | (linux_child_follow_fork): Create new child_lp, call | |
343 | linux_nat_new_thread and linux_nat_prepare_to_resume before calling | |
344 | PTRACE_DETACH. | |
345 | (num_lwps): Move upwards. | |
346 | (linux_nat_iterate_watchpoint_lwps): New. | |
347 | * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New. | |
348 | (linux_nat_iterate_watchpoint_lwps_ftype): New declaration. | |
349 | ||
2992c9a7 | 350 | 2012-01-24 Joel Brobecker <[email protected]> |
351 | ||
352 | GDB 7.4 released. | |
353 | ||
e360902b PA |
354 | 2012-01-23 Pedro Alves <[email protected]> |
355 | ||
356 | * top.c (caution): Rename to ... | |
357 | (confirm): ... this. | |
358 | (show_caution): Rename to ... | |
359 | (show_confirm): ... this. | |
360 | (quit_cover): Adjust. | |
361 | (init_main): Adjust. | |
362 | * top.h (caution): Rename to ... | |
363 | (confirm): ... this. | |
364 | * utils.c (internal_vproblem, defaulted_query): Adjust. | |
365 | ||
050a2e1d PA |
366 | 2012-01-23 Pedro Alves <[email protected]> |
367 | ||
368 | * top.c (caution): Update comment. | |
369 | (execute_command): Don't consider the current value of `caution'. | |
370 | ||
77a35dd8 JK |
371 | 2012-01-23 Jan Kratochvil <[email protected]> |
372 | ||
373 | * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen. | |
374 | ||
a71b5a38 UW |
375 | 2012-01-23 Ulrich Weigand <[email protected]> |
376 | ||
377 | * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>. | |
378 | * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning. | |
379 | * target.c (target_fileio_pwrite): Remove buffer address from | |
380 | debug output. | |
381 | (target_fileio_pread): Likewise. | |
382 | ||
d99bd577 UW |
383 | 2012-01-20 Ulrich Weigand <[email protected]> |
384 | ||
385 | * NEWS: Document remote "info proc" and "generate-core-file". | |
386 | ||
35c2fab7 UW |
387 | 2012-01-20 Ulrich Weigand <[email protected]> |
388 | ||
389 | * gdbarch.sh (find_memory_regions): New callback. | |
390 | * gdbarch.c, gdbarch.h: Regenerate. | |
391 | ||
392 | * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions | |
393 | callback before falling back to target method. | |
394 | ||
395 | * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove. | |
396 | (linux_target_install_ops): No longer install it. | |
397 | ||
398 | * linux-tdep.c (linux_find_memory_regions): New function. | |
399 | (linux_init_abi): Install it. | |
400 | ||
6432734d UW |
401 | 2012-01-20 Ulrich Weigand <[email protected]> |
402 | ||
403 | * gdbarch.sh (make_corefile_notes): New architecture callback. | |
404 | * gdbarch.c: Regenerate. | |
405 | * gdbarch.h: Likewise. | |
406 | ||
407 | * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes | |
408 | before target_make_corefile_notes. If NULL is returned, the | |
409 | target does not support core file generation. | |
410 | ||
411 | * linux-nat.c: Include "linux-tdep.h". | |
412 | (find_signalled_thread, find_stop_signal): Remove. | |
413 | (linux_nat_do_thread_registers): Likewise. | |
414 | (struct linux_nat_corefile_thread_data): Likewise. | |
415 | (linux_nat_corefile_thread_callback): Likewise. | |
416 | (iterate_over_spus): Likewise. | |
417 | (struct linux_spu_corefile_data): Likewise. | |
418 | (linux_spu_corefile_callback): Likewise. | |
419 | (linux_spu_make_corefile_notes): Likewise. | |
420 | (linux_nat_collect_thread_registers): New function. | |
421 | (linux_nat_make_corefile_notes): Replace contents by call to | |
422 | linux_make_corefile_notes passing linux_nat_collect_thread_registers | |
423 | as native-only callback. | |
424 | ||
425 | * linux-tdep.h: Include "bfd.h". | |
426 | (struct regcache): Add forward declaration. | |
427 | (linux_collect_thread_registers_ftype): New typedef. | |
428 | (linux_make_corefile_notes): Add prototype. | |
429 | * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h", | |
430 | "regset.h", and "elf-bfd.h". | |
431 | (find_signalled_thread, find_stop_signal): New functions. | |
432 | (linux_spu_make_corefile_notes): Likewise. | |
433 | (linux_collect_thread_registers): Likewise. | |
434 | (struct linux_corefile_thread_data): New data structure. | |
435 | (linux_corefile_thread_callback): New funcion. | |
436 | (linux_make_corefile_notes): Likewise. | |
437 | (linux_make_corefile_notes_1): Likewise. | |
438 | (linux_init_abi): Install it. | |
439 | ||
3030c96e UW |
440 | 2012-01-20 Ulrich Weigand <[email protected]> |
441 | ||
442 | * gdbarch.sh (info_proc): New callback. | |
443 | * gdbarch.c, gdbarch.h: Regenerate. | |
444 | ||
445 | * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback | |
446 | before falling back to the target info_proc callback. | |
447 | ||
448 | * linux-nat.c: Do not include "cli/cli-utils.h". | |
449 | (linux_nat_info_proc): Remove. | |
450 | (linux_target_install_ops): No longer install it. | |
451 | ||
452 | * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>. | |
453 | (read_mapping): New function. | |
454 | (linux_info_proc): Likewise. | |
455 | (linux_init_abi): Install it. | |
456 | ||
145b16a9 UW |
457 | 2012-01-20 Ulrich Weigand <[email protected]> |
458 | ||
459 | * defs.h (enum info_proc_what): Moved here from linux-nat.c | |
460 | * infcmd.c: (info_proc_cmd_1): New function. | |
461 | (info_proc_cmd): New function, moved here from equivalent routine | |
462 | orignally in linux-nat.c. | |
463 | (info_proc_cmd_mappings): Likewise. | |
464 | (info_proc_cmd_stat): Likewise. | |
465 | (info_proc_cmd_status): Likewise. | |
466 | (info_proc_cmd_cwd): Likewise. | |
467 | (info_proc_cmd_cmdline): Likewise. | |
468 | (info_proc_cmd_exe): Likewise. | |
469 | (info_proc_cmd_all): Likewise. | |
470 | (_initialize_infcmd): Install "info proc" command and subcommands. | |
471 | ||
472 | * target.h (struct target_ops): Add to_info_proc. | |
473 | (target_info_proc): Add prototype. | |
474 | * target.c (target_info_proc): New function. | |
475 | ||
476 | * procfs.c (procfs_info_proc): Add prototype. | |
477 | (info_proc_cmd): Rename into ... | |
478 | (procfs_info_proc): ... this. Update argument types as appropriate | |
479 | for a to_info_proc implementation. Handle "what" argument. | |
480 | (procfs_target): Install procfs_info_proc. | |
481 | (_initialize_procfs): No longer install "info proc" command. | |
482 | ||
483 | * linux-nat.c: (enum info_proc_what): Remove. | |
484 | (linux_nat_info_proc_cmd_1): Rename into ... | |
485 | (linux_nat_info_proc): ... this. Update argument types as appropriate | |
486 | for a to_info_proc implementation. | |
487 | (linux_nat_info_proc_cmd): Remove. | |
488 | (linux_nat_info_proc_cmd_mappings): Likewise. | |
489 | (linux_nat_info_proc_cmd_stat): Likewise. | |
490 | (linux_nat_info_proc_cmd_status): Likewise. | |
491 | (linux_nat_info_proc_cmd_cwd): Likewise. | |
492 | (linux_nat_info_proc_cmd_cmdline): Likewise. | |
493 | (linux_nat_info_proc_cmd_exe): Likewise. | |
494 | (linux_nat_info_proc_cmd_all): Likewise. | |
495 | (linux_target_install_ops): Install linux_nat_info_proc. | |
496 | (_initialize_linux_nat): No longer install "info proc" command | |
497 | and subcommands. | |
498 | ||
b9e7b9c3 UW |
499 | 2012-01-20 Ulrich Weigand <[email protected]> |
500 | ||
501 | * configure.ac [AC_CHECK_FUNCS]: Check for readlink. | |
502 | * config.in, configure: Regenerate. | |
503 | ||
504 | * target.h (struct target_ops): Add to_fileio_readlink. | |
505 | (target_fileio_readlink): Add prototype. | |
506 | * target.c (target_fileio_readlink): New function. | |
507 | ||
508 | * inf-child.c: Conditionally include <sys/param.h>. | |
509 | (inf_child_fileio_readlink): New function. | |
510 | (inf_child_target): Install it. | |
511 | ||
512 | * remote.c (PACKET_vFile_readlink): New enum value. | |
513 | (remote_hostio_readlink): New function. | |
514 | (init_remote_ops): Install it. | |
515 | (_initialize_remote): Handle vFile:readlink packet type. | |
516 | ||
7313baad UW |
517 | 2012-01-20 Pedro Alves <[email protected]> |
518 | Ulrich Weigand <[email protected]> | |
519 | ||
520 | * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite. | |
521 | * config.in, configure: Regenerate. | |
522 | ||
523 | * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite, | |
524 | to_fileio_pread, to_fileio_close, to_fileio_unlink. | |
525 | (target_fileio_open): Add prototype. | |
526 | (target_fileio_pwrite): Likewise. | |
527 | (target_fileio_pread): Likewise. | |
528 | (target_fileio_close): Likewise. | |
529 | (target_fileio_unlink): Likewise. | |
530 | (target_fileio_read_alloc): Likewise. | |
531 | (target_fileio_read_stralloc): Likewise. | |
532 | ||
533 | * target.c: Include "gdb/fileio.h". | |
534 | (target_read_stralloc): Accept trailing, but not embedded NUL bytes. | |
535 | (default_fileio_target): New function. | |
536 | (target_fileio_open): Likewise. | |
537 | (target_fileio_pwrite): Likewise. | |
538 | (target_fileio_pread): Likewise. | |
539 | (target_fileio_close): Likewise. | |
540 | (target_fileio_unlink): Likewise. | |
541 | (target_fileio_close_cleanup): Likewise. | |
542 | (target_fileio_read_alloc_1): Likewise. | |
543 | (target_fileio_read_alloc): Likewise. | |
544 | (target_fileio_read_stralloc): Likewise. | |
545 | ||
546 | * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>, | |
547 | <fcntl.h>, and <unistd.h>. | |
548 | (inf_child_fileio_open_flags_to_host): New function. | |
549 | (inf_child_errno_to_fileio_error): Likewise. | |
550 | (inf_child_fileio_open): Likewise. | |
551 | (inf_child_fileio_pwrite): Likewise. | |
552 | (inf_child_fileio_pread): Likewise. | |
553 | (inf_child_fileio_close): Likewise. | |
554 | (inf_child_fileio_unlink): Likewise. | |
555 | (inf_child_target): Install to_fileio routines. | |
556 | ||
557 | * remote.c (init_remote_ops): Install to_fileio routines. | |
558 | ||
901f9912 UW |
559 | 2012-01-20 Pedro Alves <[email protected]> |
560 | Ulrich Weigand <[email protected]> | |
561 | ||
562 | * remote.c (remote_multi_process_p): Only check for multi-process | |
563 | protocol feature, do not check for extended protocol. | |
564 | (remote_supports_multi_process): Check for extended protocol here. | |
565 | (set_general_process): Likewise. | |
566 | (extended_remote_kill): Likewise. | |
567 | (remote_pid_to_str): Likewise. | |
568 | (remote_query_supported): Always query multiprocess mode. | |
569 | ||
e714e1bf UW |
570 | 2012-01-20 Pedro Alves <[email protected]> |
571 | Ulrich Weigand <[email protected]> | |
572 | ||
573 | * inferior.h (struct inferior): Add fake_pid_p. | |
574 | * inferior.c (exit_inferior_1): Clear fake_pid_p. | |
575 | * remote.c (remote_start_remote): Set fake_pid_p if we have to use | |
576 | magic_null_ptid since the remote side doesn't provide a real PID. | |
577 | ||
50897289 TT |
578 | 2012-01-19 Tom Tromey <[email protected]> |
579 | ||
580 | * NEWS: Combine the two Python sections. | |
581 | ||
1afc2033 JK |
582 | 2012-01-19 Jan Kratochvil <[email protected]> |
583 | ||
584 | * target.h (target_close): Update comment on the target's unpush state. | |
585 | ||
305436e0 PA |
586 | 2012-01-19 Pedro Alves <[email protected]> |
587 | ||
588 | * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and | |
589 | linux_nat_async directly instead of going through the target | |
590 | vector. | |
591 | * target.c (unpush_target): Close target after unpushing it, not | |
592 | before. | |
593 | ||
49323895 GB |
594 | 2012-01-19 Gary Benson <[email protected]> |
595 | ||
596 | * mdebugread.c (sort_blocks): Replace integer constants with ones | |
597 | derived from FIRST_LOCAL_BLOCK. | |
598 | ||
1db33378 PP |
599 | 2012-01-18 Paul Pluzhnikov <[email protected]> |
600 | Jan Kratochvil <[email protected]> | |
601 | ||
602 | PR gdb/9538 | |
603 | * symfile.c (find_separate_debug_file): New function. | |
604 | (terminate_after_last_dir_separator): Likewise. | |
605 | (find_separate_debug_file_by_debuglink): Also try realpath. | |
606 | * configure.ac (AC_CHECK_FUNCS): Add lstat. | |
607 | * configure: Regenerate. | |
608 | * config.in: Regenerate. | |
609 | ||
f83d8a90 DE |
610 | 2012-01-18 Doug Evans <[email protected]> |
611 | ||
612 | * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete. | |
613 | (main.o): Remove rule. | |
614 | * configure.ac (BINDIR): Define with AC_DEFINE_DIR. | |
615 | (--with-sysroot): Rewrite. | |
616 | * configure: Regenerate. | |
617 | * config.in: Regenerate. | |
618 | ||
2dbca4d6 SDJ |
619 | 2012-01-18 Sergio Durigan Junior <[email protected]> |
620 | ||
621 | * parse.c (initialize_expout): New function. | |
622 | (reallocate_expout): Likewise. | |
623 | (parse_exp_in_context): Use `initialize_expout' and | |
624 | `reallocate_expout' when appropriate. | |
625 | ||
0695b514 PA |
626 | 2012-01-18 Pedro Alves <[email protected]> |
627 | ||
628 | * record.c (struct record_breakpoint, record_breakpoint_p) | |
629 | (record_breakpoints): New. | |
630 | (record_insert_breakpoint, record_remove_breakpoint): Manage | |
631 | record breakpoints list. Only remove breakpoints from the | |
632 | inferior if they had been inserted there in the first place. | |
633 | ||
136e1c30 DE |
634 | 2012-01-17 Doug Evans <[email protected]> |
635 | ||
636 | * linespec.c (decode_line_internal): Don't call symtabs_from_filename | |
637 | if we know we don't have a file name to look for. | |
638 | ||
c0bf857d PA |
639 | 2012-01-17 Pedro Alves <[email protected]> |
640 | ||
641 | * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if | |
642 | the frame's stop reason is UNWIND_UNAVAILABLE. | |
643 | ||
b486de60 JK |
644 | 2012-01-17 Jan Kratochvil <[email protected]> |
645 | ||
646 | Fix compilation error. | |
647 | * m2-exp.y (yyerror): Use ANSI C prototype. | |
648 | ||
d04550a6 SDJ |
649 | 2012-01-16 Sergio Durigan Junior <[email protected]> |
650 | ||
651 | * f-exp.y (parse_number): Convert prototype from K&R to ANSI C. | |
652 | (growbuf_by_size): Likewise. | |
653 | (yyerror): Likewise. | |
654 | * m2-exp.y (make_qualname): Remove function (was #if 0'ed). | |
655 | (modblock): Remove variable (was #if 0'ed). | |
656 | (parse_number): Convert prototype from K&R to ANSI C. | |
657 | (yyerror): Likewise. | |
658 | * objc-exp.y (parse_number): Likewise. | |
659 | (yyerror): Likewise. | |
660 | (yylex): Remove #if 0'ed code. | |
661 | * p-exp.y (uptok): Convert prototype from K&R to ANSI C. | |
662 | (yyerror): Likewise. | |
663 | ||
4aac40c8 TT |
664 | 2012-01-16 Tom Tromey <[email protected]> |
665 | ||
666 | * NEWS: Add item. | |
667 | * symtab.h (compare_filenames_for_search): Declare. | |
668 | * symtab.c (compare_filenames_for_search): New function. | |
669 | (iterate_over_some_symtabs): Use it. | |
670 | * symfile.h (struct quick_symbol_functions) | |
671 | <map_symtabs_matching_filename>: Change spec. | |
672 | * psymtab.c (partial_map_symtabs_matching_filename): Use | |
673 | compare_filenames_for_search. Update for new spec. | |
674 | * dwarf2read.c (dw2_map_symtabs_matching_filename): Use | |
675 | compare_filenames_for_search. Update for new spec. | |
676 | * breakpoint.c (clear_command): Use compare_filenames_for_search. | |
677 | ||
cafec441 TT |
678 | 2012-01-16 Tom Tromey <[email protected]> |
679 | ||
680 | PR python/13281: | |
681 | * gdbtypes.h (TYPE_FLAG_ENUM): New macro. | |
682 | (struct main_type) <flag_flag_enum>: New field. | |
683 | * dwarf2read.c (process_enumeration_scope): Detect "flag" enums. | |
684 | * NEWS: Add entries. | |
685 | * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag" | |
686 | enums. | |
687 | * python/lib/gdb/printing.py (_EnumInstance): New class. | |
688 | (FlagEnumerationPrinter): Likewise. | |
689 | ||
983af33b SDJ |
690 | 2012-01-16 Sergio Durigan Junior <[email protected]> |
691 | ||
692 | * breakpoint.c (create_sals_from_address_default): New function. | |
693 | (create_breakpoints_sal_default): Likewise. | |
694 | (decode_linespec_default): Likewise. | |
695 | (is_marker_spec): Removed. | |
696 | (strace_marker_p): New function. | |
697 | (init_breakpoint_sal): Using `strace_marker_p' instead of | |
698 | `is_marker_spec'. | |
699 | (create_breakpoint): Call method `create_sals_from_address' from | |
700 | breakpoint_ops, replacing code that created SALs conditionally | |
701 | on the type of the breakpoint. Call method `create_breakpoints_sal', | |
702 | replacing code that created breakpoints conditionally on the type | |
703 | wanted. | |
704 | (base_breakpoint_create_sals_from_address): New function. | |
705 | (base_breakpoint_create_breakpoints_sal): Likewise. | |
706 | (base_breakpoint_decode_linespec): Likewise. | |
707 | (base_breakpoint_ops): Add methods | |
708 | `base_breakpoint_create_sals_from_address', | |
709 | `base_breakpoint_create_breakpoints_sal' and | |
710 | `base_breakpoint_decode_linespec'. | |
711 | (bkpt_create_sals_from_address): New function. | |
712 | (bkpt_create_breakpoints_sal): Likewise. | |
713 | (bkpt_decode_linespec): Likewise. | |
714 | (tracepoint_create_sals_from_address): Likewise. | |
715 | (tracepoint_create_breakpoints_sal): Likewise. | |
716 | (tracepoint_decode_linespec): Likewise. | |
717 | (strace_marker_create_sals_from_address): Likewise. | |
718 | (strace_marker_create_breakpoints_sal): Likewise. | |
719 | (strace_marker_decode_linespec): Likewise. | |
720 | (strace_marker_breakpoint_ops): New variable. | |
721 | (addr_string_to_sals): Remove `marker_spec'. Call method | |
722 | `decode_linespec' from breakpoint_ops, replacing code that decoded | |
723 | an address string into a SAL. Use `strace_marker_p' instead of | |
724 | `marker_spec'. | |
725 | (strace_command): Decide whether we are dealing with a static | |
726 | tracepoint with marker or not. Use the appropriate breakpoint_ops. | |
727 | (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops. | |
728 | * breakpoint.h (linespec_result, linespec_sals): New forward | |
729 | declarations. | |
730 | (breakpoint_ops) <create_sals_from_address>, | |
731 | <create_breakpoints_sal>, <decode_linespec>: New methods. | |
732 | ||
4795f398 DE |
733 | 2012-01-14 Doug Evans <[email protected]> |
734 | ||
735 | * NEWS: Update text for "maint set python print-stack". | |
736 | It is deprecated in gdb 7.4 and deleted in 7.5. | |
737 | ||
ee5106fe EZ |
738 | 2012-01-13 Eli Zaretskii <[email protected]> |
739 | ||
740 | * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before | |
741 | including curses.h. | |
742 | ||
b161e06f JK |
743 | 2012-01-12 Jan Kratochvil <[email protected]> |
744 | ||
745 | * configure: Regenerate. | |
746 | * config.in: Regenerate. | |
747 | ||
85254831 KS |
748 | 2012-01-12 Keith Seitz <[email protected]> |
749 | ||
750 | PR mi/10586 | |
751 | * varobj.c (ANONYMOUS_STRUCT_NAME): Define. | |
752 | (ANONYMOUS_UNION_NAME): Define. | |
753 | (is_path_expr_parent): New function. | |
754 | (get_path_expr_parent): New function. | |
755 | (is_anonymous_child): New function. | |
756 | (create_child_with_value): If the child is anonymous and without | |
757 | a name, assign an object name to it. | |
758 | (c_describe_child): Use get_path_expr_parent to determine | |
759 | the parent expression. | |
760 | If there field represents an anonymous struct or union and | |
761 | has no name, set an appropriate display name and expression. | |
762 | (cplus_describe_child): Likewise. | |
763 | ||
620fa63a PA |
764 | 2012-01-12 Pedro Alves <[email protected]> |
765 | ||
766 | * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as | |
767 | available when %ebp is found to be zero (outermost). | |
768 | ||
2efa2c79 AT |
769 | 2012-01-11 Andreas Tobler <[email protected]> |
770 | ||
771 | * common/gdb_assert.h (gdb_static_assert): Rename static_assert to | |
772 | an internal gdb_static_assert. | |
773 | * mi/mi-common.c: Rename static_assert to gdb_static_assert. | |
774 | ||
88e7d25d TT |
775 | 2012-01-11 Tom Tromey <[email protected]> |
776 | ||
777 | PR gdb/9598: | |
778 | * breakpoint.c (_initialize_breakpoint): Fix help for "catch | |
779 | catch" and "catch throw". | |
780 | ||
72384ba3 PH |
781 | 2012-01-11 Paul Hilfinger <[email protected]> |
782 | ||
783 | * blockframe.c (block_innermost_frame): Start search from selected | |
784 | frame, if present, or otherwise the current frame. | |
785 | ||
786 | * c-exp.y (variable): Update innermost_block for | |
787 | 'block COLONCOLON NAME' clause. | |
788 | * m2-exp.y (variable): Ditto. | |
789 | * objc-exp.y (variable): Ditto. | |
790 | ||
065a711f TT |
791 | 2012-01-10 Tom Tromey <[email protected]> |
792 | ||
793 | PR python/13199: | |
794 | * python/python.c (finish_python_initialization): Set sys.argv. | |
795 | ||
f3f5162e DE |
796 | 2012-01-10 Doug Evans <[email protected]> |
797 | ||
798 | * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg | |
799 | "want_line_info". All callers updated. | |
800 | (dwarf_decode_lines_1): New function. | |
801 | (handle_DW_AT_stmt_list): Add function comment. | |
802 | New arg "want_line_info". All callers updated. | |
803 | (read_file_scope,read_type_unit_scope): Move comment from | |
804 | handle_DW_AT_stmt_list to here. | |
805 | ||
9934703b JK |
806 | 2012-01-10 Jan Kratochvil <[email protected]> |
807 | ||
808 | Fix regression after libiberty/ update for GCC PR 6057 and others. | |
809 | * c-exp.y (operator) <OPERATOR DELETE> | |
810 | (operator) <OPERATOR DELETE '[' ']'>: Add trailing space. | |
811 | * cp-name-parser.y (fill_comp, make_operator, make_dtor) | |
812 | (make_builtin_type, make_name): New variable i, add gdb_assert. | |
813 | (operator) <OPERATOR NEW>: Update ARGS to 3. | |
814 | (operator) <OPERATOR DELETE>: Add trailing space. | |
815 | (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3. | |
816 | (operator) <OPERATOR DELETE '[' ']'>: Add trailing space. | |
817 | * cp-support.c (cp_canonicalize_string): Check NULL from | |
818 | cp_comp_to_string, call warning and return. | |
819 | ||
06b9f45f JK |
820 | 2012-01-10 Jan Kratochvil <[email protected]> |
821 | ||
822 | Fix duplicate .o files after omitting libbfd.a. | |
823 | * Makefile.in (ALL_TARGET_OBS): Remove corelow.o. | |
824 | (SFILES): Add corelow.c. | |
825 | (COMMON_OBS): Add corelow.o. | |
826 | (ALLDEPFILES): Remove corelow.c. | |
827 | * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o. | |
828 | * config/alpha/alpha-osf3.mh: Likewise. | |
829 | * config/alpha/fbsd.mh: Likewise. | |
830 | * config/arm/nbsdaout.mh: Likewise. | |
831 | * config/arm/nbsdelf.mh: Likewise. | |
832 | * config/i386/i386gnu.mh: Likewise. | |
833 | * config/ia64/hpux.mh: Likewise. | |
834 | * config/ia64/linux.mh: Likewise. | |
835 | * config/m32r/linux.mh: Likewise. | |
836 | * config/m68k/linux.mh: Likewise. | |
837 | * config/mips/irix5.mh: Likewise. | |
838 | * config/mips/irix6.mh: Likewise. | |
839 | * config/pa/hpux.mh: Likewise. | |
840 | * config/pa/linux.mh: Likewise. | |
841 | * config/powerpc/aix.mh: Likewise. | |
842 | * config/sparc/linux.mh: Likewise. | |
843 | * config/sparc/linux64.mh: Likewise. | |
844 | * config/sparc/sol2.mh: Likewise. | |
845 | * config/vax/vax.mh: Likewise. | |
846 | * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu) | |
847 | (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*) | |
848 | (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*) | |
849 | (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*) | |
850 | (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*) | |
851 | (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*) | |
852 | (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*) | |
853 | (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*) | |
854 | (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*) | |
855 | (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu) | |
856 | (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*) | |
857 | (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*) | |
858 | (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*) | |
859 | (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*) | |
860 | (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*) | |
861 | (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*) | |
862 | (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*) | |
863 | (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu) | |
864 | (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*) | |
865 | (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*) | |
866 | (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*) | |
867 | (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove | |
868 | corelow.o from gdb_target_obs. | |
869 | * corefile.c (core_target): Update the comment on NULL value. | |
870 | (core_file_command): Replace error by gdb_assert on CORE_TARGET. | |
871 | * corelow.c (sniff_core_bfd): Call error instead of warning on zero | |
872 | MATCHES. Drop YUMMY set on NULL. | |
873 | (core_close): Do not call exit_inferior_silent on zero PID. Do not | |
874 | reclaim CORE_DATA if it is already NULL. | |
875 | ||
34365054 DE |
876 | 2012-01-09 Doug Evans <[email protected]> |
877 | ||
878 | * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy. | |
879 | * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy. | |
880 | ||
696166a3 KS |
881 | 2012-01-09 Keith Seitz <[email protected]> |
882 | ||
883 | * breakpoint.c (wrapper.h): Don't include. | |
884 | ||
8e7b59a5 KS |
885 | 2012-01-09 Keith Seitz <[email protected]> |
886 | ||
887 | * Makefile.in (SFILES): Remove wrapper.c. | |
888 | (HFILES_NO_SRCDIR): Remove wrapper.h. | |
889 | (COMMON_OBS): Remove wrapper.o. | |
890 | * cli/cli-interp.c: Don't inlude wrapper.h. | |
891 | * corelow.c: Likewise. | |
892 | (core_open): Replace gdb_target_find_new_threads with | |
893 | TRY_CATCH around target_find_new_threads. | |
894 | * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy. | |
895 | * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type. | |
896 | * varobj.c (varobj_create): Likewise for parse_exp_1 and | |
897 | evaluate_expression. | |
898 | (varobj_set_value): Likewise for evaluate_expression and | |
899 | value_assign. | |
900 | (install_new_variable): Likewise for value_fetch_lazy. | |
901 | (adjust_value_for_child_access): Likewise for value_ind. | |
902 | (c_describe_child): Likewise for value_subscript and | |
903 | value_ind. | |
904 | (c_value_of_root): Likewise for evaluate_expression. | |
905 | * wrapper.c: Remove. | |
906 | * wrapper.h: Remove. | |
907 | ||
1a4eeb98 DE |
908 | 2012-01-09 Doug Evans <[email protected]> |
909 | ||
9ff913ba DE |
910 | * dwarf2read.c (read_and_check_comp_unit_head): Renamed from |
911 | partial_read_comp_unit_head. Replace "buffer", "buffer_size" and | |
912 | "abfd" args with "section". All callers updated. | |
913 | Error checking code moved ... | |
914 | (error_check_comp_unit_head): ... here. New function. | |
915 | (read_and_check_type_unit_head): Renamed from read_type_unit_head. | |
916 | Delete arg "abfd". New arg "type_offset". All callers updated. | |
917 | (create_debug_types_hash_table): Simplify by using | |
918 | read_and_check_type_unit_head. | |
919 | ||
1a4eeb98 DE |
920 | * parser-defs.h (namecopy): Delete. |
921 | * parse.c (namecopy, namecopy_size): Move into copy_name. | |
922 | ||
2e6af8c0 JK |
923 | 2012-01-09 Jan Kratochvil <[email protected]> |
924 | ||
925 | Partially fix duplicate .o files after omitting libbfd.a. | |
926 | * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o. | |
927 | * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o. | |
928 | * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o. | |
929 | * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o. | |
930 | * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o. | |
931 | * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o. | |
932 | * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o. | |
933 | ||
9f2f828a PA |
934 | 2012-01-09 Pedro Alves <[email protected]> |
935 | ||
936 | * MAINTAINERS: Update my email address. | |
937 | ||
4d72c0bc DE |
938 | 2012-01-08 Doug Evans <[email protected]> |
939 | ||
d467dd73 DE |
940 | * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to |
941 | n_type_units. Rename type_comp_units to all_type_units. | |
942 | All uses updated. | |
943 | (add_signatured_type_cu_to_table): Renamed from | |
944 | add_signatured_type_cu_to_list. All callers updated. | |
945 | ||
4d72c0bc DE |
946 | * gdbtypes.h (struct cplus_struct_type): Delete member |
947 | nfn_fields_total. All uses removed. | |
948 | ||
21b2bd31 DE |
949 | 2012-01-06 Doug Evans <[email protected]> |
950 | ||
951 | * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard | |
952 | to top of file. | |
953 | (dwarf2_find_comp_unit): Delete. | |
954 | (process_psymtab_comp_unit): Make result "void". | |
955 | Delete args buffer, info_ptr, buffer_size, and replace with | |
956 | "section". All callers updated. | |
957 | (dwarf2_build_psymtabs_hard): Simplify. | |
958 | ||
bfd189b1 SDJ |
959 | 2012-01-06 Sergio Durigan Junior <[email protected]> |
960 | Thiago Jung Bauermann <[email protected]> | |
961 | ||
962 | * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword | |
963 | before `struct gdb_exception'. | |
964 | * breakpoint.c (update_global_location_list_nothrow) | |
965 | (update_breakpoint_locations, enable_breakpoint_disp): Likewise. | |
966 | * cp-abi.c (value_rtti_type): Likewise. | |
967 | * cp-support.c (cp_validate_operator): Likewise. | |
968 | * infrun.c (insert_exception_resume_breakpoint) | |
969 | (check_exception_resume, keep_going): Likewise. | |
970 | * mi-interp.c (mi_breakpoint_created) | |
971 | (mi_breakpoint_modified): Likewise. | |
972 | * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise. | |
973 | * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p) | |
974 | (ia64_hpux_handle_dld_breakpoint_1): Likewise. | |
975 | ||
6b07635f DE |
976 | 2012-01-05 Doug Evans <[email protected]> |
977 | ||
0b30b85c DE |
978 | * dwarf2read.c (statement_prologue): Delete, unused. |
979 | ||
98714339 DE |
980 | * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int. |
981 | * dwarf2loc.h (dwarf2_per_cu_addr_size): Update. | |
982 | ||
6b07635f DE |
983 | * dwarf2read.c (comp_unit_header): Delete, unused. |
984 | ||
761f4555 UW |
985 | 2012-01-05 Ulrich Weigand <[email protected]> |
986 | ||
987 | * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o. | |
988 | * config/s390/s390.mh (NATDEPFILES): Remove corelow.o. | |
989 | ||
2ca0b532 PA |
990 | 2012-01-05 Khoo Yit Phang <[email protected]> |
991 | ||
992 | * infrun.c (normal_stop): Don't skip calling the normal_stop | |
993 | observers if the thread was doing a multi-step, but stopped for | |
994 | some reason other than stepping. | |
995 | ||
50aeff07 PA |
996 | 2012-01-05 Pedro Alves <[email protected]> |
997 | ||
998 | * cli/cli-decode.h: Add comments. | |
999 | (CMD_LIST_AMBIGUOUS): Moved to command.h | |
1000 | (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd) | |
1001 | (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq) | |
1002 | (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1) | |
1003 | (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition) | |
1004 | (add_com, add_com_alias, add_info, add_info_alias) | |
1005 | (complete_on_cmdlist, complete_on_enum, help_list): Remove | |
1006 | declarations. | |
1007 | * command.h: Add and adjust comments. | |
1008 | (CMD_LIST_AMBIGUOUS): Moved here. | |
1009 | (help_cmd, help_cmd_list): Delete declarations. | |
1010 | ||
5953832c DE |
1011 | 2012-01-04 Doug Evans <[email protected]> |
1012 | ||
e5fe5e75 DE |
1013 | * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd". |
1014 | All callers updated. | |
1015 | (load_full_type_unit): Renamed from read_signatured_type_at_offset. | |
1016 | Replace all arguments with "per_cu". All callers updated. | |
1017 | ||
28dee7f5 DE |
1018 | * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment. |
1019 | ||
23745b47 DE |
1020 | * dwarf2read.c (init_one_comp_unit): Delete arg "objfile". |
1021 | New arg "per_cu". All callers updated. | |
1022 | ||
5953832c DE |
1023 | Delete #if 0'd out code. |
1024 | * language.c (binop_result_type): Delete. | |
1025 | (simple_type, ordered_type, same_type, integral_type): Delete. | |
1026 | (numeric_type, character_type, string_type, boolean_type): Delete. | |
1027 | (float_type, structured_type): Delete. | |
1028 | * language.h: Update. | |
1029 | ||
0f5b7562 TT |
1030 | 2012-01-04 Tom Tromey <[email protected]> |
1031 | ||
1032 | * python/py-value.c (valpy_binop): Initialize 'res_val'. | |
1033 | ||
78218f56 JB |
1034 | 2012-01-04 Joel Brobecker <[email protected]> |
1035 | ||
1036 | * corefile.c (close_exec_file): Delete. | |
1037 | (reopen_exec_file): Remove commented out code that seems related | |
1038 | to close_exec_file, which is being deleted here. | |
1039 | * inferior.h (close_exec_file): Delete. | |
1040 | * fork-child.c (fork_inferior): Remove call to fork_inferior. | |
1041 | ||
0fcd72ba JB |
1042 | 2012-01-04 Joel Brobecker <[email protected]> |
1043 | ||
1044 | * ada-lang.c: #include "cli/cli-utils.h". | |
1045 | (get_selections): Use skip_spaces. | |
1046 | (ada_get_next_arg): Use skip_spaces and skip_to_space. | |
1047 | (catch_ada_exception_command_split): Use skip_spaces. | |
1048 | (ada_decode_assert_location): Likewise. | |
1049 | ||
1dabb4c4 JB |
1050 | 2012-01-04 Joel Brobecker <[email protected]> |
1051 | ||
1052 | * linespec.c (decode_line_internal): Check for C++ or Java | |
1053 | compound constructs only if the current language is C, C++ | |
1054 | or Java. | |
1055 | ||
5931a2fa JK |
1056 | 2012-01-04 Jan Kratochvil <[email protected]> |
1057 | ||
1058 | Revert: | |
1059 | 2012-01-02 Jan Kratochvil <[email protected]> | |
1060 | Joel Brobecker <[email protected]> | |
1061 | Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. | |
1062 | * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to | |
1063 | 3 times. | |
1064 | * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and | |
1065 | fall through into AT_ENTRY_POINT. | |
1066 | (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust | |
1067 | DUMMY_ADDR with it. | |
1068 | * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase | |
1069 | PPC_INSN_SIZE skip to 3 times. | |
1070 | ||
1a2da5ee JB |
1071 | 2012-01-04 Joel Brobecker <[email protected]> |
1072 | ||
1073 | * linespec.c (add_minsym): Preserve function descriptors. | |
1074 | ||
8645ff69 UW |
1075 | 2012-01-04 Ulrich Weigand <[email protected]> |
1076 | ||
1077 | * breakpoint.c (all_locations_are_pending): Consider locations | |
1078 | in program spaces executing during startup pending as well. | |
1079 | ||
0b302171 JB |
1080 | 2012-01-04 Joel Brobecker <[email protected]> |
1081 | ||
1082 | Copyright year update in most files of the GDB Project. | |
1083 | ||
8ba098ad JB |
1084 | 2012-01-04 Joel Brobecker <[email protected]> |
1085 | ||
1086 | * copyright.sh: Delete. | |
1087 | * copyright.py: Rewrite. | |
1088 | ||
09c01c30 JB |
1089 | 2012-01-04 Joel Brobecker <[email protected]> |
1090 | ||
1091 | * gnulib/extra/update-copyright: New file, imported from gnulib. | |
1092 | ||
3c36c0af JB |
1093 | 2012-01-04 Joel Brobecker <[email protected]> |
1094 | ||
1095 | * README (Copyright and License Notices): New section. | |
1096 | ||
888fe1e1 TT |
1097 | 2012-01-03 Tom Tromey <[email protected]> |
1098 | ||
1099 | PR python/12533: | |
1100 | * python/py-value.c (valpy_dereference, valpy_get_address | |
1101 | valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast) | |
1102 | (valpy_getitem, valpy_call, valpy_binop, valpy_negative) | |
1103 | (valpy_absolute, valpy_richcompare): Free intermediate values. | |
1104 | ||
6e681866 JB |
1105 | 2011-01-03 Joel Brobecker <[email protected]> |
1106 | ||
1107 | * ada-lang.c: Reformat the copyright notice. | |
1108 | ||
0cd09acb JK |
1109 | 2012-01-02 Jan Kratochvil <[email protected]> |
1110 | ||
1111 | * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o. | |
1112 | * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*) | |
1113 | (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*) | |
1114 | (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o. | |
1115 | Revert this part of: | |
1116 | 2012-01-02 Jan Kratochvil <[email protected]> | |
1117 | Build gdb directly from *.o files not using libgdb.a. | |
1118 | * Makefile.in (COMMON_OBS): Remove solib-target.o. | |
1119 | ||
12c3e59c JB |
1120 | 2012-01-02 Joel Brobecker <[email protected]> |
1121 | ||
1122 | * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c, | |
1123 | gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c: | |
1124 | Reformat the copyright header. | |
1125 | ||
11bf1490 JK |
1126 | 2012-01-02 Jan Kratochvil <[email protected]> |
1127 | ||
1128 | Revert this part of: | |
1129 | 2012-01-02 Jan Kratochvil <[email protected]> | |
1130 | Remove the gdbtui binary. | |
1131 | * gdb.c (main): Remove args.interpreter_p initialization. | |
1132 | * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. | |
1133 | * main.h (struct captured_main_args): Remove interpreter_p. | |
1134 | ||
1fef196f JB |
1135 | 2012-01-02 Joel Brobecker <[email protected]> |
1136 | ||
1137 | * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011. | |
1138 | ||
67827812 JB |
1139 | 2012-01-02 Joel Brobecker <[email protected]> |
1140 | ||
1141 | * top.c (print_gdb_version): Update copyright year. | |
1142 | ||
a4d0b831 YQ |
1143 | 2012-01-02 Yao Qi <[email protected]> |
1144 | ||
1145 | * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent. | |
1146 | ||
b5914469 JK |
1147 | 2012-01-02 Jan Kratochvil <[email protected]> |
1148 | Joel Brobecker <[email protected]> | |
1149 | ||
1150 | Fix regression for gdb.cp/gdb2495.exp with gcc-4.7. | |
1151 | * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to | |
1152 | 3 times. | |
1153 | * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and | |
1154 | fall through into AT_ENTRY_POINT. | |
1155 | (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust | |
1156 | DUMMY_ADDR with it. | |
1157 | * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase | |
1158 | PPC_INSN_SIZE skip to 3 times. | |
1159 | ||
8da828f7 JK |
1160 | 2012-01-02 Jan Kratochvil <[email protected]> |
1161 | ||
1162 | * amd64-linux-nat.c (update_debug_registers_callback): New comment on | |
1163 | the return value. | |
1164 | * i386-linux-nat.c (update_debug_registers_callback): Likewise. | |
1165 | ||
8574e74b JK |
1166 | 2012-01-02 Jan Kratochvil <[email protected]> |
1167 | ||
1168 | Build gdb directly from *.o files not using libgdb.a. | |
1169 | * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o. | |
1170 | (COMMON_OBS): Remove solib-target.o. | |
1171 | (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule. | |
1172 | (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS). | |
1173 | (LIBGDB_OBS, libgdb.a): Move it above. | |
1174 | * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*) | |
1175 | (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu) | |
1176 | (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe) | |
1177 | (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu) | |
1178 | (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*) | |
1179 | (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*) | |
1180 | (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu) | |
1181 | (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*) | |
1182 | (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*) | |
1183 | (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*) | |
1184 | (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*) | |
1185 | (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*) | |
1186 | (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*) | |
1187 | (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*) | |
1188 | (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*) | |
1189 | (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*) | |
1190 | (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*) | |
1191 | (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*) | |
1192 | (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*) | |
1193 | (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu) | |
1194 | (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*) | |
1195 | (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*) | |
1196 | (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*) | |
1197 | (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*) | |
1198 | (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu) | |
1199 | (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*) | |
1200 | (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs. | |
1201 | ||
217bff3e JK |
1202 | 2012-01-02 Jan Kratochvil <[email protected]> |
1203 | ||
1204 | Remove the gdbtui binary. | |
1205 | * .gitignore (/gdbtui): Remove. | |
1206 | * Makefile.in (TUI): Remove. | |
1207 | (SUBDIR_TUI_OBS): Remove tui-main.o. | |
1208 | (SUBDIR_TUI_SRCS): Remove tui/tui-main.c. | |
1209 | (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui) | |
1210 | (tui-main.o): Remove. | |
1211 | (all_object_files): Remove tui-main.o. | |
1212 | * NEWS: New note for the gdbtui removal. | |
1213 | * configure: Rebuilt. | |
1214 | * configure.ac: No longer add all-tui, clean-tui, install-tui and | |
1215 | uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and | |
1216 | CONFIG_UNINSTALL respectively. | |
1217 | * gdb.c (main): Remove args.interpreter_p initialization. | |
1218 | * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. | |
1219 | * main.h (struct captured_main_args): Remove interpreter_p. | |
1220 | * tui/tui-main.c: Remove. | |
1221 | ||
9cdd5dbd DE |
1222 | 2012-01-01 Doug Evans <[email protected]> |
1223 | ||
bb5ed363 DE |
1224 | * dwarf2read.c (dwarf2_compute_name): Simplify objfile references. |
1225 | (dwarf2_physname, read_import_statement): Ditto. | |
1226 | (read_call_site_scope, dwarf2_record_block_ranges): Ditto. | |
1227 | (process_structure_scope read_subroutine_type): Ditto. | |
1228 | (read_typedef, load_partial_dies, read_partial_die): Ditto. | |
1229 | (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto. | |
1230 | (dwarf2_fetch_die_location_block): Ditto. | |
1231 | (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto. | |
1232 | ||
a0f42c21 DE |
1233 | * dwarf2read.c (read_signatured_type): Delete `objfile' arg. |
1234 | All callers updated. | |
1235 | (load_full_comp_unit, queue_comp_unit, process_queue): Ditto. | |
1236 | (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto. | |
1237 | (process_psymtab_comp_unit, load_partial_comp_unit): Ditto. | |
1238 | ||
2dc860c0 DE |
1239 | * dwarf2read.c (load_cu): Move assert to more useful location. |
1240 | ||
68dc6402 DE |
1241 | * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit. |
1242 | All callers updated. | |
1243 | ||
9cdd5dbd DE |
1244 | * dwarf2read.c (dwarf2_per_objfile): Add comment. |
1245 | (dwarf2_elf_names): Minor reformat. | |
1246 | (dwarf2_per_cu_data): Tweak comment. | |
1247 | (dwarf2_read_section): Fix comment. | |
1248 | (create_all_comp_units): Fix comment. | |
1249 | (load_full_comp_unit): Fix comment. | |
1250 | (process_full_comp_unit): Fix comment. | |
1251 | (read_signatured_type): Fix comment. | |
1252 | ||
0c10e53e | 1253 | For older changes see ChangeLog-2011. |
c906108c SS |
1254 | \f |
1255 | Local Variables: | |
1256 | mode: change-log | |
1257 | left-margin: 8 | |
1258 | fill-column: 74 | |
1259 | version-control: never | |
57da7796 | 1260 | coding: utf-8 |
c906108c | 1261 | End: |