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