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