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