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