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