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