]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
2012-02-24 Luis Machado <lgustavo@codesourcery.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2
3 * remote.c (remote_supports_cond_breakpoints): New forward
4 declaration.
5 (remote_add_target_side_condition): New function.
6 (remote_insert_breakpoint): Add target-side breakpoint
7 conditional if supported.
8 (remote_insert_hw_breakpoint): Likewise.
9 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10 hook.
11
12 * target.c (update_current_target): Inherit
13 to_supports_evaluation_of_breakpoint_conditions.
14 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
15
16 * target.h (struct target_ops)
17 <to_supports_evaluation_of_breakpoint_conditions>: New field.
18 (target_supports_evaluation_of_breakpoint_conditions): New #define.
19
20 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
21 (condition_evaluation_both, condition_evaluation_auto,
22 condition_evaluation_host, condition_evaluation_target,
23 condition_evaluation_enums, condition_evaluation_mode_1,
24 condition_evaluation_mode): New static globals.
25 (translate_condition_evaluation_mode): New function.
26 (breakpoint_condition_evaluation_mode): New function.
27 (gdb_evaluates_breakpoint_condition_p): New function.
28 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
29 (mark_breakpoint_modified): New function.
30 (mark_breakpoint_location_modified): New function.
31 (set_condition_evaluation_mode): New function.
32 (show_condition_evaluation_mode): New function.
33 (bp_location_compare_addrs): New function.
34 (get_first_location_gte_addr): New helper function.
35 (set_breakpoint_condition): Free condition bytecode if locations
36 has become unconditional. Call mark_breakpoint_modified (...).
37 (condition_command): Call update_global_location_list (1) for
38 breakpoints.
39 (breakpoint_xfer_memory): Use is_breakpoint (...).
40 (is_breakpoint): New function.
41 (parse_cond_to_aexpr): New function.
42 (build_target_condition_list): New function.
43 (insert_bp_location): Handle target-side conditional
44 breakpoints and call build_target_condition_list (...).
45 (update_inserted_breakpoint_locations): New function.
46 (insert_breakpoint_locations): Handle target-side conditional
47 breakpoints.
48 (bpstat_check_breakpoint_conditions): Add comment.
49 (bp_condition_evaluator): New function.
50 (bp_location_condition_evaluator): New function.
51 (print_breakpoint_location): Print information on where the condition
52 will be evaluated.
53 (print_one_breakpoint_location): Likewise.
54 (init_bp_location): Call mark_breakpoint_location_modified (...) for
55 breakpoint location.
56 (force_breakpoint_reinsertion): New functions.
57 (update_global_location_list): Handle target-side breakpoint
58 conditions.
59 Reinsert locations that are already inserted if conditions have
60 changed.
61 (bp_location_dtor): Free agent expression bytecode.
62 (disable_breakpoint): Call mark_breakpoint_modified (...).
63 Call update_global_location_list (...) with parameter 1 for breakpoints.
64 (disable_command): Call mark_breakpoint_location_modified (...).
65 Call update_global_location_list (...) with parameter 1 for breakpoints.
66 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
67 (enable_command): mark_breakpoint_location_modified (...).
68 (_initialize_breakpoint): Update documentation and add
69 condition-evaluation breakpoint subcommand.
70
71 * breakpoint.h: Include ax.h.
72 (condition_list): New data structure.
73 (condition_status): New enum.
74 (bp_target_info) <cond_list>: New field.
75 (bp_location) <condition_changed, cond_bytecode>: New fields.
76 (is_breakpoint): New prototype.
77
78 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
79
80 * remote.c (remote_state) <cond_breakpoints>: New field.
81 (PACKET_ConditionalBreakpoints): New enum.
82 (remote_cond_breakpoint_feature): New function.
83 (remote_protocol_features): Add new ConditionalBreakpoints entry.
84 (remote_supports_cond_breakpoints): New function.
85 (_initialize_remote): Add new packet configuration for
86 target-side conditional breakpoints.
87
88 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
89
90 * NEWS: Mention target-side conditional breakpoint support,
91 new condition-evaluation breakpoint subcommand and remote
92 packet extensions.
93
94 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
95
96 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
97 number.
98
99 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
100
101 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
102 (after_prologue): Remove.
103
104 2012-02-23 Tom Tromey <tromey@redhat.com>
105
106 * jv-valprint.c (java_val_print): Remove dead code.
107
108 2012-02-23 Tristan Gingold <gingold@adacore.com>
109
110 * ada-tasks.c (struct ada_tasks_inferior_data): Add
111 known_tasks_element and known_tasks_length fields.
112 (read_known_tasks_array): Change argument type. Use pointer type
113 and number of elements from DATA. Adjust.
114 (read_known_tasks_list): Likewise.
115 (get_known_tasks_addr): Remove.
116 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
117 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
118 type and array length. Merge former get_known_tasks_addr code.
119
120 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 PR backtrace/13716
123 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
124 it after set_momentary_breakpoint.
125
126 2012-02-22 Sterling Augustine <saugustine@google.com>
127
128 PR 13689:
129 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
130
131 2012-02-22 Gary Benson <gbenson@redhat.com>
132
133 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
134 (find_slot_in_mapped_hash): Likewise.
135
136 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
137
138 PR build/13638
139 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
140 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
141 * configure: Regenerate.
142
143 2012-02-21 Tristan Gingold <gingold@adacore.com>
144 Pedro Alves <palves@redhat.com>
145
146 * ia64-tdep.c: Do not include libunwind-ia64.h.
147 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
148 Include libunwind-ia64.h instead of libunwind.h.
149 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
150 for libunwind.h existence.
151 * configure, config.in: Regenerate.
152
153 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
154
155 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
156 instead of value_rtti_target_type.
157 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
158 instead of value_rtti_target_type.
159 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
160 value_rtti_target_type.
161 * valops.c (value_ind): Extract function readjust_indirect_value_type.
162 (value_rtti_target_type): Rename to ...
163 (value_rtti_indirect_type): ... here and make it indirect. Update
164 function comment.
165 * value.c (readjust_indirect_value_type): New function.
166 (coerce_ref): Support for enclosing type setting for references
167 with readjust_indirect_value_type.
168 * value.h (readjust_value_type): New declaration.
169 (value_rtti_target_type): Rename to ...
170 (value_rtti_indirect_type): ... here.
171
172 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
173
174 * MAINTAINERS (Write After Approval): Add myself to the list.
175
176 2012-02-20 Doug Evans <dje@google.com>
177
178 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
179 Rename objfile_p_char parameter to objfilep.
180 (build_objfile_section_table): Result is now void. All callers
181 updated.
182 * objfiles.h (struct objfile): Tweak comments, whitespace.
183 (build_objfile_section_table): Update.
184
185 * elfread.c (elf_symfile_segments): Fix warning text.
186
187 2012-02-20 Tom Tromey <tromey@redhat.com>
188
189 PR gdb/13498:
190 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
191 particular set of file names once.
192 (dw2_map_symbol_filenames): Likewise.
193
194 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
195
196 Code cleanup.
197 * main.c (write_files): Remove the declaration.
198 (external_editor_command): Move the declaration ...
199 [GDBTK] (external_editor_command): ... here. Fix the comment.
200
201 2012-02-20 Tom Tromey <tromey@redhat.com>
202
203 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
204 extraneous block.
205
206 2012-02-20 Tristan Gingold <gingold@adacore.com>
207
208 * darwin-nat.h (enum darwin_msg_state): Add comments.
209
210 2012-02-20 Tristan Gingold <gingold@adacore.com>
211
212 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
213 value.
214
215 2012-20-18 Joel Brobecker <brobecker@adacore.com>
216
217 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
218 between function description and implementation.
219
220 2012-02-17 Tom Tromey <tromey@redhat.com>
221
222 PR python/12070:
223 * python/py-event.c (event_object_getset): New global.
224 (event_object_type): Reference it.
225 * python/py-type.c (field_object_getset): New global.
226 (field_object_type): Reference it.
227 * python/python-internal.h (gdb_py_generic_dict): Declare.
228 * python/py-utils.c (gdb_py_generic_dict): New function.
229
230 2012-02-17 Tristan Gingold <gingold@adacore.com>
231
232 * solib-darwin.c (darwin_current_sos): Check magic and filetype
233
234 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
235
236 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
237 TYPE_CALLING_CONVENTION annotation.
238
239 2012-02-16 Kevin Buettner <kevinb@redhat.com>
240
241 * MAINTAINERS: Add rx to target ISA section.
242 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
243 (ALLDEPFILES): Add rx-tdep.c.
244
245 2012-02-16 Tom Tromey <tromey@redhat.com>
246
247 * symfile.c (symbol_file_add_main_1): Use inferior's
248 symfile_flags.
249 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
250 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
251 inferior.
252 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
253 inferior.
254 (follow_exec): Use inferior's symfile_flags.
255 * inferior.h (struct inferior) <symfile_flags>: New field.
256
257 2012-02-16 Mike Frysinger <vapier@gentoo.org>
258
259 PR gdb/9734:
260 * remote-sim.c (gdbsim_create_inferior): Call error() when
261 sim_create_inferior() fails.
262
263 2012-02-16 Josh Matthews <josh@joshmatthews.net>
264
265 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
266
267 2012-02-16 Tom Tromey <tromey@redhat.com>
268
269 PR c++/13653:
270 * thread.c (struct current_thread_cleanup) <was_removable>: New
271 field.
272 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
273 (make_cleanup_restore_current_thread): Initialize new field.
274
275 2012-02-15 Kevin Buettner <kevinb@redhat.com>
276
277 * MAINTAINERS: Add rl78 to target ISA section.
278 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
279 (ALLDEPFILES): Add rl78-tdep.c.
280 * NEWS: Mention rl78 as a new target.
281
282 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
283
284 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
285 data.
286 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
287
288 2012-02-15 Tom Tromey <tromey@redhat.com>
289
290 PR gdb/12659:
291 * infcmd.c (registers_info): Print just the current register's
292 name.
293
294 2012-02-15 Tom Tromey <tromey@redhat.com>
295
296 * python/py-symbol.c (sympy_value): Use _().
297
298 2012-02-15 Pedro Alves <palves@redhat.com>
299
300 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
301 output to be like native targets'.
302 (remote_pid_to_str): Special case the null ptid.
303
304 2012-02-14 Stan Shebs <stan@codesourcery.com>
305
306 * NEWS: Mention enable count command.
307 * breakpoint.h (struct breakpoint): New field enable_count.
308 * breakpoint.c (enable_breakpoint_disp): Add count argument.
309 (enable_breakpoint): Add arg to call.
310 (struct disp_data): New struct.
311 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
312 (do_map_enable_once_breakpoint): Create a struct and pass it.
313 (do_map_enable_delete_breakpoint): Ditto.
314 (do_map_enable_count_breakpoint): New function.
315 (enable_count_command): New function.
316 (bpstat_stop_status): Decrement enable_count.
317 (print_one_breakpoint_location): Report enable count.
318 (_initialize_breakpoint): Add enable count command.
319
320 2012-02-14 Kevin Buettner <kevinb@redhat.com>
321
322 * rl78-tdep.c (reggroups.h): Include.
323 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
324 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
325 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
326 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
327 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
328 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
329 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
330 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
331 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
332 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
333 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
334 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
335 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
336 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
337 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
338 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
339 beginning of register list.
340 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
341 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
342 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
343 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
344 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
345 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
346 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
347 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
348 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
349 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
350 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
351 the pseudo registers. Rearrange other pseudo registers too so
352 that the bank registers appear at the end.
353 (rl78_register_type): Account for the fact that the byte sized
354 bank registers are now pseudo-registers.
355 (rl78_register_name): Rearrange the register name array. Make
356 initial set of raw banked registers inaccessible.
357 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
358 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
359 case for copying bytes back and forth between raw and pseudo
360 versions of the banked registers. Update other cases to reflect
361 the changed names.
362 (rl78_return_value): Update to account for changed names of
363 raw registers.
364 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
365 rl78_register_sim_regno().
366
367 2012-02-14 Kevin Buettner <kevinb@redhat.com>
368
369 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
370 the name parameter being passed to find_pc_partial_function().
371
372 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
373
374 * MAINTAINERS: Step down from being ia64 target maintainer.
375
376 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
377
378 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
379 compilation warning.
380
381 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 Fix crash on loaded shlibs without loaded exec_bfd.
384 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
385 (set_section_command): Replace exec_bfd by p->bfd.
386
387 2012-02-10 Tom Tromey <tromey@redhat.com>
388
389 * linespec.c (decode_line_internal): Skip symtabs_from_filename
390 when we have a C++ qualified name.
391
392 2012-02-10 Pedro Alves <palves@redhat.com>
393
394 * inferior.c (inferior_pid_to_str): New.
395 (print_inferior, inferior_command): Use it.
396
397 2012-02-10 Pedro Alves <palves@redhat.com>
398
399 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
400 the test CFLAGS.
401 * configure: Regenerate.
402
403 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * linespec.c (decode_line_internal): Fix comment correctness.
406
407 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
408
409 PR gdb/12953
410 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
411 * amd64bsd-nat.c: Add support for debug registers (adapted from
412 i386bsd-nat.c).
413 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
414 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
415 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
416 (amd64bsd_dr_get_control): New functions.
417 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
418 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
419 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
420 watchpoints initialization.
421 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
422
423 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
426 flds_bnds.fields.
427 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
428
429 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
430
431 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
432
433 2012-02-08 Joel Brobecker <brobecker@adacore.com>
434
435 * language.h (symbol_name_cmp_ftype): Renames
436 symbol_name_match_p_ftype.
437 (struct language_defn)[la_get_symbol_name_cmp]: Renames
438 la_get_symbol_name_match_p.
439 * ada-lang.c (ada_get_symbol_name_cmp): Renames
440 ada_get_symbol_name_match_p. Update comment.
441 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
442 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
443 Renames symbol_name_match_p. Update field type.
444 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
445 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
446 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
447 "la_get_symbol_name_cmp" in comments.
448 * language.c: Likewise.
449
450 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
451
452 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
453 %eflags offset.
454 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
455 (amd64_sol2_gregset32_reg_offs): Likewise.
456
457 2012-02-08 Joel Brobecker <brobecker@adacore.com>
458
459 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
460 of the returned BFD is allocated by GDB.
461
462 2012-02-07 Tom Tromey <tromey@redhat.com>
463
464 PR python/12027:
465 * python/python-internal.h (frame_object_type): Declare.
466 * python/py-symbol.c (sympy_needs_frame): New function.
467 (sympy_value): New function.
468 (symbol_object_getset): Add "needs_frame".
469 (symbol_object_methods): Add "value".
470 * python/py-frame.c (frame_object_type): No longer static.
471
472 2012-02-07 Tom Tromey <tromey@redhat.com>
473
474 PR python/13599:
475 * python/py-symbol.c (sympy_line): New function.
476 (symbol_object_getset): Add "line".
477
478 2012-02-07 Tom Tromey <tromey@redhat.com>
479
480 * charset.c (find_charset_names): Check 'in' against NULL.
481
482 2012-02-06 Doug Evans <dje@google.com>
483
484 * gdbtypes.h (struct main_type): Change type of name,tag_name,
485 and fields.name members from char * to const char *. All uses updated.
486 (struct cplus_struct_type): Change type of fn_fieldlists.name member
487 from char * to const char *. All uses updated.
488 (type_name_no_tag): Update.
489 (lookup_unsigned_typename, lookup_signed_typename): Update.
490 * gdbtypes.c (type_name_no_tag): Change result type
491 from char * to const char *. All callers updated.
492 (lookup_unsigned_typename, lookup_signed_typename): Change type of
493 name parameter from char * to const char *.
494 * symtab.h (struct cplus_specific): Change type of demangled_name
495 member from char * to const char *. All uses updated.
496 (struct general_symbol_info): Change type of name and
497 mangled_lang.demangled_name members from char * to const char *.
498 All uses updated.
499 (symbol_get_demangled_name, symbol_natural_name): Update.
500 (symbol_demangled_name, symbol_search_name): Update.
501 * symtab.c (symbol_get_demangled_name): Change result type
502 from char * to const char *. All callers updated.
503 (symbol_natural_name, symbol_demangled_name): Ditto.
504 (symbol_search_name): Ditto.
505 (completion_list_add_name): Change type of symname,sym_text,
506 text,word parameters from char * to const char *.
507 (completion_list_objc_symbol): Change type of sym_text,
508 text,word parameters from char * to const char *.
509 * ada-lang.c (find_struct_field): Change type of name parameter
510 from char * to const char *.
511 (encoded_ordered_before): Similarly for N0,N1 parameters.
512 (old_renaming_is_invisible): Similarly for function_name parameter.
513 (ada_type_name): Change result type from char * to const char *.
514 All callers updated.
515 * ada-lang.h (ada_type_name): Update.
516 * buildsym.c (hashname): Change type of name parameter
517 from char * to const char *.
518 * buildsym.h (hashname): Update.
519 * dbxread.c (end_psymtab): Change type of include_list parameter
520 from char ** to const char **.
521 * dwarf2read.c (determine_prefix): Change result type
522 from char * to const char *. All callers updated.
523 * f-lang.c (find_common_for_function): Change type of name, funcname
524 parameters from char * to const char *.
525 * f-lang.c (find_common_for_function): Update.
526 * f-valprint.c (list_all_visible_commons): Change type of funcname
527 parameters from char * to const char *.
528 * gdbarch.sh (static_transform_name): Change type of name parameter
529 and result from char * to const char *.
530 * gdbarch.c: Regenerate.
531 * gdbarch.h: Regenerate.
532 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
533 of name parameter from char * to const char *.
534 * jv-lang.c (java_primitive_type_from_name): Ditto.
535 (java_demangled_signature_length): Similarly for signature parameter.
536 (java_demangled_signature_copy): Ditto.
537 (java_demangle_type_signature): Ditto.
538 * jv-lang.h (java_primitive_type_from_name): Update.
539 (java_demangle_type_signature): Update.
540 * objc-lang.c (specialcmp): Change type of a,b parameters
541 from char * to const char *.
542 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
543 from char * to const char *. All callers updated.
544 * p-lang.h (is_pascal_string_type): Update.
545 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
546 of name parameter from char * to const char *.
547 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
548 * utils.c (fprintf_symbol_filtered): Ditto.
549 * defs.h (fprintf_symbol_filtered): Update.
550 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
551 * stabsread.h (end_psymtab): Update.
552 * stack.c (find_frame_funname): Change type of funname parameter
553 from char ** to const char **.
554 * stack.h (find_frame_funname): Update.
555 * typeprint.c (type_print): Change type of varstring parameter
556 from char * to const char *.
557 * value.h (type_print): Update.
558 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
559 from char * to const char *. All callers updated.
560 (xcoff_end_psymtab): Change type of include_list parameter
561 from char ** to const char **. All callers updated.
562 (swap_sym): Similarly for name parameter. All callers updated.
563 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
564 Use xstrdup.
565 (process_coff_symbol): Use xstrdup.
566 * stabsread.c (stabs_method_name_from_physname): Renamed from
567 update_method_name_from_physname. Change result type from void
568 to char *. All callers updated.
569 (read_member_functions): In has_destructor case, store name in objfile
570 obstack instead of malloc space. In !has_stub case, fix mem leak.
571
572 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
573
574 * configure: Rebuild.
575 * configure.ac: Put -L../bfd and -L../libiberty at the front of
576 LDFLAGS.
577
578 2012-02-03 Kevin Buettner <kevinb@redhat.com>
579
580 * configure.tgt (rl78-*-elf): New target.
581 * rl78-tdep.c: New file.
582
583 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
584
585 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
586 and continue the loop. Add QUIT statement.
587
588 2012-02-03 Tom Tromey <tromey@redhat.com>
589
590 PR gdb/13596:
591 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
592 bfd_lookup_symbol_from_symtab.
593 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
594 gdb_bfd_lookup_symbol_from_symtab.
595
596 2012-02-03 Joel Brobecker <brobecker@adacore.com>
597
598 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
599 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
600 symbol. Add assertion that sym2 is never NULL.
601
602 2012-02-02 Doug Evans <dje@google.com>
603
604 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
605 "name" parameter to const char ** from char **. All callers updated.
606 (find_pc_partial_function): Ditto.
607 (cache_pc_function_name): Change type to const char * from char *.
608 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
609 (find_pc_partial_function): Update.
610 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
611 type of "name" parameter to const char * from char *.
612 All uses updated.
613 * arch-utils.c (generic_in_solib_return_trampoline): Change
614 type of "name" parameter to const char * from char *.
615 * arch-utils.h (generic_in_solib_return_trampoline): Update.
616 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
617 type of "name" parameter to const char * from char *.
618 * gdbarch.sh (in_solib_return_trampoline): Ditto.
619 * gdbarch.c: Regenerate.
620 * gdbarch.h: Regenerate.
621 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
622 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
623 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
624 type of "name" parameter to const char * from char *.
625 * skip.c (skip_function_pc): Ditto.
626 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
627 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
628 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
629 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
630 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
631 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
632 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
633 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
634 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
635
636 2012-02-02 Pedro Alves <palves@redhat.com>
637
638 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
639 the current inferior has no execution. Make sure the current
640 remote process matches gdb's current inferior.
641
642 2012-02-02 Tom Tromey <tromey@redhat.com>
643
644 PR gdb/13405:
645 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
646 read-only memory.
647
648 2012-02-02 Tom Tromey <tromey@redhat.com>
649
650 PR gdb/9307:
651 * symtab.c (lookup_language_this): Set block_found.
652
653 2012-02-01 Tom Tromey <tromey@redhat.com>
654
655 PR gdb/13431:
656 * jit.c (struct jit_inferior_data): Rewrite.
657 (struct jit_objfile_data): New.
658 (get_jit_objfile_data): New function.
659 (add_objfile_entry): Update.
660 (jit_read_descriptor): Return int. Replace descriptor_addr
661 argument with inf_data. Update. Don't call error.
662 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
663 descriptor here.
664 (jit_inferior_init): Don't look up descriptor. Don't call error.
665 (jit_reset_inferior_data_and_breakpoints)
666 (jit_inferior_created_observer): Remove.
667 (jit_inferior_exit_hook): Update.
668 (jit_executable_changed_observer): Remove.
669 (jit_event_handler): Update.
670 (free_objfile_data): Reset inferior data if needed.
671 (_initialize_jit): Update.
672
673 2012-02-01 Tom Tromey <tromey@redhat.com>
674
675 * jit.c (bfd_open_from_target_memory): Move higher in file.
676
677 2012-02-01 Tristan Gingold <gingold@adacore.com>
678
679 * libunwind-frame.c (libunwind_load): Display message if dlopen
680 failed.
681
682 2012-02-01 Gary Benson <gbenson@redhat.com>
683
684 * symtab.h (symbol_name_match_p_ftype): New typedef.
685 (iterate_over_symbols): Use the above.
686 * symtab.c (iterate_over_symbols): Likewise.
687 * language.h (language_defn->la_iterate_over_symbols): Likewise.
688 * ada-lang.c (ada_iterate_over_symbols): Likewise.
689 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
690 (iterate_name_matcher): Document return values.
691 (collect_one_symbol): Likewise.
692 (collect_function_symbols): Likewise.
693 (collect_symbols): Likewise.
694
695 2012-02-01 Tom Tromey <tromey@redhat.com>
696
697 * ada-lang.c (resolve_subexp): Update.
698 (ada_lookup_symbol_list): Add 'full_search' argument.
699 (ada_iterate_over_symbols): Pass 0 as full_search argument to
700 ada_lookup_symbol_list.
701 (ada_lookup_encoded_symbol): Update.
702 (get_var_value): Update.
703 * ada-exp.y (block_lookup): Update.
704 (write_var_or_type): Update.
705 (write_name_assoc): Update.
706 * ada-lang.h (ada_lookup_symbol_list): Update.
707
708 2012-01-31 Tom Tromey <tromey@redhat.com>
709
710 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
711 comment.
712
713 2012-01-31 Doug Evans <dje@google.com>
714
715 * symtab.h: Remove outdated comment.
716 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
717
718 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
719
720 Fix build error in Darwin port.
721 * i386-darwin-nat.c: Include i386-nat.h.
722
723 2012-01-30 Tom Tromey <tromey@redhat.com>
724
725 PR breakpoints/13568:
726 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
727 argument. Check for recursive includes.
728 (dwarf_decode_macros): Create an include hash.
729
730 2012-01-30 Michael Eager <eager@eagercon.com>
731
732 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
733 * ppc-linux-tdep.c: Include glibc-tdep.h.
734 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
735 (powerpc_linux_in_plt_stub): New function.
736 (powerpc_linux_in_dynsym_resolve_code): New function.
737 (ppc_skip_trampoline_code): New function.
738 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
739 Use glibc_skip_solib_resolver.
740
741 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
742
743 Code cleanup: Make 1440 bytes of data segment read-only.
744 * arch-utils.c (endian_enum): Make it const char *const [].
745 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
746 Likewise.
747 * breakpoint.c (always_inserted_enums): Likewise.
748 * cli/cli-cmds.c (script_ext_enums): Likewise.
749 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
750 enumlist parameter const char *const *.
751 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
752 const char *const *.
753 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
754 parameter const char *const *.
755 * cris-tdep.c (cris_modes): Make it const char *const [].
756 * filesystem.c (target_file_system_kinds): Likewise.
757 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
758 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
759 (can_use_displaced_stepping_enum, scheduler_enums)
760 (exec_direction_names): Likewise.
761 * language.c (_initialize_language): Make the type_or_range_names and
762 case_sensitive_names variables const char *const [].
763 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
764 * python/python.c (python_excp_enums): Likewise.
765 * remote.c (interrupt_sequence_modes): Likewise.
766 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
767 * serial.c (logbase_enums): Likewise.
768 * sh-tdep.c (sh_cc_enum): Likewise.
769 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
770 Likewise.
771 * symtab.c (multiple_symbols_modes): Likewise.
772 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
773 Likewise.
774 * utils.c (internal_problem_modes): Likewise.
775
776 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
777
778 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
779 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
780 result.
781
782 2012-01-27 Doug Evans <dje@google.com>
783
784 * configure.ac (with_python): Fix absolute path handling for win32.
785 * configure: Regenerate.
786
787 2012-01-26 Doug Evans <dje@google.com>
788
789 * symtab.c: Whitespace cleanup, no code changes.
790
791 * symtab.c (lookup_symbol_in_language): Improve comment.
792 (lookup_symbol_aux): Fix comment.
793
794 * psymtab.c (add_psymbol_to_list): Result is now "void".
795 * psympriv.h (add_psymbol_to_list): Update.
796
797 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
798
799 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 Do not open script filenames twice.
802 * cli/cli-cmds.c (source_script_from_stream): Pass to
803 source_python_script also STREAM.
804 * python/py-auto-load.c (source_section_scripts): Pass to
805 source_python_script_for_objfile also STREAM.
806 (auto_load_objfile_script): Pass to source_python_script_for_objfile
807 also INPUT.
808 * python/python-internal.h (source_python_script_for_objfile): New
809 parameter file, rename parameter file to filename.
810 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
811 instead if !_WIN32. Update the function comment.
812 (source_python_script, source_python_script_for_objfile)
813 (source_python_script): New parameter file, rename parameter file to
814 filename. Pass FILENAME to python_run_simple_file.
815 * python/python.h (source_python_script): New parameter file, rename
816 parameter file to filename.
817
818 2012-01-26 Pedro Alves <palves@redhat.com>
819
820 * corelow.c (core_has_fake_pid): Delete.
821 (core_close): Delete references to `core_has_fake_pid'.
822 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
823 (core_open): Delete references to `core_has_fake_pid'.
824 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
825 the removed global.
826
827 2012-01-26 Joel Brobecker <brobecker@adacore.com>
828
829 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
830 Remove language parameter from name_matcher. Adjust the comment.
831 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
832 Remove language parameter.
833 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
834 * linespec.c (iterate_name_matcher): Likewise.
835 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
836 name_matcher. Adjust call accordingly.
837 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
838 (maintenance_check_symtabs): Adjust type of parameter "fun".
839 * psymtab.h (maintenance_check_symtabs): Likewise.
840
841 2012-01-26 Joel Brobecker <brobecker@adacore.com>
842
843 * language.h (symbol_name_match_p_ftype): New typedef.
844 (struct language_defn): Replace field la_symbol_name_compare
845 by la_get_symbol_name_match_p.
846 * ada-lang.c (ada_get_symbol_name_match_p): New function.
847 (ada_language_defn): Use it.
848 * linespec.c (struct symbol_matcher_data): New type.
849 (iterate_name_matcher): Rewrite.
850 (iterate_over_all_matching_symtabs): Pass a pointer to
851 a symbol_matcher_data struct to expand_symtabs_matching
852 instead of just the lookup name.
853 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
854 opencl-lang.c, p-lang.c, language.c: Delete field
855 la_symbol_name_compare, and replace by NULL for new field
856 la_get_symbol_name_match_p.
857 * symfile.h (struct quick_symbol_functions): Update comment.
858
859 2012-01-25 Tom Tromey <tromey@redhat.com>
860
861 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
862 dereferencing.
863
864 2012-01-24 Tom Tromey <tromey@redhat.com>
865
866 PR symtab/12406:
867 * solib.c (update_solib_list): Update the program space's
868 added_solibs and deleted_solibs fields.
869 * progspace.h (struct program_space) <added_solibs,
870 deleted_solibs>: New fields.
871 (clear_program_space_solib_cache): Declare.
872 * progspace.c (release_program_space): Call
873 clear_program_space_solib_cache.
874 (clear_program_space_solib_cache): New function.
875 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
876 bpstat_stop_status. Use handle_solib_event.
877 * breakpoint.c: Include gdb_regex.h.
878 (print_solib_event): New function.
879 (bpstat_print): Use print_solib_event.
880 (bpstat_stop_status): Add special case for bp_shlib_event.
881 (handle_solib_event): New function.
882 (bpstat_what): Use handle_solib_event.
883 (struct solib_catchpoint): New.
884 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
885 (breakpoint_hit_catch_solib, check_status_catch_solib)
886 (print_it_catch_solib, print_one_catch_solib)
887 (print_mention_catch_solib, print_recreate_catch_solib): New
888 functions.
889 (catch_solib_breakpoint_ops): New global.
890 (catch_load_or_unload, catch_load_command_1)
891 (catch_unload_command_1): New functions.
892 (internal_bkpt_check_status): Add special case for
893 bp_shlib_event.
894 (internal_bkpt_print_it): Use print_solib_event.
895 (initialize_breakpoint_ops): Initialize
896 catch_solib_breakpoint_ops.
897 (_initialize_breakpoint): Register "catch load" and "catch
898 unload".
899 * breakpoint.h (handle_solib_event): Declare.
900 * NEWS: Add entry for "catch load" and "catch unload".
901
902 2012-01-24 Tom Tromey <tromey@redhat.com>
903
904 * ada-lang.c: Include gdb_vecs.h.
905 * charset.c: Include gdb_vecs.h.
906 * tracepoint.h: Include gdb_vecs.h.
907 * gdb_vecs.h: New file.
908
909 2012-01-24 Pedro Alves <pedro@codesourcery.com>
910
911 * breakpoint.c (breakpoint_hit_catch_fork)
912 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
913 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
914 * infrun.c (inferior_has_forked, inferior_has_vforked)
915 (inferior_has_execd, inferior_has_called_syscall): Delete.
916 (handle_syscall_event): Get syscall_number from the execution
917 control state's wait status.
918 (wait_for_inferior): Don't clear syscall_number.
919
920 2012-01-24 Pedro Alves <palves@redhat.com>
921
922 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
923 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
924 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
925 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
926 `ws' parameter.
927 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
928 false for events other than TARGET_SIGNAL_TRAP.
929 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
930 Add `ws' parameter.
931 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
932 events other than TARGET_SIGNAL_TRAP.
933 (tracepoint_breakpoint_hit): Add `ws' parameter.
934 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
935 parameter.
936 (bpstat_stop_status): Same.
937 (pc_at_non_inline_function): Same.
938 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
939 to pass the current event's waitstatus to bpstat_stop_status
940 and pc_at_non_inline_function.
941
942 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
943
944 Code cleanup.
945 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
946 Update the function comment for it.
947 (source_script_with_search): Call make_cleanup_fclose for STREAM.
948 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
949 for STREAM.
950
951 2012-01-24 Pedro Alves <palves@redhat.com>
952
953 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
954 outside `bs->stop' block.
955 (bpstat_what): Rework bp_shlib_event handling.
956 (internal_bkpt_check_status): If the breakpoint is a
957 bp_shlib_event, then set bs->stop and bs->print if
958 stop_on_solib_events is set.
959
960 2012-01-24 Gary Benson <gbenson@redhat.com>
961
962 Delete #if 0'd out code.
963 * stack.c (print_frame_label_vars): Remove.
964 (catch_info): Likewise.
965 (_initialize_stack): Remove "info catch" command.
966 * NEWS: Mention the above.
967
968 2012-01-24 Pedro Alves <palves@redhat.com>
969
970 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
971 it.
972 (remote_notice_new_inferior): If the remote end doesn't support
973 the multiprocess extensions, then the PID is fake.
974 (add_current_inferior_and_thread): New.
975 (remote_start_remote): Use it.
976 (extended_remote_attach_1): Adjust.
977 (extended_remote_create_inferior_1): Use
978 add_current_inferior_and_thread.
979
980 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
981
982 Fix watchpoints to be specific for each inferior.
983 * breakpoint.c (watchpoint_in_thread_scope): Verify also
984 current_program_space.
985 * i386-nat.c (i386_inferior_data_cleanup): New.
986 (i386_inferior_data_get): Replace variable inf_data_local by an
987 inferior_data call.
988 (i386_use_watchpoints): Initialize i386_inferior_data.
989 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
990 specific iterate_over_lwps.
991
992 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 Fix watchpoints across inferior fork.
995 * amd64-linux-nat.c (update_debug_registers_callback): Update the
996 comment for linux_nat_iterate_watchpoint_lwps.
997 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
998 linux_nat_iterate_watchpoint_lwps.
999 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
1000 * i386-linux-nat.c (update_debug_registers_callback): Update the
1001 comment for linux_nat_iterate_watchpoint_lwps.
1002 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
1003 linux_nat_iterate_watchpoint_lwps.
1004 (i386_linux_prepare_to_resume): New comment on Linux kernel.
1005 * i386-nat.c: Include inferior.h.
1006 (dr_mirror): Remove.
1007 (i386_inferior_data, struct i386_inferior_data)
1008 (i386_inferior_data_get): New.
1009 (i386_debug_reg_state): Use i386_inferior_data_get.
1010 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
1011 (i386_insert_watchpoint, i386_remove_watchpoint)
1012 (i386_stopped_data_address, i386_insert_hw_breakpoint)
1013 (i386_remove_hw_breakpoint): New variable state, use
1014 i386_debug_reg_state instead of DR_MIRROR.
1015 * linux-nat.c (delete_lwp): New declaration.
1016 (num_lwps): Move here from downwards.
1017 (delete_lwp_cleanup): New.
1018 (linux_child_follow_fork): Create new child_lp, call
1019 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
1020 PTRACE_DETACH.
1021 (num_lwps): Move upwards.
1022 (linux_nat_iterate_watchpoint_lwps): New.
1023 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
1024 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
1025
1026 2012-01-24 Joel Brobecker <brobecker@adacore.com>
1027
1028 GDB 7.4 released.
1029
1030 2012-01-23 Pedro Alves <palves@redhat.com>
1031
1032 * top.c (caution): Rename to ...
1033 (confirm): ... this.
1034 (show_caution): Rename to ...
1035 (show_confirm): ... this.
1036 (quit_cover): Adjust.
1037 (init_main): Adjust.
1038 * top.h (caution): Rename to ...
1039 (confirm): ... this.
1040 * utils.c (internal_vproblem, defaulted_query): Adjust.
1041
1042 2012-01-23 Pedro Alves <palves@redhat.com>
1043
1044 * top.c (caution): Update comment.
1045 (execute_command): Don't consider the current value of `caution'.
1046
1047 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1048
1049 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
1050
1051 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
1052
1053 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
1054 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
1055 * target.c (target_fileio_pwrite): Remove buffer address from
1056 debug output.
1057 (target_fileio_pread): Likewise.
1058
1059 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1060
1061 * NEWS: Document remote "info proc" and "generate-core-file".
1062
1063 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1064
1065 * gdbarch.sh (find_memory_regions): New callback.
1066 * gdbarch.c, gdbarch.h: Regenerate.
1067
1068 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
1069 callback before falling back to target method.
1070
1071 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
1072 (linux_target_install_ops): No longer install it.
1073
1074 * linux-tdep.c (linux_find_memory_regions): New function.
1075 (linux_init_abi): Install it.
1076
1077 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1078
1079 * gdbarch.sh (make_corefile_notes): New architecture callback.
1080 * gdbarch.c: Regenerate.
1081 * gdbarch.h: Likewise.
1082
1083 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
1084 before target_make_corefile_notes. If NULL is returned, the
1085 target does not support core file generation.
1086
1087 * linux-nat.c: Include "linux-tdep.h".
1088 (find_signalled_thread, find_stop_signal): Remove.
1089 (linux_nat_do_thread_registers): Likewise.
1090 (struct linux_nat_corefile_thread_data): Likewise.
1091 (linux_nat_corefile_thread_callback): Likewise.
1092 (iterate_over_spus): Likewise.
1093 (struct linux_spu_corefile_data): Likewise.
1094 (linux_spu_corefile_callback): Likewise.
1095 (linux_spu_make_corefile_notes): Likewise.
1096 (linux_nat_collect_thread_registers): New function.
1097 (linux_nat_make_corefile_notes): Replace contents by call to
1098 linux_make_corefile_notes passing linux_nat_collect_thread_registers
1099 as native-only callback.
1100
1101 * linux-tdep.h: Include "bfd.h".
1102 (struct regcache): Add forward declaration.
1103 (linux_collect_thread_registers_ftype): New typedef.
1104 (linux_make_corefile_notes): Add prototype.
1105 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
1106 "regset.h", and "elf-bfd.h".
1107 (find_signalled_thread, find_stop_signal): New functions.
1108 (linux_spu_make_corefile_notes): Likewise.
1109 (linux_collect_thread_registers): Likewise.
1110 (struct linux_corefile_thread_data): New data structure.
1111 (linux_corefile_thread_callback): New funcion.
1112 (linux_make_corefile_notes): Likewise.
1113 (linux_make_corefile_notes_1): Likewise.
1114 (linux_init_abi): Install it.
1115
1116 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1117
1118 * gdbarch.sh (info_proc): New callback.
1119 * gdbarch.c, gdbarch.h: Regenerate.
1120
1121 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
1122 before falling back to the target info_proc callback.
1123
1124 * linux-nat.c: Do not include "cli/cli-utils.h".
1125 (linux_nat_info_proc): Remove.
1126 (linux_target_install_ops): No longer install it.
1127
1128 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
1129 (read_mapping): New function.
1130 (linux_info_proc): Likewise.
1131 (linux_init_abi): Install it.
1132
1133 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1134
1135 * defs.h (enum info_proc_what): Moved here from linux-nat.c
1136 * infcmd.c: (info_proc_cmd_1): New function.
1137 (info_proc_cmd): New function, moved here from equivalent routine
1138 orignally in linux-nat.c.
1139 (info_proc_cmd_mappings): Likewise.
1140 (info_proc_cmd_stat): Likewise.
1141 (info_proc_cmd_status): Likewise.
1142 (info_proc_cmd_cwd): Likewise.
1143 (info_proc_cmd_cmdline): Likewise.
1144 (info_proc_cmd_exe): Likewise.
1145 (info_proc_cmd_all): Likewise.
1146 (_initialize_infcmd): Install "info proc" command and subcommands.
1147
1148 * target.h (struct target_ops): Add to_info_proc.
1149 (target_info_proc): Add prototype.
1150 * target.c (target_info_proc): New function.
1151
1152 * procfs.c (procfs_info_proc): Add prototype.
1153 (info_proc_cmd): Rename into ...
1154 (procfs_info_proc): ... this. Update argument types as appropriate
1155 for a to_info_proc implementation. Handle "what" argument.
1156 (procfs_target): Install procfs_info_proc.
1157 (_initialize_procfs): No longer install "info proc" command.
1158
1159 * linux-nat.c: (enum info_proc_what): Remove.
1160 (linux_nat_info_proc_cmd_1): Rename into ...
1161 (linux_nat_info_proc): ... this. Update argument types as appropriate
1162 for a to_info_proc implementation.
1163 (linux_nat_info_proc_cmd): Remove.
1164 (linux_nat_info_proc_cmd_mappings): Likewise.
1165 (linux_nat_info_proc_cmd_stat): Likewise.
1166 (linux_nat_info_proc_cmd_status): Likewise.
1167 (linux_nat_info_proc_cmd_cwd): Likewise.
1168 (linux_nat_info_proc_cmd_cmdline): Likewise.
1169 (linux_nat_info_proc_cmd_exe): Likewise.
1170 (linux_nat_info_proc_cmd_all): Likewise.
1171 (linux_target_install_ops): Install linux_nat_info_proc.
1172 (_initialize_linux_nat): No longer install "info proc" command
1173 and subcommands.
1174
1175 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1176
1177 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
1178 * config.in, configure: Regenerate.
1179
1180 * target.h (struct target_ops): Add to_fileio_readlink.
1181 (target_fileio_readlink): Add prototype.
1182 * target.c (target_fileio_readlink): New function.
1183
1184 * inf-child.c: Conditionally include <sys/param.h>.
1185 (inf_child_fileio_readlink): New function.
1186 (inf_child_target): Install it.
1187
1188 * remote.c (PACKET_vFile_readlink): New enum value.
1189 (remote_hostio_readlink): New function.
1190 (init_remote_ops): Install it.
1191 (_initialize_remote): Handle vFile:readlink packet type.
1192
1193 2012-01-20 Pedro Alves <palves@redhat.com>
1194 Ulrich Weigand <ulrich.weigand@linaro.org>
1195
1196 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
1197 * config.in, configure: Regenerate.
1198
1199 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
1200 to_fileio_pread, to_fileio_close, to_fileio_unlink.
1201 (target_fileio_open): Add prototype.
1202 (target_fileio_pwrite): Likewise.
1203 (target_fileio_pread): Likewise.
1204 (target_fileio_close): Likewise.
1205 (target_fileio_unlink): Likewise.
1206 (target_fileio_read_alloc): Likewise.
1207 (target_fileio_read_stralloc): Likewise.
1208
1209 * target.c: Include "gdb/fileio.h".
1210 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
1211 (default_fileio_target): New function.
1212 (target_fileio_open): Likewise.
1213 (target_fileio_pwrite): Likewise.
1214 (target_fileio_pread): Likewise.
1215 (target_fileio_close): Likewise.
1216 (target_fileio_unlink): Likewise.
1217 (target_fileio_close_cleanup): Likewise.
1218 (target_fileio_read_alloc_1): Likewise.
1219 (target_fileio_read_alloc): Likewise.
1220 (target_fileio_read_stralloc): Likewise.
1221
1222 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
1223 <fcntl.h>, and <unistd.h>.
1224 (inf_child_fileio_open_flags_to_host): New function.
1225 (inf_child_errno_to_fileio_error): Likewise.
1226 (inf_child_fileio_open): Likewise.
1227 (inf_child_fileio_pwrite): Likewise.
1228 (inf_child_fileio_pread): Likewise.
1229 (inf_child_fileio_close): Likewise.
1230 (inf_child_fileio_unlink): Likewise.
1231 (inf_child_target): Install to_fileio routines.
1232
1233 * remote.c (init_remote_ops): Install to_fileio routines.
1234
1235 2012-01-20 Pedro Alves <palves@redhat.com>
1236 Ulrich Weigand <ulrich.weigand@linaro.org>
1237
1238 * remote.c (remote_multi_process_p): Only check for multi-process
1239 protocol feature, do not check for extended protocol.
1240 (remote_supports_multi_process): Check for extended protocol here.
1241 (set_general_process): Likewise.
1242 (extended_remote_kill): Likewise.
1243 (remote_pid_to_str): Likewise.
1244 (remote_query_supported): Always query multiprocess mode.
1245
1246 2012-01-20 Pedro Alves <palves@redhat.com>
1247 Ulrich Weigand <ulrich.weigand@linaro.org>
1248
1249 * inferior.h (struct inferior): Add fake_pid_p.
1250 * inferior.c (exit_inferior_1): Clear fake_pid_p.
1251 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
1252 magic_null_ptid since the remote side doesn't provide a real PID.
1253
1254 2012-01-19 Tom Tromey <tromey@redhat.com>
1255
1256 * NEWS: Combine the two Python sections.
1257
1258 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 * target.h (target_close): Update comment on the target's unpush state.
1261
1262 2012-01-19 Pedro Alves <palves@redhat.com>
1263
1264 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
1265 linux_nat_async directly instead of going through the target
1266 vector.
1267 * target.c (unpush_target): Close target after unpushing it, not
1268 before.
1269
1270 2012-01-19 Gary Benson <gbenson@redhat.com>
1271
1272 * mdebugread.c (sort_blocks): Replace integer constants with ones
1273 derived from FIRST_LOCAL_BLOCK.
1274
1275 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
1276 Jan Kratochvil <jan.kratochvil@redhat.com>
1277
1278 PR gdb/9538
1279 * symfile.c (find_separate_debug_file): New function.
1280 (terminate_after_last_dir_separator): Likewise.
1281 (find_separate_debug_file_by_debuglink): Also try realpath.
1282 * configure.ac (AC_CHECK_FUNCS): Add lstat.
1283 * configure: Regenerate.
1284 * config.in: Regenerate.
1285
1286 2012-01-18 Doug Evans <dje@google.com>
1287
1288 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
1289 (main.o): Remove rule.
1290 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
1291 (--with-sysroot): Rewrite.
1292 * configure: Regenerate.
1293 * config.in: Regenerate.
1294
1295 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
1296
1297 * parse.c (initialize_expout): New function.
1298 (reallocate_expout): Likewise.
1299 (parse_exp_in_context): Use `initialize_expout' and
1300 `reallocate_expout' when appropriate.
1301
1302 2012-01-18 Pedro Alves <palves@redhat.com>
1303
1304 * record.c (struct record_breakpoint, record_breakpoint_p)
1305 (record_breakpoints): New.
1306 (record_insert_breakpoint, record_remove_breakpoint): Manage
1307 record breakpoints list. Only remove breakpoints from the
1308 inferior if they had been inserted there in the first place.
1309
1310 2012-01-17 Doug Evans <dje@google.com>
1311
1312 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
1313 if we know we don't have a file name to look for.
1314
1315 2012-01-17 Pedro Alves <palves@redhat.com>
1316
1317 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
1318 the frame's stop reason is UNWIND_UNAVAILABLE.
1319
1320 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1321
1322 Fix compilation error.
1323 * m2-exp.y (yyerror): Use ANSI C prototype.
1324
1325 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1326
1327 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
1328 (growbuf_by_size): Likewise.
1329 (yyerror): Likewise.
1330 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
1331 (modblock): Remove variable (was #if 0'ed).
1332 (parse_number): Convert prototype from K&R to ANSI C.
1333 (yyerror): Likewise.
1334 * objc-exp.y (parse_number): Likewise.
1335 (yyerror): Likewise.
1336 (yylex): Remove #if 0'ed code.
1337 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
1338 (yyerror): Likewise.
1339
1340 2012-01-16 Tom Tromey <tromey@redhat.com>
1341
1342 * NEWS: Add item.
1343 * symtab.h (compare_filenames_for_search): Declare.
1344 * symtab.c (compare_filenames_for_search): New function.
1345 (iterate_over_some_symtabs): Use it.
1346 * symfile.h (struct quick_symbol_functions)
1347 <map_symtabs_matching_filename>: Change spec.
1348 * psymtab.c (partial_map_symtabs_matching_filename): Use
1349 compare_filenames_for_search. Update for new spec.
1350 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
1351 compare_filenames_for_search. Update for new spec.
1352 * breakpoint.c (clear_command): Use compare_filenames_for_search.
1353
1354 2012-01-16 Tom Tromey <tromey@redhat.com>
1355
1356 PR python/13281:
1357 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
1358 (struct main_type) <flag_flag_enum>: New field.
1359 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
1360 * NEWS: Add entries.
1361 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
1362 enums.
1363 * python/lib/gdb/printing.py (_EnumInstance): New class.
1364 (FlagEnumerationPrinter): Likewise.
1365
1366 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
1367
1368 * breakpoint.c (create_sals_from_address_default): New function.
1369 (create_breakpoints_sal_default): Likewise.
1370 (decode_linespec_default): Likewise.
1371 (is_marker_spec): Removed.
1372 (strace_marker_p): New function.
1373 (init_breakpoint_sal): Using `strace_marker_p' instead of
1374 `is_marker_spec'.
1375 (create_breakpoint): Call method `create_sals_from_address' from
1376 breakpoint_ops, replacing code that created SALs conditionally
1377 on the type of the breakpoint. Call method `create_breakpoints_sal',
1378 replacing code that created breakpoints conditionally on the type
1379 wanted.
1380 (base_breakpoint_create_sals_from_address): New function.
1381 (base_breakpoint_create_breakpoints_sal): Likewise.
1382 (base_breakpoint_decode_linespec): Likewise.
1383 (base_breakpoint_ops): Add methods
1384 `base_breakpoint_create_sals_from_address',
1385 `base_breakpoint_create_breakpoints_sal' and
1386 `base_breakpoint_decode_linespec'.
1387 (bkpt_create_sals_from_address): New function.
1388 (bkpt_create_breakpoints_sal): Likewise.
1389 (bkpt_decode_linespec): Likewise.
1390 (tracepoint_create_sals_from_address): Likewise.
1391 (tracepoint_create_breakpoints_sal): Likewise.
1392 (tracepoint_decode_linespec): Likewise.
1393 (strace_marker_create_sals_from_address): Likewise.
1394 (strace_marker_create_breakpoints_sal): Likewise.
1395 (strace_marker_decode_linespec): Likewise.
1396 (strace_marker_breakpoint_ops): New variable.
1397 (addr_string_to_sals): Remove `marker_spec'. Call method
1398 `decode_linespec' from breakpoint_ops, replacing code that decoded
1399 an address string into a SAL. Use `strace_marker_p' instead of
1400 `marker_spec'.
1401 (strace_command): Decide whether we are dealing with a static
1402 tracepoint with marker or not. Use the appropriate breakpoint_ops.
1403 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
1404 * breakpoint.h (linespec_result, linespec_sals): New forward
1405 declarations.
1406 (breakpoint_ops) <create_sals_from_address>,
1407 <create_breakpoints_sal>, <decode_linespec>: New methods.
1408
1409 2012-01-14 Doug Evans <dje@google.com>
1410
1411 * NEWS: Update text for "maint set python print-stack".
1412 It is deprecated in gdb 7.4 and deleted in 7.5.
1413
1414 2012-01-13 Eli Zaretskii <eliz@gnu.org>
1415
1416 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
1417 including curses.h.
1418
1419 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1420
1421 * configure: Regenerate.
1422 * config.in: Regenerate.
1423
1424 2012-01-12 Keith Seitz <keiths@redhat.com>
1425
1426 PR mi/10586
1427 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
1428 (ANONYMOUS_UNION_NAME): Define.
1429 (is_path_expr_parent): New function.
1430 (get_path_expr_parent): New function.
1431 (is_anonymous_child): New function.
1432 (create_child_with_value): If the child is anonymous and without
1433 a name, assign an object name to it.
1434 (c_describe_child): Use get_path_expr_parent to determine
1435 the parent expression.
1436 If there field represents an anonymous struct or union and
1437 has no name, set an appropriate display name and expression.
1438 (cplus_describe_child): Likewise.
1439
1440 2012-01-12 Pedro Alves <palves@redhat.com>
1441
1442 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
1443 available when %ebp is found to be zero (outermost).
1444
1445 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
1446
1447 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
1448 an internal gdb_static_assert.
1449 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
1450
1451 2012-01-11 Tom Tromey <tromey@redhat.com>
1452
1453 PR gdb/9598:
1454 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
1455 catch" and "catch throw".
1456
1457 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
1458
1459 * blockframe.c (block_innermost_frame): Start search from selected
1460 frame, if present, or otherwise the current frame.
1461
1462 * c-exp.y (variable): Update innermost_block for
1463 'block COLONCOLON NAME' clause.
1464 * m2-exp.y (variable): Ditto.
1465 * objc-exp.y (variable): Ditto.
1466
1467 2012-01-10 Tom Tromey <tromey@redhat.com>
1468
1469 PR python/13199:
1470 * python/python.c (finish_python_initialization): Set sys.argv.
1471
1472 2012-01-10 Doug Evans <dje@google.com>
1473
1474 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
1475 "want_line_info". All callers updated.
1476 (dwarf_decode_lines_1): New function.
1477 (handle_DW_AT_stmt_list): Add function comment.
1478 New arg "want_line_info". All callers updated.
1479 (read_file_scope,read_type_unit_scope): Move comment from
1480 handle_DW_AT_stmt_list to here.
1481
1482 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 Fix regression after libiberty/ update for GCC PR 6057 and others.
1485 * c-exp.y (operator) <OPERATOR DELETE>
1486 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1487 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
1488 (make_builtin_type, make_name): New variable i, add gdb_assert.
1489 (operator) <OPERATOR NEW>: Update ARGS to 3.
1490 (operator) <OPERATOR DELETE>: Add trailing space.
1491 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
1492 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
1493 * cp-support.c (cp_canonicalize_string): Check NULL from
1494 cp_comp_to_string, call warning and return.
1495
1496 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1497
1498 Fix duplicate .o files after omitting libbfd.a.
1499 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
1500 (SFILES): Add corelow.c.
1501 (COMMON_OBS): Add corelow.o.
1502 (ALLDEPFILES): Remove corelow.c.
1503 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
1504 * config/alpha/alpha-osf3.mh: Likewise.
1505 * config/alpha/fbsd.mh: Likewise.
1506 * config/arm/nbsdaout.mh: Likewise.
1507 * config/arm/nbsdelf.mh: Likewise.
1508 * config/i386/i386gnu.mh: Likewise.
1509 * config/ia64/hpux.mh: Likewise.
1510 * config/ia64/linux.mh: Likewise.
1511 * config/m32r/linux.mh: Likewise.
1512 * config/m68k/linux.mh: Likewise.
1513 * config/mips/irix5.mh: Likewise.
1514 * config/mips/irix6.mh: Likewise.
1515 * config/pa/hpux.mh: Likewise.
1516 * config/pa/linux.mh: Likewise.
1517 * config/powerpc/aix.mh: Likewise.
1518 * config/sparc/linux.mh: Likewise.
1519 * config/sparc/linux64.mh: Likewise.
1520 * config/sparc/sol2.mh: Likewise.
1521 * config/vax/vax.mh: Likewise.
1522 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
1523 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
1524 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
1525 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
1526 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
1527 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
1528 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
1529 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
1530 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
1531 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
1532 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
1533 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
1534 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1535 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
1536 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
1537 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1538 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
1539 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
1540 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
1541 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
1542 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
1543 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
1544 corelow.o from gdb_target_obs.
1545 * corefile.c (core_target): Update the comment on NULL value.
1546 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
1547 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
1548 MATCHES. Drop YUMMY set on NULL.
1549 (core_close): Do not call exit_inferior_silent on zero PID. Do not
1550 reclaim CORE_DATA if it is already NULL.
1551
1552 2012-01-09 Doug Evans <dje@google.com>
1553
1554 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
1555 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
1556
1557 2012-01-09 Keith Seitz <keiths@redhat.com>
1558
1559 * breakpoint.c (wrapper.h): Don't include.
1560
1561 2012-01-09 Keith Seitz <keiths@redhat.com>
1562
1563 * Makefile.in (SFILES): Remove wrapper.c.
1564 (HFILES_NO_SRCDIR): Remove wrapper.h.
1565 (COMMON_OBS): Remove wrapper.o.
1566 * cli/cli-interp.c: Don't inlude wrapper.h.
1567 * corelow.c: Likewise.
1568 (core_open): Replace gdb_target_find_new_threads with
1569 TRY_CATCH around target_find_new_threads.
1570 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
1571 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
1572 * varobj.c (varobj_create): Likewise for parse_exp_1 and
1573 evaluate_expression.
1574 (varobj_set_value): Likewise for evaluate_expression and
1575 value_assign.
1576 (install_new_variable): Likewise for value_fetch_lazy.
1577 (adjust_value_for_child_access): Likewise for value_ind.
1578 (c_describe_child): Likewise for value_subscript and
1579 value_ind.
1580 (c_value_of_root): Likewise for evaluate_expression.
1581 * wrapper.c: Remove.
1582 * wrapper.h: Remove.
1583
1584 2012-01-09 Doug Evans <dje@google.com>
1585
1586 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
1587 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
1588 "abfd" args with "section". All callers updated.
1589 Error checking code moved ...
1590 (error_check_comp_unit_head): ... here. New function.
1591 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
1592 Delete arg "abfd". New arg "type_offset". All callers updated.
1593 (create_debug_types_hash_table): Simplify by using
1594 read_and_check_type_unit_head.
1595
1596 * parser-defs.h (namecopy): Delete.
1597 * parse.c (namecopy, namecopy_size): Move into copy_name.
1598
1599 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1600
1601 Partially fix duplicate .o files after omitting libbfd.a.
1602 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
1603 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1604 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
1605 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1606 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
1607 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
1608 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1609
1610 2012-01-09 Pedro Alves <palves@redhat.com>
1611
1612 * MAINTAINERS: Update my email address.
1613
1614 2012-01-08 Doug Evans <dje@google.com>
1615
1616 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
1617 n_type_units. Rename type_comp_units to all_type_units.
1618 All uses updated.
1619 (add_signatured_type_cu_to_table): Renamed from
1620 add_signatured_type_cu_to_list. All callers updated.
1621
1622 * gdbtypes.h (struct cplus_struct_type): Delete member
1623 nfn_fields_total. All uses removed.
1624
1625 2012-01-06 Doug Evans <dje@google.com>
1626
1627 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
1628 to top of file.
1629 (dwarf2_find_comp_unit): Delete.
1630 (process_psymtab_comp_unit): Make result "void".
1631 Delete args buffer, info_ptr, buffer_size, and replace with
1632 "section". All callers updated.
1633 (dwarf2_build_psymtabs_hard): Simplify.
1634
1635 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
1636 Thiago Jung Bauermann <bauerman@br.ibm.com>
1637
1638 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
1639 before `struct gdb_exception'.
1640 * breakpoint.c (update_global_location_list_nothrow)
1641 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
1642 * cp-abi.c (value_rtti_type): Likewise.
1643 * cp-support.c (cp_validate_operator): Likewise.
1644 * infrun.c (insert_exception_resume_breakpoint)
1645 (check_exception_resume, keep_going): Likewise.
1646 * mi-interp.c (mi_breakpoint_created)
1647 (mi_breakpoint_modified): Likewise.
1648 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
1649 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
1650 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
1651
1652 2012-01-05 Doug Evans <dje@google.com>
1653
1654 * dwarf2read.c (statement_prologue): Delete, unused.
1655
1656 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
1657 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
1658
1659 * dwarf2read.c (comp_unit_header): Delete, unused.
1660
1661 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
1662
1663 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
1664 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
1665
1666 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
1667
1668 * infrun.c (normal_stop): Don't skip calling the normal_stop
1669 observers if the thread was doing a multi-step, but stopped for
1670 some reason other than stepping.
1671
1672 2012-01-05 Pedro Alves <alves.ped@gmail.com>
1673
1674 * cli/cli-decode.h: Add comments.
1675 (CMD_LIST_AMBIGUOUS): Moved to command.h
1676 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
1677 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
1678 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
1679 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
1680 (add_com, add_com_alias, add_info, add_info_alias)
1681 (complete_on_cmdlist, complete_on_enum, help_list): Remove
1682 declarations.
1683 * command.h: Add and adjust comments.
1684 (CMD_LIST_AMBIGUOUS): Moved here.
1685 (help_cmd, help_cmd_list): Delete declarations.
1686
1687 2012-01-04 Doug Evans <dje@google.com>
1688
1689 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
1690 All callers updated.
1691 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
1692 Replace all arguments with "per_cu". All callers updated.
1693
1694 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
1695
1696 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
1697 New arg "per_cu". All callers updated.
1698
1699 Delete #if 0'd out code.
1700 * language.c (binop_result_type): Delete.
1701 (simple_type, ordered_type, same_type, integral_type): Delete.
1702 (numeric_type, character_type, string_type, boolean_type): Delete.
1703 (float_type, structured_type): Delete.
1704 * language.h: Update.
1705
1706 2012-01-04 Tom Tromey <tromey@redhat.com>
1707
1708 * python/py-value.c (valpy_binop): Initialize 'res_val'.
1709
1710 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1711
1712 * corefile.c (close_exec_file): Delete.
1713 (reopen_exec_file): Remove commented out code that seems related
1714 to close_exec_file, which is being deleted here.
1715 * inferior.h (close_exec_file): Delete.
1716 * fork-child.c (fork_inferior): Remove call to fork_inferior.
1717
1718 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1719
1720 * ada-lang.c: #include "cli/cli-utils.h".
1721 (get_selections): Use skip_spaces.
1722 (ada_get_next_arg): Use skip_spaces and skip_to_space.
1723 (catch_ada_exception_command_split): Use skip_spaces.
1724 (ada_decode_assert_location): Likewise.
1725
1726 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1727
1728 * linespec.c (decode_line_internal): Check for C++ or Java
1729 compound constructs only if the current language is C, C++
1730 or Java.
1731
1732 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1733
1734 Revert:
1735 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1736 Joel Brobecker <brobecker@adacore.com>
1737 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1738 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1739 3 times.
1740 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1741 fall through into AT_ENTRY_POINT.
1742 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
1743 DUMMY_ADDR with it.
1744 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1745 PPC_INSN_SIZE skip to 3 times.
1746
1747 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1748
1749 * linespec.c (add_minsym): Preserve function descriptors.
1750
1751 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1752
1753 * breakpoint.c (all_locations_are_pending): Consider locations
1754 in program spaces executing during startup pending as well.
1755
1756 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1757
1758 Copyright year update in most files of the GDB Project.
1759
1760 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1761
1762 * copyright.sh: Delete.
1763 * copyright.py: Rewrite.
1764
1765 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1766
1767 * gnulib/extra/update-copyright: New file, imported from gnulib.
1768
1769 2012-01-04 Joel Brobecker <brobecker@adacore.com>
1770
1771 * README (Copyright and License Notices): New section.
1772
1773 2012-01-03 Tom Tromey <tromey@redhat.com>
1774
1775 PR python/12533:
1776 * python/py-value.c (valpy_dereference, valpy_get_address
1777 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
1778 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
1779 (valpy_absolute, valpy_richcompare): Free intermediate values.
1780
1781 2011-01-03 Joel Brobecker <brobecker@adacore.com>
1782
1783 * ada-lang.c: Reformat the copyright notice.
1784
1785 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1786
1787 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
1788 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
1789 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
1790 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
1791 Revert this part of:
1792 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1793 Build gdb directly from *.o files not using libgdb.a.
1794 * Makefile.in (COMMON_OBS): Remove solib-target.o.
1795
1796 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1797
1798 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
1799 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
1800 Reformat the copyright header.
1801
1802 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1803
1804 Revert this part of:
1805 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1806 Remove the gdbtui binary.
1807 * gdb.c (main): Remove args.interpreter_p initialization.
1808 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1809 * main.h (struct captured_main_args): Remove interpreter_p.
1810
1811 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1812
1813 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
1814
1815 2012-01-02 Joel Brobecker <brobecker@adacore.com>
1816
1817 * top.c (print_gdb_version): Update copyright year.
1818
1819 2012-01-02 Yao Qi <yao@codesourcery.com>
1820
1821 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
1822
1823 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1824 Joel Brobecker <brobecker@adacore.com>
1825
1826 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
1827 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
1828 3 times.
1829 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
1830 fall through into AT_ENTRY_POINT.
1831 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
1832 DUMMY_ADDR with it.
1833 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
1834 PPC_INSN_SIZE skip to 3 times.
1835
1836 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1837
1838 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
1839 the return value.
1840 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
1841
1842 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1843
1844 Build gdb directly from *.o files not using libgdb.a.
1845 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
1846 (COMMON_OBS): Remove solib-target.o.
1847 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
1848 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
1849 (LIBGDB_OBS, libgdb.a): Move it above.
1850 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
1851 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
1852 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
1853 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
1854 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
1855 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
1856 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
1857 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
1858 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
1859 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
1860 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
1861 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
1862 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
1863 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
1864 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
1865 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
1866 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
1867 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
1868 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
1869 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
1870 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
1871 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
1872 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
1873 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
1874 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
1875 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
1876 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
1877
1878 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1879
1880 Remove the gdbtui binary.
1881 * .gitignore (/gdbtui): Remove.
1882 * Makefile.in (TUI): Remove.
1883 (SUBDIR_TUI_OBS): Remove tui-main.o.
1884 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
1885 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
1886 (tui-main.o): Remove.
1887 (all_object_files): Remove tui-main.o.
1888 * NEWS: New note for the gdbtui removal.
1889 * configure: Rebuilt.
1890 * configure.ac: No longer add all-tui, clean-tui, install-tui and
1891 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
1892 CONFIG_UNINSTALL respectively.
1893 * gdb.c (main): Remove args.interpreter_p initialization.
1894 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
1895 * main.h (struct captured_main_args): Remove interpreter_p.
1896 * tui/tui-main.c: Remove.
1897
1898 2012-01-01 Doug Evans <dje@google.com>
1899
1900 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
1901 (dwarf2_physname, read_import_statement): Ditto.
1902 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
1903 (process_structure_scope read_subroutine_type): Ditto.
1904 (read_typedef, load_partial_dies, read_partial_die): Ditto.
1905 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
1906 (dwarf2_fetch_die_location_block): Ditto.
1907 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
1908
1909 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
1910 All callers updated.
1911 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
1912 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
1913 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
1914
1915 * dwarf2read.c (load_cu): Move assert to more useful location.
1916
1917 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
1918 All callers updated.
1919
1920 * dwarf2read.c (dwarf2_per_objfile): Add comment.
1921 (dwarf2_elf_names): Minor reformat.
1922 (dwarf2_per_cu_data): Tweak comment.
1923 (dwarf2_read_section): Fix comment.
1924 (create_all_comp_units): Fix comment.
1925 (load_full_comp_unit): Fix comment.
1926 (process_full_comp_unit): Fix comment.
1927 (read_signatured_type): Fix comment.
1928
1929 For older changes see ChangeLog-2011.
1930 \f
1931 Local Variables:
1932 mode: change-log
1933 left-margin: 8
1934 fill-column: 74
1935 version-control: never
1936 coding: utf-8
1937 End: