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