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