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