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