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