1 2012-05-23 Doug Evans <dje@google.com>
3 * symtab.c (search_symbols): Pass NULL for file_matcher to
4 expand_symtabs_matching if there are no files to match.
6 * gdbtypes.c (lookup_typename): Simplify.
8 2012-05-23 Pedro Alves <palves@redhat.com>
10 * arch-utils.h (default_target_signal_to_host): Delete.
11 * arch-utils.c (default_target_signal_to_host): Delete.
12 * gdbarch.sh (target_signal_to_host): Remove.
13 * gdbarch.h, gdbarch.c: Regenerate.
15 2012-05-22 Doug Evans <dje@google.com>
17 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
19 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
20 (execute_cfa_program): Update to match API of leb128 functions.
21 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
23 (read_unsigned_leb128, read_signed_leb128): Delete.
24 (read_initial_length): Change type of buf argument to
26 (read_encoded_value): Update to match API of leb128 functions.
27 (decode_frame_entry): Change result to "const gdb_byte *", and
28 similarly for "start" parameter.
29 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
30 (dwarf2_build_frame_info): Change local frame_ptr to
32 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
33 read_uleb128, read_sleb128. All callers updated.
34 (safe_skip_leb128): New function.
35 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
36 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
37 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
38 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
39 read_uleb128, read_sleb128.
40 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
41 (execute_stack_op): Update to match API of leb128 functions.
42 * dwarf2expr.h: #include "leb128.h".
43 (read_uleb128, read_sleb128): Delete.
44 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
45 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
46 * dwarf2loc.c (debug_loc_kind): New enum.
47 (decode_debug_loc_addresses): New function.
48 (decode_debug_loc_dwo_addresses): New function.
49 (dwarf2_find_location_expression): Rewrite.
50 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
51 (locexpr_describe_location_piece): Ditto.
52 (disassemble_dwarf_expression): Ditto.
53 (locexpr_describe_location_1): Ditto.
54 (loclist_describe_location): Rewrite.
55 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
56 * dwarf2read.c (die_reader_specs): New member "buffer_end".
57 (dwarf2_section_buffer_overflow_complaint): Renamed from
58 dwarf2_macros_too_long_complaint. All callers updated.
59 (skip_leb128): Delete.
60 (init_cu_die_reader): Initialize reader->buffer_end.
61 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
62 (skip_form_bytes): New arg buffer_end. All callers updated.
63 Replace call to skip_leb128 with gdb_skip_leb128.
64 (skip_unknown_opcode): New arg mac_end. All callers updated.
65 (fill_in_loclist_baton): Initialize baton->from_dwo.
67 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
69 * mips-linux-nat.c (mips_linux_read_description): Use a more
70 verbose error message.
72 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
74 * NEWS: Add MIPS/Linux DSP support.
75 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
76 (SIGCONTEXT_DSPCTL): New macro.
77 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
78 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
79 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
80 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
81 (N64_SIGCONTEXT_HI3): Likewise.
82 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
83 (N64_SIGCONTEXT_LO3): Likewise.
84 (N64_SIGCONTEXT_DSPCTL): Likewise.
85 (N64_SIGCONTEXT_FPCSR): Clarify definition.
86 (mips_linux_o32_sigframe_init): Handle DSP registers.
87 (mips_linux_n32n64_sigframe_init): Likewise.
89 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
91 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
94 2012-05-22 Pedro Alves <palves@redhat.com>
96 * target.h (store_waitstatus): Move declaration ...
97 * inf-child.h (store_waitstatus): ... here.
98 * target.c: Move inclusion of gdb_wait.h, and ...
99 (store_waitstatus): ... this ...
100 * inf-child.c: ... here.
101 * linux-nat.c: Include inf-child.h.
102 * rs6000-nat.c: Include inf-child.h.
103 * spu-linux-nat.c: Include inf-child.h.
105 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
107 * tracepoint.c (start_tracing): Add missing i18n markup.
108 (stop_tracing, set_trace_user): Ditto.
109 (set_trace_notes, set_trace_stop_notes): Ditto.
111 2012-05-21 Tom Tromey <tromey@redhat.com>
114 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
116 * value.h (value_cast_pointers): Update.
117 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
118 (value_cast): Update.
119 (update_search_result): New function.
120 (do_search_struct_field): New, from search_struct_field. Check
121 for ambiguous results.
122 (search_struct_field): Rewrite.
123 * infcall.c (value_arg_coerce): Update.
124 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
126 * ada-lang.c (ada_convert_actual): Update.
128 2012-05-21 Tom Tromey <tromey@redhat.com>
130 * macroexp.c (macro_stringify): Terminate the string.
132 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
134 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
136 * auto-load.c (auto_load_expand_dir_vars): New function.
137 (auto_load_safe_path_vec_update): Use it, remove the
138 substitute_path_component call thanks to it.
139 (auto_load_objfile_script): Remove the debug_file_directory processing.
140 Use auto_load_expand_dir_vars, remove the substitute_path_component
142 * configure: Regenerate.
143 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
144 path. Escape $ also for $debugdir.
145 (--with_auto_load_safe_path): Escape $ also for $debugdir.
146 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
148 2012-05-20 Doug Evans <dje@google.com>
150 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
151 before use. Check for symtab->includes == NULL before scanning it.
153 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
155 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
157 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
159 * NEWS: Add microMIPS support and "set mips compression",
160 "show mips compression" commands.
161 * mips-tdep.h (mips_isa): New enum.
162 (gdbarch_tdep): Add mips_isa.
163 (mips_pc_is_mips16): Update prototype.
164 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
165 * mips-tdep.c (mips_compression_mips16): New variable.
166 (mips_compression_micromips): Likewise.
167 (mips_compression_strings): Likewise.
168 (mips_compression_string): Likewise.
169 (is_mips16_isa, is_micromips_isa): New functions.
170 (is_mips16_addr): Rename to...
171 (is_compact_addr): ... this.
172 (unmake_mips16_addr): Likewise to...
173 (unmake_compact_addr): ... this.
174 (make_mips16_addr): Likewise to...
175 (make_compact_addr): ... this.
176 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
178 (mips_elf_make_msymbol_special): Handle microMIPS code.
179 (msymbol_is_special): Rename to...
180 (msymbol_is_mips16): ... this.
181 (mips_make_symbol_special, mips_pc_is_mips16): Update
183 (msymbol_is_mips, msymbol_is_micromips): New functions.
184 (mips16_to_32_reg): Rename to...
185 (mips_reg3_to_reg): ... this.
186 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
187 (mips_pc_isa): Likewise.
188 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
190 (mips_fetch_instruction): Pass return status instead of printing
191 an error message if requested. Handle microMIPS code. Bail out
193 (micromips_op): New macro.
194 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
195 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
196 (b6s4_op, b7s3_reg): Likewise.
197 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
198 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
199 (mips_insn_size): New function.
200 (mips32_next_pc): Update mips_fetch_instruction call.
201 (micromips_relative_offset7): New function.
202 (micromips_relative_offset10): Likewise.
203 (micromips_relative_offset16): Likewise.
204 (micromips_pc_insn_size): Likewise.
205 (micromips_bc1_pc): Likewise.
206 (micromips_next_pc): Likewise.
207 (unpack_mips16): Update mips_fetch_instruction call.
208 (extended_mips16_next_pc): Update according to change to
210 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
212 (mips16_scan_prologue): Update mips_fetch_instruction call.
213 Update according to change to mips16_to_32_reg.
214 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
215 (mips_insn16_frame_base_sniffer): Likewise.
216 (micromips_decode_imm9): New function.
217 (micromips_scan_prologue): Likewise.
218 (mips_micro_frame_cache): Likewise.
219 (mips_micro_frame_this_id): Likewise.
220 (mips_micro_frame_prev_register): Likewise.
221 (mips_micro_frame_sniffer): Likewise.
222 (mips_micro_frame_unwind): New variable.
223 (mips_micro_frame_base_address): New function.
224 (mips_micro_frame_base): New variable.
225 (mips_micro_frame_base_sniffer): New function.
226 (mips32_scan_prologue): Update mips_fetch_instruction call.
227 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
228 rather than for MIPS16.
229 (mips_insn32_frame_base_sniffer): Likewise.
230 (mips_addr_bits_remove): Handle microMIPS code.
231 (deal_with_atomic_sequence): Rename to...
232 (mips_deal_with_atomic_sequence): ... this. Update the type
233 of the variable used to hold an instruction. Remove the ISA bit
234 check. Update mips_fetch_instruction call.
235 (micromips_deal_with_atomic_sequence): New function.
236 (deal_with_atomic_sequence): Likewise.
237 (mips_about_to_return): Handle microMIPS code. Update
238 mips_fetch_instruction call.
239 (heuristic_proc_start): Check for the standard MIPS ISA rather
240 than for MIPS16. Update mips_pc_is_mips16 and
241 mips_fetch_instruction calls. Handle microMIPS code.
242 (mips_push_dummy_code): Handle microMIPS code.
243 (mips_eabi_push_dummy_call): Likewise.
244 (mips_o32_return_value): Update mips_pc_is_mips16 call.
245 (mips_o64_push_dummy_call): Handle microMIPS code.
246 (mips_o64_return_value): Update mips_pc_is_mips16 call.
247 (is_delayed): Remove function.
248 (mips_single_step_through_delay): Replace the call to is_delayed
249 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
250 Handle microMIPS code.
251 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
253 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
255 (micromips_in_function_epilogue_p): New function.
256 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
258 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
260 (gdb_print_insn_mips): Likewise.
261 (mips_breakpoint_from_pc): Likewise.
262 (mips_remote_breakpoint_from_pc): New function.
263 (mips32_instruction_has_delay_slot): Simplify making use of the
264 updated mips_fetch_instruction interface.
265 (micromips_instruction_has_delay_slot): New function.
266 (mips16_instruction_has_delay_slot): Simplify making use of the
267 updated mips_fetch_instruction interface.
268 (mips_adjust_breakpoint_address): Check for the standard MIPS
269 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
270 calls. Handle microMIPS code.
271 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
272 (mips_skip_trampoline_code): Handle microMIPS code.
273 (global_mips_compression): New function.
274 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
275 file flags. Register the microMIPS remote breakpoint handler
276 and heuristic frame unwinder.
277 (show_mips_compression): New function.
278 (_initialize_mips_tdep): Add the "set mips compression" and
279 "show mips compression" commands.
281 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
286 * amd64-darwin-tdep.c:
287 * arm-symbian-tdep.c:
298 * dwarf2-frame-tailcall.c:
336 * python/py-finishbreakpoint.c:
337 * python/py-inferior.c:
338 * python/py-infthread.c:
372 * amd64-darwin-tdep.c:
373 * arm-symbian-tdep.c:
374 * arm-tdep.c: Delete unused variables.
376 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
378 Rename $ddir to $datadir.
379 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
380 * auto-load.c (auto_load_safe_path_vec_update)
381 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
382 * configure: Regenerate.
383 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
384 Likewise. Remove the 'use $ddir' help string.
386 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
388 * auto-load.c (show_auto_load_safe_path): Accept any combination of
389 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
391 2012-05-18 Tom Tromey <tromey@redhat.com>
394 * valprint.h (struct value_print_options) <symbol_print>: New
396 * valprint.c (user_print_options): Add default for symbol_print.
397 (show_symbol_print): New function.
398 (generic_val_print): Respect symbol_print.
399 (_initialize_valprint): Add "print symbol" setting.
400 * f-valprint.c (f_val_print): Respect symbol_print.
401 * c-valprint.c (c_val_print): Respect symbol_print.
403 * printcmd.c (print_address_symbolic): Return int. Ignore some
405 (print_address_demangle): Return int.
406 * defs.h: (print_address_symbolic): Return int.
407 * value.h (print_address_demangle): Return int.
409 2012-05-18 Tom Tromey <tromey@redhat.com>
411 * valprint.c (val_print_string): Don't print leading space.
412 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
413 print space before string or vtbl.
414 * m2-valprint.c (print_unpacked_pointer): Optionally print space
416 * jv-valprint.c (java_value_print): Print space before string.
417 * go-valprint.c (print_go_string): Print space before string.
418 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
420 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
421 space before string or vtbl.
422 * auxv.c (fprint_target_auxv): Print space after address.
424 2012-05-18 Tom Tromey <tromey@redhat.com>
426 * printcmd.c (print_address_demangle): Remove special case for 0.
428 2012-05-18 Tom Tromey <tromey@redhat.com>
430 * printcmd.c (print_address_demangle): Add 'opts' argument.
431 * p-valprint.c (pascal_val_print): Update.
432 * jv-valprint.c (java_val_print): Update.
434 * valprint.c (generic_val_print): Update.
435 (print_function_pointer_address): Add 'options' argument. Remove
436 'addressprint' argument. Update.
437 * m2-valprint.c (print_unpacked_pointer): Update.
438 * gnu-v3-abi.c (print_one_vtable): Update.
439 (gnuv3_print_method_ptr): Update.
440 * f-valprint.c (f_val_print): Update.
441 * cp-valprint.c (cp_print_value_fields): Update.
442 * valprint.h (print_function_pointer_address): Update.
443 * c-valprint.c (c_val_print): Update.
445 2012-05-18 Tom Tromey <tromey@redhat.com>
447 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
448 directly corresponding to the found psymtab.
449 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
450 (dw2_find_pc_sect_symtab): Use it.
451 * block.h (blockvector_contains_pc): Declare.
452 * block.c (find_block_in_blockvector): New function.
453 (blockvector_for_pc_sect): Use it.
454 (blockvector_contains_pc): New function.
456 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
458 * mips-tdep.h (mips_write_pc): New prototype.
459 * mips-tdep.c (mips_write_pc): Make external, add description.
460 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
463 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
465 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
467 (mips_unwind_pc, mips_write_pc): Likewise.
468 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
471 2012-05-17 Joel Brobecker <brobecker@adacore.com>
473 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
474 proc_warn, proc_error, proc_get_status, proc_flags,
475 proc_why, proc_what, proc_nsysarg, proc_sysargs,
476 proc_set_run_on_last_close, proc_unset_run_on_last_close,
477 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
478 proc_stop_process, proc_wait_for_stop, proc_run_process,
479 proc_set_traced_signals, proc_set_traced_faults,
480 proc_set_traced_sysentry, proc_set_traced_sysexit,
481 proc_set_held_signals, proc_get_held_signals,
482 proc_get_traced_signals, proc_get_traced_faults,
483 proc_get_traced_sysentry, proc_get_traced_sysexit,
484 proc_clear_current_fault, proc_set_current_signal,
485 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
486 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
487 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
488 proc_get_current_thread, proc_get_current_thread,
489 proc_get_current_thread, proc_update_threads,
490 proc_update_threads, proc_update_threads, proc_update_threads,
491 proc_iterate_over_threads, procfs_find_new_threads,
492 procfs_pid_to_str): Make static. Remove advance declaration.
493 (proc_cursig): Make static. Conditionalized defintion on
494 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
495 (proc_syscall, proc_set_kill_on_last_close,
496 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
497 proc_get_pending_signals, proc_get_signal_actions,
498 proc_trace_signal, proc_ignore_signal): Delete.
500 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
502 * coffread.c (cs_section_address): Passing proper argument for
503 `bfd_get_section_vma'.
504 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
505 `bfd_get_section_flags'.
506 * remote.c (remote_trace_set_readonly_regions): Likewise, for
507 `bfd_get_section_vma'.
509 2012-05-16 Tom Tromey <tromey@redhat.com>
512 * macrotab.h: (macro_define_special): Declare.
513 (enum macro_special_kind): New.
514 (struct macro_definition) <argc, replacement>: Update comments.
515 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
516 (macro_define_object_internal): New function.
517 (macro_define_object): Use it.
518 (macro_define_special): New function.
519 (fixup_definition): New function.
520 (macro_lookup_definition, foreach_macro_in_scope)
521 (foreach_macro): Use fixup_definition.
522 * macroexp.h (macro_stringify): Declare.
523 * macroexp.c (free_buffer_return_text): New function.
524 (stringify): Constify "arg".
525 (macro_stringify): New function.
526 * dwarf2read.c (macro_start_file): Call macro_define_special.
528 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
529 Maciej W. Rozycki <macro@mips.com>
531 * breakpoint.h (bp_location): Add related_address member.
532 * inferior.h (get_return_value): Take a pointer to struct value
533 instead of struct type for the function requested.
534 * value.h (using_struct_return): Likewise.
535 * gdbarch.sh (return_value): Take a pointer to struct value
536 instead of struct type for the function requested.
537 * breakpoint.c (set_breakpoint_location_function): Initialize
538 related_address for bp_gnu_ifunc_resolver breakpoints.
539 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
540 requested function's address to gdbarch_return_value.
541 * eval.c (evaluate_subexp_standard): Pass the requested
542 function's address to using_struct_return.
543 * infcall.c (call_function_by_hand): Pass the requested
544 function's address to using_struct_return and
545 gdbarch_return_value.
546 * infcmd.c (get_return_value): Take a pointer to struct value
547 instead of struct type for the function requested.
548 (print_return_value): Update accordingly.
549 (finish_command_continuation): Likewise.
550 * stack.c (return_command): Pass the requested function's
551 address to using_struct_return and gdbarch_return_value.
552 * value.c (using_struct_return): Take a pointer to struct value
553 instead of struct type for the function requested. Pass the
554 requested function's address to gdbarch_return_value.
555 * python/py-finishbreakpoint.c (finish_breakpoint_object):
556 New function_value member, replacing function_type.
557 (bpfinishpy_dealloc): Update accordingly.
558 (bpfinishpy_pre_stop_hook): Likewise.
559 (bpfinishpy_init): Likewise. Record the requested function's
561 * mips-tdep.c (mips_fval_reg): New enum.
562 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
563 words put in GP registers.
564 (mips_o64_push_dummy_call): Update a comment.
565 (mips_o32_return_value): Take a pointer to struct value instead
566 of struct type for the function requested and use it to check if
567 using the MIPS16 calling convention. Return the designated
568 general purpose registers for floating-point values returned in
570 (mips_o64_return_value): Likewise.
571 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
572 (ppc_sysv_abi_broken_return_value): Likewise.
573 (ppc64_sysv_abi_return_value): Likewise.
574 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
575 value instead of struct type for the function requested.
576 * amd64-tdep.c (amd64_return_value): Likewise.
577 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
578 * arm-tdep.c (arm_return_value): Likewise.
579 * avr-tdep.c (avr_return_value): Likewise.
580 * bfin-tdep.c (bfin_return_value): Likewise.
581 * cris-tdep.c (cris_return_value): Likewise.
582 * frv-tdep.c (frv_return_value): Likewise.
583 * h8300-tdep.c (h8300_return_value): Likewise.
584 (h8300h_return_value): Likewise.
585 * hppa-tdep.c (hppa32_return_value): Likewise.
586 (hppa64_return_value): Likewise.
587 * i386-tdep.c (i386_return_value): Likewise.
588 * ia64-tdep.c (ia64_return_value): Likewise.
589 * iq2000-tdep.c (iq2000_return_value): Likewise.
590 * lm32-tdep.c (lm32_return_value): Likewise.
591 * m32c-tdep.c (m32c_return_value): Likewise.
592 * m32r-tdep.c (m32r_return_value): Likewise.
593 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
594 * m68k-tdep.c (m68k_return_value): Likewise.
595 (m68k_svr4_return_value): Likewise.
596 * m88k-tdep.c (m88k_return_value): Likewise.
597 * mep-tdep.c (mep_return_value): Likewise.
598 * microblaze-tdep.c (microblaze_return_value): Likewise.
599 * mn10300-tdep.c (mn10300_return_value): Likewise.
600 * moxie-tdep.c (moxie_return_value): Likewise.
601 * mt-tdep.c (mt_return_value): Likewise.
602 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
603 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
604 (ppc_sysv_abi_broken_return_value): Likewise.
605 (ppc64_sysv_abi_return_value): Likewise.
606 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
607 * rl78-tdep.c (rl78_return_value): Likewise.
608 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
609 * rx-tdep.c (rx_return_value): Likewise.
610 * s390-tdep.c (s390_return_value): Likewise.
611 * score-tdep.c (score_return_value): Likewise.
612 * sh-tdep.c (sh_return_value_nofpu): Likewise.
613 (sh_return_value_fpu): Likewise.
614 * sh64-tdep.c (sh64_return_value): Likewise.
615 * sparc-tdep.c (sparc32_return_value): Likewise.
616 * sparc64-tdep.c (sparc64_return_value): Likewise.
617 * spu-tdep.c (spu_return_value): Likewise.
618 * tic6x-tdep.c (tic6x_return_value): Likewise.
619 * v850-tdep.c (v850_return_value): Likewise.
620 * vax-tdep.c (vax_return_value): Likewise.
621 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
622 * xtensa-tdep.c (xtensa_return_value): Likewise.
623 * gdbarch.c: Regenerate.
624 * gdbarch.h: Regenerate.
626 2012-05-15 Tom Tromey <tromey@redhat.com>
628 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
630 2012-05-15 Joel Brobecker <brobecker@adacore.com>
632 * breakpoint.c (init_breakpoint_sal): Add quotes around part
633 of command in two error message.
635 2012-05-15 Joel Brobecker <brobecker@adacore.com>
637 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
639 2012-05-15 Joel Brobecker <brobecker@adacore.com>
641 * breakpoint.c (find_condition_and_thread): Minor reformatting.
643 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
645 * NEWS (show auto-load scripts-directory): Add forgotten command.
647 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
649 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
652 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
654 * amd64-tdep.c: Include features/i386/x32.c and
655 features/i386/x32-avx.c.
656 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
657 initialize_tdesc_x32_avx.
659 2012-05-14 Stan Shebs <stan@codesourcery.com>
662 * breakpoint.h (enum bptype): New type bp_dprintf.
663 (struct breakpoint): New field extra_string.
664 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
665 (create_breakpoint): Add extra_string arg.
666 * breakpoint.c (dprintf_breakpoint_ops): New.
667 (is_breakpoint): Add bp_dprintf.
668 (bpstat_what): Add dprintf case.
669 (bptype_string): Ditto.
670 (print_one_breakpoint_location): Ditto.
671 (init_bp_location): Ditto.
672 (bkpt_print_mention): Ditto.
673 (dprintf_style_enums): New array.
674 (dprintf_style): New global.
675 (dprintf_function): New global.
676 (dprintf_channel): New global.
677 (update_dprintf_command_list): New function.
678 (update_dprintf_commands): New function.
679 (init_breakpoint_sal): Add extra_string argument, handle it.
680 (create_breakpoint_sal): Add extra_string argument.
681 (create_breakpoints_sal): Add extra_string argument, update callers.
682 (find_condition_and_thread): Add extra argument.
683 (create_breakpoint): Add extra_string argument, record it.
684 (dprintf_command): New function.
685 (break_command_1): Add arg to create_breakpoint call.
686 (handle_gnu_v3_exceptions): Ditto.
687 (trace_command): Ditto.
688 (ftrace_command): Ditto.
689 (strace_command): Ditto.
690 (bkpt_print_mention): Add dprintf case.
691 (create_breakpoint_sal_default): Add extra_string argument.
692 (_initialize_breakpoint): Add new commands.
693 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
694 * python/py-breakpoint.c (bppy_init): Ditto.
695 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
697 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
699 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
701 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
703 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
706 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
708 Add a new function gdb.find_pc_line to the Python API.
709 * NEWS (Python Scripting): Add entry about the new function.
710 * python/python.c (gdbpy_find_pc_line): New function which
711 implements gdb.find_pc_line.
712 (GdbMethods): Add entry for the new function.
714 2012-05-12 Pedro Alves <palves@redhat.com>
716 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
717 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
719 2012-05-12 Eli Zaretskii <eliz@gnu.org>
721 * inferior.c: Include completer.h
722 (initialize_inferiors): Set completer of add-inferior to
725 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
727 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
728 gdbarch_ptr_bit for x32 core dump.
730 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
732 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
733 and features/i386/x32-avx-linux.c.
735 2012-05-11 Stan Shebs <stan@codesourcery.com>
736 Kwok Cheung Yeung <kcy@codesourcery.com>
738 * NEWS: Describe new info os commands.
739 * common/linux-osdata.c (PID_T, TIME_T): Define.
740 (MAX_PID_T_STRLEN): New.
741 (linux_common_core_of_thread): Add comment. Change to use PID_T and
743 (command_from_pid): Add comment. Change to use PID_T.
744 (commandline_from_pid): Change to use PID_T.
745 (user_from_pid): Add comment.
746 (get_process_owner): Add comment. Change to use PID_T and
748 (get_number_of_cpu_cores): Add comment.
749 (get_cores_used_by_process): Add comment. Change to use PID_T and
751 (linux_xfer_osdata_processes): Change to use PID_T and
753 (compare_processes): New function.
754 (linux_xfer_osdata_processgroups): New function.
755 (linux_xfer_osdata_threads): Change to use PID_T.
756 (linux_xfer_osdata_fds): New function.
757 (format_socket_state, print_sockets): New functions.
758 (union socket_addr): New union.
759 (linux_xfer_osdata_isockets): New function.
760 (time_from_time_t, group_from_gid): New functions.
761 (linux_xfer_osdata_shm): New function.
762 (linux_xfer_osdata_sem): New function.
763 (linux_xfer_osdata_msg): New function.
764 (linux_xfer_osdata_modules): New function.
765 (osdata_table): Add new entries.
766 * common/buffer.c (buffer_xml_printf): Add support for long and
767 long long format specifiers.
769 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
771 * amd64-linux-tdep.h (tdesc_x32_linux): New.
772 (tdesc_x32_avx_linux): Likewise.
774 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
776 Implement multi-component --with-auto-load-dir.
777 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
779 (--with-auto-load-safe-path): Update the default value description.
780 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
782 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
783 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
784 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
785 (_initialize_auto_load): Initialize also auto_load_dir. Install new
786 "set auto-load scripts-directory".
787 * config.in: Regenerate.
788 * configure: Regenerate.
789 * configure.ac (--with-auto-load-dir): New configure option.
790 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
792 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
794 Provide $ddir substitution for --with-auto-load-safe-path.
795 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
797 * auto-load.c: Include observer.h.
798 (auto_load_safe_path_vec_update): Call substitute_path_component for
799 each component. New variable ddir_subst.
800 (auto_load_gdb_datadir_changed): New function.
801 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
802 AUTO_LOAD_SAFE_PATH. New comment.
803 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
804 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
805 * config.in: Regenerate.
806 * configure: Regenerate.
807 * configure.ac (--auto-load-safe-path): Rename
808 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
809 GDB_DATADIR/auto-load.
810 * defs.h (substitute_path_component): New declaration.
811 * top.c: Include observer.h.
812 (set_gdb_datadir): New function.
813 (init_main): Install it for "set data-directory".
814 * utils.c (substitute_path_component): New function.
816 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
818 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
819 * auto-load.c (auto_load_objfile_script): Remove check for NULL
820 DEBUG_FILE_DIRECTORY. Handle multiple components of
821 DEBUG_FILE_DIRECTORY.
823 2012-05-10 Tom Tromey <tromey@redhat.com>
825 * dwarf2read.c (recursively_write_psymbols): New function.
826 (write_psymtabs_to_index): Use it.
828 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
830 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
831 (load_partial_comp_unit): Update.
832 (queue_comp_unit): Add argument 'pretend_language'.
833 (process_queue): Update.
834 (psymtab_to_symtab_1): Skip dependencies that have a user.
835 (load_partial_comp_unit_reader): Give meaning to the 'data'
837 (load_full_comp_unit): Add 'pretend_language' argument.
838 (process_full_comp_unit): Add 'pretend_language' argument. Set
840 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
842 (maybe_queue_comp_unit): Add 'pretend_language' argument.
843 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
845 (prepare_one_comp_unit): Add 'pretend_language' argument.
847 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
848 (struct dwarf2_per_objfile) <just_read_cus>: New field.
849 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
850 (dw2_do_instantiate_symtab): Check whether symtab was read in
852 (dw2_instantiate_symtab): Add assertion. Call
854 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
855 (partial_symtab_p): New typedef.
856 (set_partial_user): New function.
857 (dwarf2_build_psymtabs_hard): Use set_partial_user.
858 (scan_partial_symbols): Add imported CU to imported_symtabs.
859 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
860 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
861 (get_symtab, recursively_compute_inclusions)
862 (compute_symtab_includes, process_cu_includes)
863 (process_imported_unit_die): New functions.
864 (process_die) <DW_TAG_imported_unit>: New case.
865 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
867 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
869 (struct partial_die_info) <locdesc>: Remove.
871 (process_psymtab_comp_unit): Add 'read_partial' argument.
873 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
874 (scan_partial_symbols): Handle DW_TAG_imported_unit.
875 (add_partial_symbol): Update.
876 (process_die): Handle DW_TAG_partial_unit.
877 (read_file_scope): Update comment.
878 (load_partial_dies): Handle DW_TAG_imported_unit.
879 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
880 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
882 2012-05-10 Tom Tromey <tromey@redhat.com>
884 * cc-with-dwz.sh: New file.
886 2012-05-10 Tom Tromey <tromey@redhat.com>
888 * symtab.h (struct symtab) <includes, user>: New fields.
889 * block.h (struct block_iterator) <d, idx, which>: New fields.
890 * block.c (initialize_block_iterator, find_iterator_symtab)
891 (block_iterator_step, block_iter_name_step)
892 (block_iter_match_step): New functions.
893 (block_iterator_first, block_iterator_next)
894 (block_iter_name_first, block_iter_name_next)
895 (block_iter_match_first, block_iter_match_next): Rewrite.
896 (get_block_symtab): New function.
898 2012-05-10 Tom Tromey <tromey@redhat.com>
900 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
902 * jit.c (finalize_symtab): Use allocate_global_block,
904 * buildsym.c (finish_block_internal): New function, from old
906 (finish_block): Rewrite.
907 (end_symtab): Use finish_block_internal, set_block_symtab.
908 * block.h (struct global_block): New.
909 (allocate_global_block, set_block_symtab): Declare.
910 * block.c (allocate_global_block, set_block_symtab): New
913 2012-05-10 Tom Tromey <tromey@redhat.com>
915 * psymtab.c (partial_map_expand_apply): Add assertion.
916 (partial_map_symtabs_matching_filename): Skip included psymtabs.
917 (psymtab_to_symtab): Find unshared psymtab.
918 (dump_psymtab): Print including psymtabs.
919 (recursively_search_psymtabs): New function.
920 (expand_symtabs_matching_via_partial): Use it.
921 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
923 (enum psymtab_search_status): New.
925 2012-05-10 Tom Tromey <tromey@redhat.com>
927 * tracepoint.c (scope_info): Update.
928 * symtab.c (lookup_block_symbol, iterate_over_symbols)
929 (find_pc_sect_symtab, search_symbols)
930 (default_make_symbol_completion_list_break_on)
931 (make_file_symbol_completion_list): Update.
932 * symmisc.c (dump_symtab_1): Update.
933 * stack.c (print_frame_args, iterate_over_block_locals)
934 (print_frame_labels, iterate_over_block_arg_vars): Update.
935 * python/py-block.c (block_object) <dict>: Remove.
939 (blpy_block_syms_iternext): Update.
940 * psymtab.c (map_block): Use block iterators.
941 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
942 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
943 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
944 * infrun.c (check_exception_resume): Update.
945 * cp-support.c (make_symbol_overload_list_block): Update.
946 * coffread.c (patch_opaque_types): Update.
947 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
948 * block.h (struct block_iterator): New.
949 (block_iterator_first, block_iterator_next, block_iter_name_first)
950 (block_iter_name_next, block_iter_match_first)
951 (block_iter_match_next): Declare.
952 (ALL_BLOCK_SYMBOLS): Redefine.
953 * block.c (block_iterator_first, block_iterator_next)
954 (block_iter_name_first, block_iter_name_next)
955 (block_iter_match_first, block_iter_match_next): New functions.
956 * ada-lang.c (ada_add_block_symbols)
957 (ada_make_symbol_completion_list): Use block iterator.
959 2012-05-10 Tom Tromey <tromey@redhat.com>
961 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
962 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
963 (lookup_partial_symbol, find_last_source_symtab_from_partial)
964 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
965 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
968 2012-05-10 Joel Brobecker <brobecker@adacore.com>
970 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
971 print-file-var-lib2.c, print-file-var-main.c and
972 print-file-var.exp (located in gdb/testsuite/gdb.base).
974 2012-05-10 Joel Brobecker <brobecker@adacore.com>
976 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
977 try locating the symbol in the symbol's own objfile first, before
978 extending the search to all objfiles.
979 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
980 out of lookup_symbol_aux_symtabs.
981 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
982 Replace extracted-out code by call to lookup_symbol_aux_objfile.
983 Do not search EXCLUDE_OBJFILE.
984 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
985 (lookup_symbol_global): Search for matches in the block's objfile
986 first, before searching all other objfiles.
988 2012-05-10 Tristan Gingold <gingold@adacore.com>
990 * printcmd.c (set_command): Add pre/post inc/dec.
992 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
994 * gdb.1: Document -ex option.
996 2012-05-09 Joel Brobecker <brobecker@adacore.com>
998 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
999 * inferior.h (AT_SYMBOL): Delete.
1001 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1003 * mips-tdep.c (mips_push_dummy_code): New function.
1004 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
1005 ON_STACK and install mips_push_dummy_code as our gdbarch
1006 push_dummy_code routine.
1008 2012-05-09 Pedro Alves <palves@redhat.com>
1010 * target.c (set_maintenance_target_async_permitted): Rename to ...
1011 (set_target_async_command): ... this.
1012 (show_maintenance_target_async_permitted): Rename to ...
1013 (show_target_async_command): ... this.
1014 (initialize_targets): Adjust.
1016 2012-05-08 Doug Evans <dje@google.com>
1018 * go-exp.y (classify_name): Add missing assignment of fields of
1021 2012-05-08 Eli Zaretskii <eliz@gnu.org>
1023 Display the ">" prompt in interactive mode while reading canned
1024 commands, even when the current interpreter is MI.
1026 * interps.c (interp_set_temp): New function.
1028 * interps.h (interp_set_temp): Add prototype.
1030 * cli/cli-script.c (restore_interp): New cleanup function.
1031 (read_command_lines): Temporarily override the current interpreter
1032 with CLI and arrange for restoring the original one.
1034 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
1036 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
1038 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1040 * probe.c (parse_probes): Move conditional to check for
1041 debuginfo files from here...
1042 * stap-probe.c (stap_get_probes): ... to here.
1044 2012-05-07 Mark Kettenis <kettenis@gnu.org>
1045 H.J. Lu <hongjiu.lu@intel.com>
1047 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
1048 `movl %esp, %ebp' for the X32 ABI.
1050 2012-05-07 Tom Tromey <tromey@redhat.com>
1052 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
1054 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
1055 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
1056 (dwarf_stack_op_name): Remove.
1057 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
1058 (decode_locdesc): Use get_DW_OP_name.
1059 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
1060 (dwarf2_compile_expr_to_ax): Likewise.
1061 (disassemble_dwarf_expression): Likewise.
1062 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
1064 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
1066 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
1067 (sh_linux_sigtramp_cache): New function.
1068 (sh_linux_sigreturn_init): New function.
1069 (sh_linux_rt_sigreturn_init): New function.
1070 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
1072 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
1074 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
1075 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
1076 (sh_linux_init_abi): Add init calls to register new tramp_frame
1077 definitions under 32-bit SH, update comments.
1079 2012-05-07 Pedro Alves <palves@redhat.com>
1083 * amd64-linux-tdep.c: Include glibc-tdep.h.
1084 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
1085 gdbarch_skip_solib_resolver callback.
1087 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1089 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
1090 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
1091 (show_auto_load_safe_path): Check any-directory by comparison with "/".
1092 (add_auto_load_safe_path): Change the error message.
1093 (_initialize_auto_load): Change the "safe-path" help text.
1094 * configure: Regenerate
1095 * configure.ac (--without-auto-load-safe-path): Set
1096 WITH_AUTO_LOAD_SAFE_PATH to /.
1098 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
1100 * stap-probe.h: Do not include unecessary `probe.h'.
1102 2012-05-05 Alan Modra <amodra@gmail.com>
1104 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
1105 bfd_und_section_ptr.
1106 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
1107 and bfd_com_section_ptr.
1109 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1111 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
1113 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1115 * windows-nat.h (segment_register_p_ftype): New typedef.
1116 (windows_set_segment_register_p): Add declaration.
1117 * windows-nat.c (segment_register_p): New static global.
1118 (windows_set_segment_register_p): New function.
1119 (do_windows_fetch_inferior_registers): Add special handling
1120 for segment registers.
1121 * amd64-windows-nat.c: #include "amd64-tdep.h".
1122 (amd64_windows_segment_register_p): New function.
1123 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
1124 * i386-windows-nat.c: #include "i386-tdep.h".
1125 (i386_windows_segment_register_p): New function.
1126 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
1128 2012-05-04 Tristan Gingold <gingold@adacore.com>
1130 * printcmd.c (set_command): Emit a warning if the expression is not
1133 2012-05-03 Joel Brobecker <brobecker@adacore.com>
1135 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
1138 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
1140 * stap-probe.c (stap_is_operator): Change declaration.
1141 (stap_get_opcode): Change return value.
1142 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
1143 `stap_parse_argument_1'.
1145 2012-05-03 Pedro Alves <pedro@codesourcery.com>
1147 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
1150 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1152 Add two new methods global_block and static_block to gdb.Symtab
1154 * NEWS (Python scripting): Add entry about the new methods.
1155 * python/py-symtab.c (stpy_global_block): New function which
1156 implements the gdb.Symtab.global_block() method.
1157 (stpy_static_block): New function which implements the
1158 gdb.Symtab.static_block() method.
1159 (symtab_object_methods): Add entries for the two new methods.
1161 2012-05-03 Doug Evans <dje@google.com>
1163 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
1166 2012-05-03 Yao Qi <yao@codesourcery.com>
1168 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
1170 (i386_process_record): Ditto.
1172 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1174 * infcall.c (unwind_on_signal_p): Make static.
1176 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1178 * sol-thread.c (solaris_pid_to_str): Make static.
1179 (_initialize_sol_thread): Add prototype.
1181 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1183 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
1185 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
1187 * MAINTAINERS: Remove myself.
1189 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1191 Fix --without-auto-load-safe-path for MS-Windows host platform.
1192 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
1194 2012-05-02 Eli Zaretskii <eliz@gnu.org>
1196 * gdb_curses.h: Undefine KEY_EVENT before including curses
1197 headers. Move "#undef MOUSE_MOVED" before any curses header
1200 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1202 * features/i386/i386-mmx-linux.c: Regenerate.
1203 * features/rs6000/powerpc-32.c: Likewise.
1204 * features/rs6000/powerpc-32l.c: Likewise.
1205 * features/rs6000/powerpc-403.c: Likewise.
1206 * features/rs6000/powerpc-403gc.c: Likewise.
1207 * features/rs6000/powerpc-405.c: Likewise.
1208 * features/rs6000/powerpc-505.c: Likewise.
1209 * features/rs6000/powerpc-601.c: Likewise.
1210 * features/rs6000/powerpc-602.c: Likewise.
1211 * features/rs6000/powerpc-603.c: Likewise.
1212 * features/rs6000/powerpc-604.c: Likewise.
1213 * features/rs6000/powerpc-64.c: Likewise.
1214 * features/rs6000/powerpc-64l.c: Likewise.
1215 * features/rs6000/powerpc-750.c: Likewise.
1216 * features/rs6000/powerpc-860.c: Likewise.
1217 * features/rs6000/powerpc-e500.c: Likewise.
1218 * features/rs6000/powerpc-e500l.c: Likewise.
1219 * features/rs6000/powerpc-isa205-32l.c: Likewise.
1220 * features/rs6000/powerpc-isa205-64l.c: Likewise.
1221 * features/rs6000/rs6000.c: Likewise.
1223 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1225 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
1227 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
1228 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
1229 (stap_parse_argument) <e>: Likewise.
1230 (handle_stap_probe) <byte_order>: Likewise.
1232 2012-04-30 Doug Evans <dje@google.com>
1234 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
1235 init_and_read_dies_worker. All callers updated.
1236 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
1237 replaced with init_cutu_and_read_dies.
1238 (load_partial_comp_unit): Pass 1 for use_existing_cu.
1239 (find_partial_die): Remove FIXME. Don't free current CU.
1241 2012-04-30 Sterling Augustine <saugustine@google.com>
1243 * contrib: New directory.
1244 * contrib/test_pubnames_and_indexes.py: New file.
1246 2012-04-30 Doug Evans <dje@google.com>
1248 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
1249 All callers updated.
1250 (init_cu_die_reader): Verify the section is non-empty.
1251 (dwarf_decode_line_header): Don't dereference section->asection
1252 until we know the section is present.
1254 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
1256 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
1259 2012-04-29 Yao Qi <yao@codesourcery.com>
1261 * gdb-code-style.el: New hook gdb-markup-hook
1262 and gdb-comment-hook.
1264 2012-04-28 Doug Evans <dje@google.com>
1266 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
1267 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
1269 * symfile.h (dwarf2_debug_sections): New member addr.
1270 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
1271 (ctx_no_get_addr_index): New function.
1272 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
1273 (ctx_no_get_addr_index): Declare.
1274 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
1275 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
1276 (dwarf_expr_ctx_funcs): Update.
1277 (needs_get_addr_index): New function.
1278 (needs_frame_ctx_funcs): Update.
1279 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
1280 * dwarf2read.c: #include "gdbcore.h".
1281 (dwarf2_per_objfile): New members addr, dwo_files.
1282 (dwarf2_elf_names): Add entry for addr.
1283 (struct dwo_section_names): New type.
1284 (dwo_section_names): New static global.
1285 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
1286 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
1287 old debug_types_section member updated to use this.
1288 Rename member debug_types_section to info_or_types_section,
1290 (signatured_type): Rename member type_offset to type_offset_in_tu,
1291 all uses updated. New member type_offset_in_section.
1292 (struct dwo_sections): New type.
1293 (struct dwo_unit): New type.
1294 (struct dwo_file): New type.
1295 (die_reader_specs): New member dwo_file.
1296 (dwarf2_locate_sections): Watch for .debug_addr.
1297 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
1298 (dwarf2_read_section): Get bfd of section from bfd's asection,
1300 (create_cus_from_index): Initialize the_cu->info_or_types_section.
1301 (create_signatured_type_table_from_index): Initialize
1302 sig_type->info_or_types_section.
1303 (dw2_get_file_names): Statement lists for type units with DWO files
1304 live in the DWO file.
1305 (create_debug_types_hash_table): New function.
1306 (create_all_type_units): Rewrite.
1307 (init_cu_die_reader): New arg dwo_file, all callers updated.
1308 (init_and_read_dies_worker): Get section from
1309 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
1310 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
1311 continue reading the CU/TU from there.
1312 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
1313 updated. Get section from this_cu->info_or_types_section.
1314 (create_all_comp_units): Initialize this_cu->info_or_types_section.
1315 (skip_one_die): New cases DW_FORM_GNU_addr_index,
1316 DW_FORM_GNU_str_index.
1317 (hash_dwo_file, eq_dwo_file): New functions.
1318 (allocate_dwo_file_hash_table): New function.
1319 (hash_dwo_unit, eq_dwo_unit): New functions.
1320 (allocate_dwo_unit_table): New function.
1321 (dwarf2_locate_dwo_sections): New function.
1322 (struct create_dwo_info_table_data): New type.
1323 (create_debug_info_hash_table_reader): New function.
1324 (create_debug_info_hash_table): New function.
1325 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
1326 (lookup_dwo_file): New function.
1327 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
1328 (free_dwo_file, free_dwo_file_cleanup): New functions.
1329 (free_dwo_file_from_slot, free_dwo_files): New functions.
1330 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
1331 (dwarf2_record_block_ranges): Ditto.
1332 (read_partial_die): Ditto.
1333 (process_enumeration_scope): Update to use type_offset_in_section.
1334 (read_full_die_1): New function.
1335 (read_full_die): Rewrite.
1336 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
1337 DW_FORM_GNU_str_index.
1338 (read_addr_index_1, read_addr_index): New functions.
1339 (read_addr_index_from_leb128): New function.
1340 (struct dwarf2_read_addr_index_data): New type.
1341 (dwarf2_read_addr_index_reader): New function.
1342 (dwarf2_read_addr_index): New function.
1343 (read_str_index): New function.
1344 (leb128_size): New function.
1345 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
1346 If processing a type unit from a DWO file, get the line section
1348 (var_decode_location): Watch for DW_OP_GNU_addr_index.
1349 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
1350 DW_FORM_GNU_str_index.
1351 (lookup_die_type): Check whether section offset of type's die is
1352 known before looking it up. Remove assert. Condition can
1353 legimately happen for inter-cu type references.
1354 (dwarf_attr_name): Handle Fission attributes.
1355 (dwarf_form_name): Handle Fission forms.
1356 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
1357 DW_FORM_GNU_str_index.
1358 (follow_die_sig): Update to use type_offset_in_section.
1359 (decode_locdesc): New case DW_OP_GNU_addr_index.
1360 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
1361 DW_FORM_GNU_str_index.
1362 (cu_debug_loc_section): New function.
1363 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
1364 (dwarf2_per_objfile_free): Unmap .debug_addr section.
1365 Free DWO files if present.
1366 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
1368 Refactor DIE reading.
1369 * dwarf2read.c (dwarf2_per_objfile): Replace members
1370 debug_info_type_hash and debug_types_type_hash with die_type_hash.
1371 (die_reader_specs): New member "die_section". Temporarily make
1372 member "buffer" non-const, pending constifying all info_ptr uses.
1373 (die_reader_func_ftype): New typedef.
1374 (dw2_get_file_names_reader): New function.
1375 (dw2_get_file_names): Rewrite.
1376 (read_and_check_type_unit_head): Rename arg type_offset to
1378 (create_all_type_units): Improve debugging message.
1379 Improve dummy type unit check.
1380 (init_cu_die_reader): New arg "section". All callers updated.
1381 (init_and_read_dies_worker): New function.
1382 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
1383 (init_cutu_and_read_dies_no_follow): New function.
1384 (init_cutu_and_read_dies_simple): New function.
1385 (process_psymtab_comp_unit_reader): New function.
1386 (process_psymtab_comp_unit): Delete args section,
1387 is_debug_types_section. Rewrite. All callers updated.
1388 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
1389 All callers updated. Rewrite.
1390 (load_partial_comp_unit_reader): New function.
1391 (load_partial_comp_unit): Rewrite.
1392 (skip_children): New arg reader. Delete args buffer, cu.
1393 All callers updated.
1394 (skip_one_die): New arg reader. Delete args buffer, cu.
1395 All callers updated.
1396 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
1397 All callers updated.
1398 (load_full_comp_unit_reader): New function.
1399 (load_full_comp_unit): Rewrite.
1400 (read_comp_unit): Delete.
1401 (read_die_and_children_1): Delete, contents moved ...
1402 (read_die_and_children): ... here.
1403 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
1404 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
1405 All callers updated.
1406 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
1407 All callers updated.
1408 (find_partial_die): Rewrite load_all_dies support.
1409 (read_attribute_value): New arg reader. Delete args abfd, cu.
1410 All callers updated.
1411 (read_attribute): New arg reader. Delete args abfd, cu.
1412 All callers updated.
1413 (load_full_type_unit): Add assert.
1414 (read_signatured_type_reader): New function.
1415 (read_signatured_type): Rewrite.
1416 (free_stack_comp_unit): Remove call to age_cached_comp_units.
1417 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
1418 All callers updated. Set per_cu->cu = NULL after freeing it.
1419 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
1420 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
1421 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
1422 (set_die_type): Update.
1423 (get_die_type_at_offset): Update.
1424 (read_file_scope): Call prepare_one_comp_unit.
1425 (read_type_unit_scope): Ditto.
1426 (prepare_one_comp_unit): Set producer if present.
1428 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1430 * probe.c (compile_rx_or_error): Silence ARI warning about missing
1431 gettext function on `error'.
1433 2012-04-27 Doug Evans <dje@google.com>
1435 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
1438 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1439 Tom Tromey <tromey@redhat.com>
1441 * breakpoint.c (struct breakpoint_objfile_data)
1442 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
1443 <exception_probes>: New fields.
1444 (free_breakpoint_probes): New function.
1445 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
1446 `_Unwind_DebugHook'.
1447 (create_exception_master_breakpoint): Likewise.
1448 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
1449 * infrun.c: Including necessary header files for handling SystemTap
1451 (handle_inferior_event): Handling longjmp breakpoint and exceptions
1452 via SystemTap probes.
1453 (check_exception_resume): Remove `func' argument. Handle exception
1454 unwinding breakpoint set via a SystemTap probe.
1455 (insert_exception_resume_from_probe): New function.
1457 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1458 Tom Tromey <tromey@redhat.com>
1459 Jan Kratochvil <jan.kratochvil@redhat.com>
1461 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
1462 (COMMON_OBS): Likewise.
1463 (HFILES_NO_SRCDIR): Add `probe'.
1464 * NEWS: Mention support for static and SystemTap probes.
1465 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
1466 SystemTap probes' arguments parser.
1467 * arm-linux-tdep.c: Including headers needed to perform the parsing
1468 of SystemTap probes' arguments.
1469 (arm_stap_is_single_operand): New function.
1470 (arm_stap_parse_special_token): Likewise.
1471 (arm_linux_init_abi): Initializing proper fields used by SystemTap
1472 probes' arguments parser.
1473 * ax-gdb.c (require_rvalue): Removing static declaration.
1474 (gen_expr): Likewise.
1475 * ax-gdb.h (gen_expr): Declaring function.
1476 (require_rvalue): Likewise.
1477 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
1478 (bkpt_probe_breakpoint_ops): New variable.
1479 (momentary_breakpoint_from_master): Set the `probe' value.
1480 (add_location_to_breakpoint): Likewise.
1481 (break_command_1): Using proper breakpoint_ops according to the
1482 argument passed by the user in the command line.
1483 (bkpt_probe_insert_location): New function.
1484 (bkpt_probe_remove_location): Likewise.
1485 (bkpt_probe_create_sals_from_address): Likewise.
1486 (bkpt_probe_decode_linespec): Likewise.
1487 (tracepoint_probe_create_sals_from_address): Likewise.
1488 (tracepoint_probe_decode_linespec): Likewise.
1489 (tracepoint_probe_breakpoint_ops): New variable.
1490 (trace_command): Using proper breakpoint_ops according to the
1491 argument passed by the user in the command line.
1492 (initialize_breakpoint_ops): Initializing breakpoint_ops for
1493 static probes on breakpoints and tracepoints.
1494 * breakpoint.h (struct bp_location) <probe>: New field.
1495 * cli-utils.c (skip_spaces_const): New function.
1496 (extract_arg): Likewise.
1497 * cli-utils.h (skip_spaces_const): Likewise.
1498 (extract_arg): Likewise.
1499 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
1500 * configure.ac: Append `stap-probe.o' to be generated when ELF
1502 * configure: Regenerate.
1503 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
1504 * elfread.c: Include `probe.h' and `arch-utils.h'.
1505 (probe_key): New variable.
1506 (elf_get_probes): New function.
1507 (elf_get_probe_argument_count): Likewise.
1508 (elf_evaluate_probe_argument): Likewise.
1509 (elf_compile_to_ax): Likewise.
1510 (elf_symfile_relocate_probe): Likewise.
1511 (stap_probe_key_free): Likewise.
1512 (elf_probe_fns): New variable.
1513 (elf_sym_fns): Add `sym_probe_fns' value.
1514 (elf_sym_fns_lazy_psyms): Likewise.
1515 (elf_sym_fns_gdb_index): Likewise.
1516 (_initialize_elfread): Initialize objfile cache for static
1518 * gdb_vecs.h (struct probe): New forward declaration.
1519 (probe_p): New VEC declaration.
1520 * gdbarch.c: Regenerate.
1521 * gdbarch.h: Regenerate.
1522 * gdbarch.sh (stap_integer_prefix): New variable.
1523 (stap_integer_suffix): Likewise.
1524 (stap_register_prefix): Likewise.
1525 (stap_register_suffix): Likewise.
1526 (stap_register_indirection_prefix): Likewise.
1527 (stap_register_indirection_suffix): Likewise.
1528 (stap_gdb_register_prefix): Likewise.
1529 (stap_gdb_register_suffix): Likewise.
1530 (stap_is_single_operand): New function.
1531 (stap_parse_special_token): Likewise.
1532 (struct stap_parse_info): Forward declaration.
1533 * i386-tdep.c: Including headers needed to perform the parsing
1534 of SystemTap probes' arguments.
1535 (i386_stap_is_single_operand): New function.
1536 (i386_stap_parse_special_token): Likewise.
1537 (i386_elf_init_abi): Initializing proper fields used by SystemTap
1538 probes' arguments parser.
1539 * i386-tdep.h (i386_stap_is_single_operand): New function.
1540 (i386_stap_parse_special_token): Likewise.
1541 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
1542 * mipsread.c (ecoff_sym_fns): Likewise.
1543 * objfiles.c (objfile_relocate1): Support relocation for static
1545 * parse.c (prefixify_expression): Remove static declaration.
1546 (initialize_expout): Likewise.
1547 (reallocate_expout): Likewise.
1548 * parser-defs.h (initialize_expout): Declare function.
1549 (reallocate_expout): Likewise.
1550 (prefixify_expression): Likewise.
1551 * ppc-linux-tdep.c: Including headers needed to perform the parsing
1552 of SystemTap probes' arguments.
1553 (ppc_stap_is_single_operand): New function.
1554 (ppc_stap_parse_special_token): Likewise.
1555 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
1556 probes' arguments parser.
1557 * probe.c: New file, for generic statically defined probe support.
1558 * probe.h: Likewise.
1559 * s390-tdep.c: Including headers needed to perform the parsing of
1560 SystemTap probes' arguments.
1561 (s390_stap_is_single_operand): New function.
1562 (s390_gdbarch_init): Initializing proper fields used by SystemTap
1563 probes' arguments parser.
1564 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
1565 * stap-probe.c: New file, for SystemTap probe support.
1566 * stap-probe.h: Likewise.
1567 * symfile.h: Include `gdb_vecs.h'.
1568 (struct sym_probe_fns): New struct.
1569 (struct sym_fns) <sym_probe_fns>: New field.
1570 * symtab.c (init_sal): Initialize `probe' field.
1571 * symtab.h (struct probe): Forward declaration.
1572 (struct symtab_and_line) <probe>: New field.
1573 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
1575 (stop_tracing): Likewise.
1576 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
1578 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1579 Tom Tromey <tromey@redhat.com>
1581 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
1582 and to compile agent expressions.
1583 * infrun.c (siginfo_make_value): New argument `ignore'.
1584 (siginfo_funcs): New struct.
1585 (_initialize_infrun): New argument when calling
1586 `create_internalvar_type_lazy'.
1587 * thread.c (thread_id_make_value): New argument `ignore'.
1588 (thread_funcs): New struct.
1589 (_initialize_thread): New argument when calling
1590 `create_internalvar_type_lazy'.
1591 * tracepoint.c (sdata_make_value): New argument `ignore'.
1592 (sdata_funcs): New struct.
1593 (_initialize_tracepoint): New argument when calling
1594 `create_internalvar_type_lazy'.
1595 * value.c (make_value): New struct.
1596 (create_internalvar_type_lazy): New argument `data'.
1597 (compile_internalvar_to_ax): New function.
1598 (value_of_internalvar): Properly handling `make_value' case.
1599 (clear_internalvar): Likewise.
1600 (show_convenience): Adding `TRY_CATCH' block.
1601 * value.h (internalvar_make_value): Delete, replace by...
1602 (struct internalvar_funcs): ... this.
1603 (create_internalvar_type_lazy) <fun>: Delete argument.
1604 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
1605 (compile_internalvar_to_ax): New function.
1606 * windows-tdep.c (tlb_make_value): New argument `ignore'.
1607 (tlb_funcs): New struct.
1608 (_initialize_windows_tdep): New argument when calling
1609 `create_internalvar_type_lazy'.
1611 2012-04-27 Mark Wielaard <mjw@redhat.com>
1613 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
1614 see whether it is an address or a constant offset from DW_AT_low_pc.
1615 (dwarf2_record_block_ranges): Likewise.
1616 (read_partial_die): Likewise.
1618 2012-04-26 Mark Wielaard <mjw@redhat.com>
1620 * MAINTAINERS (Write After Approval): Add myself to the list.
1622 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
1624 * proc-utils.h (proc_prettyprint_signalset): New prototype.
1625 (proc_prettyprint_signal): Likewise.
1626 (proc_prettyprint_faultset): Likewise.
1627 (proc_prettyprint_fault): Likewise.
1628 (proc_prettyprint_actionset): Likewise.
1629 (proc_prettyprint_flags): Move to new proc-flags.c section.
1630 (proc_prettyfprint_flags): New prototype.
1631 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
1632 (proc_syscall, proc_cursig): Likewise.
1633 (proc_set_kill_on_last_close): Likewise.
1634 (proc_unset_kill_on_last_close): Likewise.
1635 (proc_set_watchpoint): Make static.
1636 (proc_delete_dead_threads): Likewise.
1637 (procfs_set_watchpoint): Likewise.
1638 (_initialize_procfs): Add prototype.
1639 * proc-events.c: Include proc-utils.h.
1640 (init_syscall_table): Make static.
1641 * proc-api.c (_initialize_proc_api): Add prototype.
1642 * proc-flags.c: Include proc-utils.h.
1644 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
1646 * configure.ac: Add AC_ARG_PROGRAM.
1647 * configure: Regenerate.
1649 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1651 Fix DW_AT_lower_bound defaults for DWARF-4+.
1652 * dwarf2read.c (read_subrange_type): Remove initialization of low and
1653 high. New variable low_default_is_valid. Implement DWARF-4+
1654 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
1655 no default by the DWARF standard.
1657 2012-04-26 Maciej W. Rozycki <macro@mips.com>
1658 Maciej W. Rozycki <macro@codesourcery.com>
1660 * infrun.c (handle_inferior_event): Move the check for return
1661 trampolines ahead of the check for function trampolines.
1662 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
1663 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
1664 (mips_str_mips16_ret_stub): Likewise.
1665 (mips_str_call_fp_stub): Likewise.
1666 (mips_str_call_stub): Likewise.
1667 (mips_str_fn_stub): Likewise.
1668 (mips_str_pic): Likewise.
1669 (mips_in_frame_stub): New function.
1670 (mips_unwind_pc): Return the return address rather than the PC
1671 if the PC of an intermediate frame is inside a call thunk.
1672 (mips_is_stub_suffix): New function.
1673 (mips_is_stub_mode): Likewise.
1674 (mips_get_mips16_fn_stub_pc): Likewise.
1675 (mips_skip_mips16_trampoline_code): Update to handle all the
1676 currently generated stub types. Don't recurse into __fn_stub
1677 thunks. Remove heuristics to handle stubs beyond etext/_etext.
1678 Use cooked register accesses.
1679 (mips_in_return_stub): Reintroduce function.
1680 (mips_skip_trampoline_code): Traverse trampolines recursively.
1681 (mips_gdbarch_init): Handle MIPS16 return trampolines.
1683 2012-04-26 Joel Brobecker <brobecker@adacore.com>
1687 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
1689 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
1690 * features/arm-with-m-vfp-d16.xml: New file. Describes
1691 Cortex-M with VFPv4-sp-d16 FPU register layout.
1692 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
1693 * features/arm-with-m-vfp-d16.c: New. Generated from above.
1694 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
1695 (arm-register_g_packet_guesses): Add vfp-d16 guess.
1696 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
1698 2012-04-25 Doug Evans <dje@google.com>
1700 * cli/cli-decode.c (print_doc_line): Use stream instead of
1703 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1705 * features/arm-with-iwmmxt.c: Regenerate.
1706 * features/arm-with-m-fpa-layout.c: Likewise.
1707 * features/arm-with-m.c: Likewise.
1708 * features/arm-with-neon.c: Likewise.
1709 * features/arm-with-vfpv2.c: Likewise.
1710 * features/arm-with-vfpv3.c: Likewise.
1711 * features/mips-dsp-linux.c: Likewise.
1712 * features/mips-linux.c: Likewise.
1713 * features/mips64-dsp-linux.c: Likewise.
1714 * features/mips64-linux.c: Likewise.
1715 * features/s390-linux32.c: Likewise.
1716 * features/s390-linux32v1.c: Likewise.
1717 * features/s390-linux32v2.c: Likewise.
1718 * features/s390-linux64.c: Likewise.
1719 * features/s390-linux64v1.c: Likewise.
1720 * features/s390-linux64v2.c: Likewise.
1721 * features/s390x-linux64.c: Likewise.
1722 * features/s390x-linux64v1.c: Likewise.
1723 * features/s390x-linux64v2.c: Likewise.
1724 * features/tic6x-c62x-linux.c: Likewise.
1725 * features/tic6x-c62x.c: Likewise.
1726 * features/tic6x-c64x-linux.c: Likewise.
1727 * features/tic6x-c64x.c: Likewise.
1728 * features/tic6x-c64xp-linux.c: Likewise.
1729 * features/tic6x-c64xp.c: Likewise.
1730 * target-descriptions.c: Only generate `field_type' and `type'
1731 variables when needed.
1733 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
1735 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
1737 2012-04-25 Doug Evans <dje@google.com>
1739 Initial pass at Go language support.
1741 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
1743 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
1744 (YYFILES): Add go-exp.c.
1745 (YYOBJ): Add go-exp.o.
1746 (local-maintainer-clean): Delete go-exp.c.
1747 * defs.h (enum language): Add language_go.
1748 * dwarf2read.c: #include "go-lang.h".
1749 (fixup_go_packaging): New function.
1750 (process_full_comp_unit): Call it when processing Go CUs.
1751 (dwarf2_physname): Add Go support.
1752 (read_file_scope): Handle missing language spec for GNU Go.
1753 (set_cu_language): Handle DW_LANG_Go.
1754 * go-exp.y: New file.
1755 * go-lang.h: New file.
1756 * go-lang.c: New file.
1757 * go-typeprint.c: New file.
1758 * go-valprint.c: New file.
1759 * symtab.c: #include "go-lang.h".
1760 (symbol_set_language): Handle language_go.
1761 (symbol_find_demangled_name, symbol_set_names): Ditto.
1762 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
1764 2012-04-24 Jim Meyering <meyering@redhat.com>
1766 avoid a few strncpy-induced buffer overruns
1767 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
1768 fname and psargs before trying to concatenate.
1769 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
1770 "name" before applying strchr.
1772 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
1774 * CONTRIBUTE: Use unified diff instead of context diff when
1777 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
1779 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
1780 code. Handle JR.HB correctly.
1782 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
1785 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
1786 with the other MIPS16 helpers.
1788 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
1790 * observer.sh: Conditionally declare `args', thus cleaning up
1791 unused instances of this variable.
1793 2012-04-24 Yao Qi <yao@codesourcery.com>
1795 Revert this patch to allow breakpoint always-inserted
1797 2011-12-05 Pedro Alves <pedro@codesourcery.com>
1798 * breakpoint.c: Include record.h.
1799 (breakpoints_always_inserted_mode): Return false when the record
1802 * breakpoint.c (iterate_over_bp_locations): New.
1803 * breakpoint.h: Declare.
1804 New typedef walk_bp_location_callback.
1805 * record.c (record_open): Call record_init_record_breakpoints.
1806 (record_sync_record_breakpoints): New.
1807 (record_init_record_breakpoints): New.
1808 * NEWS: Mention supporting breakpoint always-inserted mode in
1811 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
1813 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
1816 2012-04-24 Yao Qi <yao@codesourcery.com>
1818 * breakpoint.c (ep_is_catchpoint): Renamed to ...
1819 (is_catchpoint): ... it.
1820 (print_one_breakpoint_location): Caller update.
1821 * breakpoint.h: Update declaration.
1823 2012-04-23 David S. Miller <davem@davemloft.net>
1825 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
1827 2012-04-23 Tom Tromey <tromey@redhat.com>
1829 * buildsym.c (add_free_pendings): Remove.
1830 * buildsym.h (add_free_pendings): Remove.
1832 2012-04-23 Doug Evans <dje@google.com>
1834 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
1835 attr.u.unsnd instead of attr.u.addr.
1836 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
1837 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
1839 (dump_die_shallow): Update cases DW_FORM_ref_addr,
1840 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
1842 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
1844 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
1846 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
1847 (mips_o32_return_value): Likewise.
1848 (mips_o64_return_value): Likewise.
1850 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
1852 * ada-lang.c (ada_evaluate_subexp): Add cases for
1853 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
1854 their treatment in eval.c.
1856 2012-04-21 David S. Miller <davem@davemloft.net>
1858 * sparc-tdep.c (X_DISP10): Define.
1859 (sparc_analyze_control_transfer): Handle compare-and-branch.
1861 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
1863 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
1864 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
1866 2012-04-20 Nigel Stephens <nigel@mips.com>
1867 Maciej W. Rozycki <macro@codesourcery.com>
1869 * mips-tdep.c (mips_float_register_p): New function.
1870 (mips_convert_register_float_case_p): Use mips_float_register_p.
1871 (mips_register_type): Likewise.
1872 (mips_print_register): Likewise.
1873 (print_gp_register_row): Likewise.
1874 (mips_print_registers_info): Likewise.
1876 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
1878 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
1881 2012-04-20 Andrew Pinski <apinski@cavium.com>
1883 * MAINTAINERS (Write After Approval): Add myself to the list.
1885 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
1887 * MAINTAINERS: Update my e-mail address.
1889 2012-04-20 Pedro Alves <palves@redhat.com>
1891 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
1893 * configure: Regenerate.
1895 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
1897 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
1899 * gdb_vecs.h: Declare `const_char_ptr' VEC.
1901 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1903 Fix compilation compatibility with python-2.4
1904 * python/py-type.c (convert_field): Cast ADDRSTRING for
1905 PyObject_SetAttrString as non-const. New comment.
1907 2012-04-19 Tom Tromey <tromey@redhat.com>
1909 * top.c (quit_target): Use all_cleanups.
1910 * main.c (captured_command_loop): Use all_cleanups.
1911 * exceptions.c (throw_exception): Use all_cleanups.
1913 2012-04-19 Pedro Alves <palves@redhat.com>
1915 * Makefile.in (GNULIB_BUILDDIR): New.
1916 (LIBGNU, INCGNU, GNULIB_H): Adjust.
1917 (SUBDIRS): Add $(GNULIB_BUILDDIR).
1918 (CLEANDIRS). Remove gnulib/import.
1919 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
1921 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
1922 (gnulib/import/Makefile): Replace gnulib/import with
1923 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
1924 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
1925 (aclocal_m4_deps): Remove the gnulib dependencies. Add
1926 acx_configure_dir.m4.
1927 * acinclude.m4: Include acx_configure_dir.m4.
1928 * acx_configure_dir.m4: New file.
1929 * aclocal.m4: Regenerate.
1930 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
1931 calls. Configure gnulib using ACX_CONFIGURE_DIR.
1932 (GNULIB): New variable.
1933 (GNULIB_STDINT_H): Adjust.
1934 (AC_OUTPUT): Don't output gnulib/Makefile.
1935 * gdb/defs.h: Include build-gnulib/config.h.
1936 * aclocal.m4: Regenerate.
1937 * config.in: Regenerate.
1938 * configure: Regenerate.
1940 * gnulib/Makefile.in: New file.
1941 * gnulib/configure.ac: New file.
1942 * gnulib/aclocal.m4: New file.
1943 * gnulib/config.in: New file.
1944 * gnulib/configure: New file.
1945 * gnulib/: Re-run gnulib-tool to adjust.
1947 2012-04-19 Doug Evans <dje@google.com>
1949 * cleanups.h (struct cleanup): Move to cleanups.c.
1950 (make_cleanup_dtor_ftype): New typedef.
1951 (make_cleanup_dtor): Use it.
1952 (ALL_CLEANUPS): Replace with ...
1953 (all_cleanups): ... this. Declare. All uses updated.
1954 * cleanups.c: #include "gdb_assert.h".
1955 (sentinel_cleanup): New static global.
1956 (SENTINEL_CLEANUP): Define.
1957 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
1958 (make_my_cleanup2): Assert result is non-NULL.
1959 (all_cleanups): New function.
1960 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
1963 2012-04-19 Pedro Alves <palves@redhat.com>
1965 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
1966 Adjust paths to gnulib imported files.
1968 2012-04-19 Pedro Alves <palves@redhat.com>
1970 * gnulib/: Move whole directory ...
1971 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
1972 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
1973 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
1974 (aclocal_m4_deps): Adjust.
1975 * aclocal.m4: Regenerate.
1976 * configure: Regenerate.
1977 * configure.ac: Adjust AC_OUTPUT output.
1979 2012-04-19 Yao Qi <yao@codesourcery.com>
1981 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
1983 * vec.c: Move it ...
1984 * common/vec.c: ... here.
1985 * vec.h: Move it ...
1986 * common/vec.h: ... here.
1988 2012-04-19 Yao Qi <yao@codesourcery.com>
1990 * gdb-code-style.el: New.
1992 2012-04-18 Pedro Alves <palves@redhat.com>
1994 Update gnulib from latest git.
1995 (639ea5ae15e39fe48d43e04864b2997301e4b969)
1997 * gnulib/Makefile.am: Update.
1998 * gnulib/dummy.c: Update.
1999 * gnulib/extra/arg-nonnull.h: Update.
2000 * gnulib/extra/c++defs.h: Update.
2001 * gnulib/extra/update-copyright: Update.
2002 * gnulib/extra/warn-on-use.h: Update.
2003 * gnulib/inttypes.in.h: Update.
2004 * gnulib/m4/00gnulib.m4: Update.
2005 * gnulib/m4/extensions.m4: Update.
2006 * gnulib/m4/gnulib-cache.m4: Update.
2007 * gnulib/m4/gnulib-common.m4: Update.
2008 * gnulib/m4/gnulib-comp.m4: Update.
2009 * gnulib/m4/gnulib-tool.m4: Update.
2010 * gnulib/m4/include_next.m4: Update.
2011 * gnulib/m4/inttypes-pri.m4: Update.
2012 * gnulib/m4/inttypes.m4: Update.
2013 * gnulib/m4/longlong.m4: Update.
2014 * gnulib/m4/memchr.m4: Update.
2015 * gnulib/m4/memmem.m4: Update.
2016 * gnulib/m4/mmap-anon.m4: Update.
2017 * gnulib/m4/multiarch.m4: Update.
2018 * gnulib/m4/onceonly.m4: Update.
2019 * gnulib/m4/stddef_h.m4: Update.
2020 * gnulib/m4/stdint.m4: Update.
2021 * gnulib/m4/string_h.m4: Update.
2022 * gnulib/m4/warn-on-use.m4: Update.
2023 * gnulib/m4/wchar_h.m4: Update.
2024 * gnulib/m4/wchar_t.m4: Update.
2025 * gnulib/m4/wint_t.m4: Update.
2026 * gnulib/memchr.c: Update.
2027 * gnulib/memmem.c: Update.
2028 * gnulib/stddef.in.h: Update.
2029 * gnulib/stdint.in.h: Update.
2030 * gnulib/str-two-way.h: Update.
2031 * gnulib/string.in.h: Update.
2032 * gnulib/wchar.in.h: Update.
2034 * gnulib/extra/arg-nonnull.h: Delete.
2035 * gnulib/extra/c++defs.h: Delete.
2036 * gnulib/extra/warn-on-use.h: Delete.
2037 * gnulib/m4/wchar_h.m4: Delete.
2038 * gnulib/m4/wint_t.m4: Delete.
2039 * gnulib/wchar.in.h: Delete.
2041 * gnulib/extra/snippets/arg-nonnull.h: New.
2042 * gnulib/extra/snippets/c++defs.h: New.
2043 * gnulib/extra/snippets/warn-on-use.h: New.
2045 * aclocal.m4: Regenerate.
2046 * config.in: Regenerate.
2047 * configure: Regenerate.
2048 * gnulib/Makefile.in: Regenerate.
2050 2012-04-18 Pedro Alves <palves@redhat.com>
2052 Reimport the update-copyright module from gnulib
2053 (250b80067c1e1d8faa0c42fb572f721975b929c5).
2055 * configure: Regenerate.
2056 * gnulib/Makefile.am: Update.
2057 * gnulib/Makefile.in: Regenerate.
2058 * gnulib/extra/update-copyright: Update.
2059 * gnulib/m4/gnulib-cache.m4: Update.
2060 * gnulib/m4/gnulib-comp.m4: Update.
2062 2012-04-18 Tristan Gingold <gingold@adacore.com>
2064 * configure.ac (aix): Put -lpthread into libs.
2065 * configure: Regenerate.
2067 2012-04-18 Tom Tromey <tromey@redhat.com>
2069 * linespec.c (convert_linespec_to_sals): Don't use
2071 (compare_msymbols): Arguments are minsym_and_objfile, not
2072 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
2074 2012-04-18 Pedro Alves <palves@redhat.com>
2076 Revert gnulib/ part of:
2077 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2078 Copyright year update in most files (performed by copyright.sh).
2080 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2082 Fix 64-bit constants on 32-bit hosts.
2083 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
2084 from unsigned long to ULONGEST.
2085 (read_signed_leb128): Change declaration return type from long to
2087 (dwarf2_const_value_attr): Change declaration parameter value from long
2089 (dwarf2_compute_name): Change variable value from long to LONGEST.
2090 (read_unsigned_leb128): Change return type, variable result and some
2091 casts from unsigned long to ULONGEST.
2092 (read_signed_leb128): Change return type, variable result and some
2093 casts from long to LONGEST.
2094 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
2095 value from long to LONGEST.
2096 (dwarf2_const_value): Change variable value from long to LONGEST.
2097 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
2098 plongest and hex_string.
2099 * symtab.h (struct general_symbol_info): Change ivalue from long to
2100 LONGEST, remove the comment.
2101 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
2102 Change SYMBOL_VALUE format strings to use plongest and hex_string.
2104 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2107 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
2108 * ada-lang.c (ada_discrete_type_high_bound)
2109 (ada_discrete_type_low_bound): Fix function comment. Use
2110 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2111 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
2112 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2113 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
2114 Use TYPE_FIELD_ENUMVAL.
2115 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
2116 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2117 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
2118 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
2120 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
2121 * dwarf2read.c (process_enumeration_scope): Likewise.
2122 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
2124 (class StructMainTypePrettyPrinter): Support also
2125 FIELD_LOC_KIND_ENUMVAL.
2126 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
2128 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2129 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
2130 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
2131 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
2133 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
2134 accommodate enumval.
2135 (struct call_site): Adjust loc_kind to accommodate enumval.
2136 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
2137 (TYPE_FIELD_ENUMVAL): New macros.
2138 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
2139 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
2141 * p-typeprint.c (pascal_type_print_base): Likewise.
2142 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
2144 * python/lib/gdb/types.py (make_enum_dict): Likewise.
2145 * python/py-type.c (convert_field): New variable addrstring. Use
2146 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2147 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
2148 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
2149 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
2151 * valprint.c (generic_val_print): Likewise.
2153 2012-04-17 Doug Evans <dje@google.com>
2155 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
2157 * dwarf2read.c: Whitespace fixes.
2158 (lookup_signatured_type): Tweak comment.
2159 (get_die_type_at_offset): Fix comment.
2161 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2163 * xcoffread.c (xcoff_secnum_to_sections): New function.
2164 (secnum_to_section, secnum_to_bfd_section): Reimplement
2165 using xcoff_secnum_to_sections. Rename "secnum" parameter
2167 (RECORD_MINIMAL_SYMBOL): Delete.
2168 (record_minimal_symbol): New function.
2169 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
2170 by call to record_minimal_symbol and set misc_func_recorded
2171 to 1. Set last_csect_sec to the XCOFF section index instead
2172 of GDB's section_offset index. Update calls to
2173 prim_record_minimal_symbol_and_info to pass the BFD section
2176 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2178 * xcoffread.c (read_xcoff_symtab): Delete variables
2179 last_csect_val and last_csect_sec and associated code.
2181 2012-04-17 Doug Evans <dje@google.com>
2183 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
2184 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2185 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
2186 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
2188 * cleanups.h: New file.
2189 * cleanups.c: New file.
2190 * Makefile.in (SFILES): Add cleanups.c.
2191 (HFILES_NO_SRCDIR): Add cleanups.h.
2192 (COMMON_OBS): Add cleanups.o.
2193 * defs.h (struct cleanup): Moved to cleanups.h.
2194 (do_cleanups,do_final_cleanups): Ditto.
2195 (discard_cleanups,discard_final_cleanups): Ditto
2196 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2197 (save_cleanups,save_final_cleanups): Ditto.
2198 (restore_cleanups,restore_final_cleanups): Ditto.
2199 (null_cleanup): Ditto.
2200 (make_my_cleanup,make_my_cleanup2): Ditto.
2201 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2202 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
2203 (do_cleanups,do_final_cleanups): Ditto.
2204 (discard_cleanups,discard_final_cleanups): Ditto
2205 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2206 (save_cleanups,save_final_cleanups): Ditto.
2207 (restore_cleanups,restore_final_cleanups): Ditto.
2208 (null_cleanup): Ditto.
2209 (make_my_cleanup,make_my_cleanup2): Ditto.
2210 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2212 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
2214 (make_cleanup_dyn_string_delete): Ditto.
2215 (make_cleanup_ui_file_delete): Ditto.
2216 (make_cleanup_ui_out_redirect_pop): Ditto.
2217 (make_cleanup_free_section_addr_info): Ditto.
2218 (make_cleanup_restore_integer): Ditto.
2219 (make_cleanup_unpush_target): Ditto.
2220 (make_cleanup_value_free_to_mark): Ditto.
2221 (make_cleanup_value_free): Ditto.
2222 (make_cleanup_free_so): Ditto.
2224 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2226 New option "set debug auto-load".
2227 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
2228 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
2229 (auto_load_safe_path_vec_update)
2230 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
2232 (file_is_auto_load_safe): New parameters debug_fmt and ....
2233 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
2234 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
2235 caller by explanatory string.
2236 (_initialize_auto_load): Register "set debug auto-load".
2237 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
2239 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2240 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
2241 by explanatory string.
2242 * main.c (captured_main): Likewise.
2243 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2244 (source_section_scripts): Likewise.
2246 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2248 New option "set auto-load safe-path".
2249 * NEWS: New commands "set auto-load safe-path"
2250 and "show auto-load safe-path".
2251 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
2252 (auto_load_safe_path, auto_load_safe_path_vec)
2253 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
2254 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
2255 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
2256 (source_gdb_script_for_objfile): New variable is_safe. Call
2257 file_is_auto_load_safe. Return if it is not.
2258 (struct loaded_script): New field loaded.
2259 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
2260 (print_script): Use LOADED indicator instead of FULL_PATH. Change
2261 output "Missing" to "No".
2262 (_initialize_auto_load): New variable cmd. Initialize
2263 auto_load_safe_path. Register "set auto-load safe-path",
2264 "show auto-load safe-path" and "add-auto-load-safe-path".
2265 * auto-load.h (maybe_add_script): Add parameter loaded.
2266 (file_is_auto_load_safe): New declaration.
2267 * config.in: Regenerate.
2268 * configure: Regenerate.
2269 * configure.ac: New parameters --with-auto-load-safe-path
2270 and --without-auto-load-safe-path.
2271 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2272 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
2273 * main.c (captured_main): Check file_is_auto_load_safe for
2275 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
2276 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
2277 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
2280 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2282 auto-load: Implementation.
2283 * NEWS: New descriptions for "info auto-load",
2284 "info auto-load gdb-scripts", "info auto-load python-scripts",
2285 "info auto-load local-gdbinit" and "info auto-load libthread-db".
2286 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
2287 and "show auto-load-scripts". New description for "set auto-load",
2288 "show auto-load", "set auto-load gdb-scripts",
2289 "show auto-load gdb-scripts", "set auto-load python-scripts",
2290 "show auto-load python-scripts", "set auto-load local-gdbinit",
2291 "show auto-load local-gdbinit", "set auto-load libthread-db" and
2292 "show auto-load libthread-db".
2293 * auto-load.c: Remove include python/python-internal.h. Add includes
2294 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
2296 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
2297 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
2298 (gdbpy_global_auto_load): Rename to ...
2299 (global_auto_load): ... here.
2300 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2301 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
2302 (script_language_gdb, source_gdb_script_for_objfile): New.
2303 (struct loaded_script): New field language.
2304 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
2306 (maybe_add_script): Add parameter language. Drop redundant
2307 entry.full_path initialization. Initialize entry.language and
2309 (auto_load_objfile_script): Change parameter suffix to language.
2310 Remove the call of maybe_add_script.
2311 Call language->source_script_for_objfile.
2312 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
2314 (collect_matching_scripts): Adjust it for
2315 struct collect_matching_scripts_data.
2316 (auto_load_info_scripts_pattern_nl): New variable.
2317 (info_auto_load_scripts): Rename to ...
2318 (auto_load_info_scripts): ... here, add parameter language. Adjust it
2319 for struct collect_matching_scripts_data.
2320 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
2321 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
2322 (auto_load_show_cmdlist_get, info_auto_load_cmd)
2323 (auto_load_info_cmdlist_get): New.
2324 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
2325 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
2326 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
2327 "info auto-load local-gdbinit".
2328 * auto-load.h (struct script_language): New.
2329 (gdbpy_global_auto_load): Rename to ...
2330 (global_auto_load): ... here.
2331 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2332 (auto_load_local_gdbinit_loaded): New declarations.
2333 (maybe_add_script): New parameter language.
2334 (auto_load_objfile_script): Change parameter suffix to language.
2335 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
2336 (auto_load_info_scripts, auto_load_set_cmdlist_get)
2337 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
2339 * linux-thread-db.c: Include auto-load.h and ctype.h.
2340 (auto_load_thread_db, show_auto_load_thread_db): New.
2341 (struct thread_db_info): New field filename.
2342 (delete_thread_db_info): Call xfree for FILENAME.
2343 (try_thread_db_load): Initialize FILENAME.
2344 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
2345 if !AUTO_LOAD_THREAD_DB.
2346 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
2347 (_initialize_thread_db): Install auto_load_thread_db
2348 as "set auto-load libthread-db" and install info_auto_load_libthread_db
2349 as "info auto-load libthread-db".
2350 * main.c (captured_main): Rename gdbpy_global_auto_load to
2351 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
2352 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
2353 (print_gdb_help): Extend the help for 'local init file'.
2354 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
2355 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
2356 (auto_load_scripts): Rename to ...
2357 (auto_load_python_scripts): ... here, update the comment.
2358 (gdbpy_load_auto_script_for_objfile): New declaration.
2359 (show_auto_load_python_scripts, script_language_python)
2360 (gdbpy_load_auto_script_for_objfile): New.
2361 (source_section_scripts): Refactor the code.
2362 (load_auto_scripts_for_objfile): Rename to ...
2363 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
2364 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
2365 (info_auto_load_python_scripts): New.
2366 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
2367 Rename "set auto-load-scripts" to "set auto-load python-scripts".
2368 Register "set auto-load-scripts" as its deprecated alias. Register
2369 "info auto-load python-scripts". Register "info auto-load-scripts" as
2370 its deprecated alias.
2371 (load_auto_scripts_for_objfile): Rename to ...
2372 (gdbpy_load_auto_scripts_for_objfile): ... here.
2373 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
2374 (gdbpy_load_auto_scripts_for_objfile): ... here.
2376 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2378 auto-load: Move files.
2379 * Makefile.in (SFILES): Add auto-load.c.
2380 (HFILES_NO_SRCDIR): Add auto-load.h.
2381 (COMMON_OBS): Add auto-load.o.
2382 (distclean): Change .gdbinit for gdb-gdb.gdb.
2383 * auto-load.c: New file, with parts from python/py-auto-load.c.
2384 * auto-load.h: New file, with parts from python/python.h.
2385 * configure: Regenerate.
2386 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
2387 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
2388 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
2389 * main.c: Include auto-load.h.
2390 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
2391 command.h, observer.h and progspace.h to auto-load.c. Add include
2393 (gdbpy_global_auto_load, struct auto_load_pspace_info)
2394 (struct loaded_script, auto_load_pspace_data)
2395 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
2396 (hash_loaded_script_entry, eq_loaded_script_entry)
2397 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
2398 (maybe_add_script): Move to auto-load.c.
2399 (source_section_scripts): Change maybe_add_script parameters passing,
2400 use script_not_found_warning_print.
2401 (clear_section_scripts, auto_load_objfile_script)
2402 (auto_load_new_objfile, loaded_script_ptr)
2403 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
2404 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
2405 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
2406 auto_load_new_objfile and info_auto_load_scripts initizations to
2408 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
2410 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2413 * charset.c (find_charset_names): Remove variables ix and elt.
2414 Use free_char_ptr_vec.
2415 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
2416 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2417 debugdir_end. New variable debugdir_len.
2418 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
2419 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
2421 * progspace.c (clear_program_space_solib_cache): Remove variables ix
2422 and elt. Use free_char_ptr_vec.
2423 * source.c (add_path): Remove variables argv, arg and argv_index.
2424 New variables dir_vec, back_to, ix and name.
2425 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
2426 make_cleanup_freeargv. Remove variable separator. Simplify the code
2427 no longer expecting DIRNAME_SEPARATOR.
2428 (openp): Remove variable p, p1 and len. New variables dir_vec,
2429 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
2430 no longer expecting DIRNAME_SEPARATOR.
2431 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
2432 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2434 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
2435 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
2436 (dirnames_to_char_ptr_vec): New functions.
2438 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2441 * source.c (add_path): Remove always true conditional 'p == 0' and
2442 unindent its code block.
2444 2012-04-17 Pedro Alves <palves@redhat.com>
2446 * gdbtypes.h (FIELD_BITPOS): Rename to ...
2447 (FIELD_BITPOS_LVAL): ... this.
2448 (FIELD_BITPOS): New.
2449 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
2450 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
2451 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
2453 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
2455 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
2456 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
2457 * target-descriptions.c (tdesc_gdb_type): Adjust to use
2460 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2462 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
2463 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
2464 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
2465 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
2466 * jv-lang.c (java_link_class_type): Likewise, once.
2467 * stabsread.c (read_enum_type): Likewise.
2469 2012-04-16 Yao Qi <yao@codesourcery.com>
2471 * common/agent.c (agent_run_command): Add one more parameter `len'.
2473 * common/agent.h: Update declaration.
2474 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2476 (linux_child_static_tracepoint_markers_by_strid): Ditto.
2478 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2481 * value.c (value_actual_type): New function.
2482 * value.h (value_actual_type): New declaration.
2483 * varobj.c (update_type_if_necessary): New function.
2484 (varobj_create): Call value_actual_type instead of
2486 (install_dynamic_child): distinct changed and type changed MI variable
2488 (update_dynamic_varobj_children): Updated for install_dynamic_child
2489 change. All callers updated.
2490 (varobj_update): Support for MI variable object type change if
2491 the value changed and RTTI is used to determine the type.
2492 (create_child_with_value): Call value_actual_type instead of
2494 (adjust_value_for_child_access): Extended with a new parameter which
2495 specify whether the given value should be casted to enclosing type.
2496 All callers updated.
2498 2012-04-14 Yao Qi <yao@codesourcery.com>
2500 Import gnulib module inttypes from git
2501 (250b80067c1e1d8faa0c42fb572f721975b929c5)
2502 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
2503 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
2504 gnulib/m4/inttypes-pri.m4
2505 * aclocal.m4, config.in, configure: Regenerated.
2506 * gnulib/Makefile.am: Update.
2507 * gnulib/Makefile.in: Update.
2508 * gnulib/m4/gnulib-cache.m4: Update.
2509 * gnulib/m4/gnulib-comp.m4: Update.
2510 * gnulib/inttypes.in.h: New.
2511 * gnulib/m4/inttypes-pri.m4: New.
2512 * gnulib/m4/inttypes.m4: New.
2514 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
2516 * infrun.c (resume): Update PC address to the real PC after
2517 preparing to do displaced stepping.
2519 2012-04-12 Doug Evans <dje@google.com>
2521 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
2522 All callers updated.
2524 2012-04-12 Mark Kettenis <kettenis@gnu.org>
2526 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
2528 2012-04-12 Doug Evans <dje@google.com>
2530 * dwarf2read.c (create_all_type_units): Renamed from
2531 create_debug_types_hash_table. All callers updated.
2533 * dwarf2read.c (create_signatured_type_table_from_index): Rename
2534 local type_sig to sig_type, type_offset to type_offset_in_tu.
2535 (hash_signatured_type): Renamed from hash_type_signature,
2536 all callers updated.
2537 (eq_signatured_type): Renamed from eq_type_signature,
2538 all callers updated.
2539 (create_debug_types_hash_table): Rename local type_sig to sig_type.
2540 (process_enumeration_scope): Ditto.
2541 (lookup_signatured_type_at_offset): Ditto.
2542 (load_full_type_unit, read_signatured_type): Ditto.
2544 2012-04-12 Yao Qi <yao@codesourcery.com>
2546 * remote.c (async_remote_interrupt): Correct function name in
2548 (async_remote_interrupt_twice): Ditto.
2550 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
2552 * source.c (find_and_open_source): Consistently pass resulting
2553 full path through xfullpath.
2555 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2557 Provide more specific displaced-stepping memory error message.
2558 * infrun.c (displaced_step_prepare): New variable status. Call
2559 target_read_memory instead of read_memory, provide more specific
2562 2012-04-11 Tristan Gingold <gingold@adacore.com>
2565 * darwin-nat.c (darwin_execvp): Revert previous patch.
2567 2012-04-11 Tristan Gingold <gingold@adacore.com>
2570 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
2573 2012-04-11 Tristan Gingold <gingold@adacore.com>
2575 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2578 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2580 New command 'explore' which helps explore values and types in
2582 * NEWS: Add an entry about the new 'explore' command.
2583 * data-directory/Makefile.in: Add gdb/command/explore.py
2584 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
2585 command using the GDB Python API.
2587 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
2589 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
2590 extension in jump target calculation.
2592 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
2594 * mips-tdep.c (mips32_next_pc): Handle JALX.
2596 2012-04-10 Yao Qi <yao@codesourcery.com>
2598 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
2600 2012-04-10 Yao Qi <yao@codesourcery.com>
2602 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
2603 and gnulib/m4/gnulib-tool.m4.
2605 2012-04-10 Doug Evans <dje@google.com>
2607 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
2608 (load_partial_dies): Clarify comment.
2609 (find_partial_die): Support rereading type units.
2610 Clarify CU handling, if we know offset is in CU, don't search for the
2611 containing CU. Add comment regarding memory waste.
2613 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
2615 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
2616 i386/x32-avx and i386/x32-avx-linux.
2617 (i386/x32-expedite): New.
2618 (i386/x32-linux-expedite): Likewise.
2619 (i386/x32-avx-expedite): Likewise.
2620 (i386/x32-avx-linux-expedite): Likewise.
2621 ($(outdir)/i386/x32.dat): Likewise.
2622 ($(outdir)/i386/x32-linux.dat): Likewise.
2623 ($(outdir)/i386/x32-avx.dat): Likewise.
2624 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
2626 * features/i386/x32-avx-linux.xml: New file.
2627 * features/i386/x32-avx.xml: Likewise.
2628 * features/i386/x32-core.xml: Likewise.
2629 * features/i386/x32-linux.xml: Likewise.
2630 * features/i386/x32.xml: Likewise.
2632 * features/i386/x32-avx-linux.c: New. Generated.
2633 * features/i386/x32-avx.c: Likewise.
2634 * features/i386/x32-linux.c: Likewise.
2635 * features/i386/x32.c: Likewise.
2636 * regformats/i386/x32-avx-linux.dat: Likewise.
2637 * regformats/i386/x32-avx.dat: Likewise.
2638 * regformats/i386/x32-linux.dat: Likewise.
2639 * regformats/i386/x32.dat: Likewise.
2641 2012-04-10 Tristan Gingold <gingold@adacore.com>
2643 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
2644 code to kill the inferior.
2646 2012-04-09 Mark Kettenis <kettenis@gnu.org>
2648 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2650 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2652 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
2653 (yyvsp): New defines.
2654 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2656 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2658 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2660 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2662 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2665 2012-04-09 Mark Kettenis <kettenis@gnu.org>
2667 * sparc64-tdep.c (sparc64_store_arguments)
2668 (sparc64_store_arguments): Fix coding style.
2670 2012-04-07 Mark Kettenis <kettenis@gnu.org>
2672 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
2673 complex floats, adjust some related comments and tighten a related
2675 (sparc64_extract_return_value): Handle complex floats.
2677 2012-04-07 Doug Evans <dje@google.com>
2679 * dwarf2read.c (load_partial_dies): Change condition to assert.
2681 2012-04-06 Doug Evans <dje@google.com>
2683 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
2686 2012-04-05 Kevin Buettner <kevinb@redhat.com>
2688 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
2690 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
2691 (v850_gdbarch_init): Set `num_regs' as appropriate for the
2694 2012-04-05 Keith Seitz <keiths@redhat.com>
2696 * linespec.c (decode_compound): Remove.
2697 (enum offset_relative_sign): New enum.
2698 (struct line_offset): New struct.
2699 (struct linespec): New struct.
2700 (struct linespec_state): Move file_symtabs,
2701 user_filename, and user_function into struct linespec.
2702 Make result an anonymous struct holding vectors of
2703 symbolp and minsym_and_objfile_d.
2704 Add language member.
2705 (enum ls_token_type): New enum.
2706 (linespec_keywords): New array.
2707 (struct ls_token): New struct.
2708 (struct ls_parser): New struct.
2709 (linespec_lexer_lex_number): New function.
2710 (linespec_lexer_lex_keyword): New function.
2711 (is_ada_operator): New function.
2712 (skip_quote_char): New function.
2713 (copy_token_string): New function.
2714 (is_closing_quote_enclosed): New function.
2715 (find_parameter_list_end): New function.
2716 (linespec_lexer_lex_string): New function.
2717 (linespec_lexer_lex_one): New function.
2718 (linespec_lexer_consume_token): New function.
2719 (linespec_lexer_peek_token): New function.
2720 (cplusplus_error): Remove unused function.
2721 (find_methods): Update comment.
2722 (find_toplevel_char): Return const.
2723 (is_objc_method_format): Remove unused function.
2724 (find_toplevel_string): New function.
2725 (is_linespec_boundary): Remove.
2726 (symbol_not_found_error): New function.
2727 (find_method_overload_end): Remove function.
2728 (unexpected_linespec_error): New function.
2729 (keep_name_info): Remove.
2730 (linespec_parse_line_offset): New function.
2731 (linespec_parse_basic): New function.
2732 (canonicalize_linespec): New function.
2733 (decode_line_internal): Remove.
2734 (create_sals_line_offset): New function adapted from
2736 (convert_linespec_to_sals): New function.
2737 (parse_linespec): New function.
2738 (linespec_parser_new): New function.
2739 (linespec_state_destructor): Change parameter type to
2740 struct linespec_state *.
2741 Add language parameter.
2742 Remove freeing of moved members.
2743 (linespec_parser_delete): New function.
2744 (decode_line_full): Use parse_linespec and linespec_parser_new.
2745 (decode_line_1): Likewise.
2746 (decode_indirect): Rename to ...
2747 (linespec_expression_to_pc): ... this and rewrite
2748 to simply find CORE_ADDR, storing this result for later
2750 (locate_first_half): Remove.
2751 (deocde_objc): Add parameter LS.
2752 Initialize new struct collect_info members.
2753 Handle minimal symbols, too.
2754 (decode_compound): Delete.
2755 (lookup_prefix_sym): Rewrite.
2756 (compare_msymbols): New function.
2757 (find_method): Rewrite.
2758 Do not call cplusplus_error.
2759 (symtabs_from_filename): Rewrite.
2760 (collect_function_symbols): Delete.
2761 (find_function_symbols): Rewrite without ARGPTR-style
2763 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
2764 (decode_dollar): Adapted and renamed to ...
2765 (linespec_parse_variable): ... this.
2766 (find_linespec_symbols): New function.
2767 (decode_label): Adapted and renamed to ...
2768 (find_label_symbols): ... this.
2769 (decode_digits_list_mode): Add and use LS argument.
2770 (decode_digits_ordinary): Likewise.
2771 (collect_symbols): Do not collect SALs, just symbols and msymbols.
2772 If in list mode, allow any symbol class. Otherwise, only
2773 permit LOC_BLOCK symbols.
2774 (minsym_found): Update comments.
2775 (search_minsyms_for_name): Do not convert the matching symbol
2776 into a SAL. Simply push the symbol and objfile into the
2778 (decode_variable): Delete. Contents adapted into
2779 find_linespec_symbols.
2781 * cp-support.c (SKIP_SPACE): Remove.
2782 (operator_tokens): Remove unused global.
2783 (cp_validate_operator): Remove.
2784 * cp-support.h (cp_validate_operator): Remove declaration.
2786 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2788 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
2789 for TYPE_VPTR_FIELDNO.
2790 * valprint.c (valprint_check_validity): Make it global, move the
2791 function comment ...
2792 * value.h (valprint_check_validity): ... to this new declaration.
2794 2012-04-02 Tristan Gingold <gingold@adacore.com>
2796 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
2797 the STATE32 api for i386 state.
2798 (i386_darwin_store_inferior_registers): Likewise.
2800 2012-04-02 Tristan Gingold <gingold@adacore.com>
2802 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
2804 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2807 2012-04-02 Tristan Gingold <gingold@adacore.com>
2810 * darwin-nat.c (darwin_execvp): Set binary preference.
2812 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2814 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
2816 2012-03-30 Tom Tromey <tromey@redhat.com>
2818 * python/python.c (gdbpy_decode_line): Move cleanup creation out
2819 of TRY_CATCH. Fix error handling.
2820 * python/py-value.c (convert_value_from_python): Move 'old'
2821 declaration to innermost scope.
2823 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2824 Andrey Smirnov <andrew.smirnov@gmail.com>
2826 -Wshadow warning fix.
2827 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
2828 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
2829 Adjust code accordingly.
2831 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2833 * ada-lang.c (symbol_completion_add): Rename parameter
2834 "encoded" into "encoded_p". Ajust code and documentation
2837 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2838 Andrey Smirnov <andrew.smirnov@gmail.com>
2840 -Wshadow warning fix.
2841 * ada-lang.c (symbol_completion_add): Rename parameter
2842 "wild_match" into wild_match_p. Update code and documentation
2845 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2847 * ada-lang.c (symbol_completion_match): Rename parameter
2848 "encoded" into "encoded_p". Ajust code and documentation
2851 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2852 Andrey Smirnov <andrew.smirnov@gmail.com>
2854 -Wshadow warning fix.
2855 * ada-lang.c (symbol_completion_match): Rename parameter
2856 "wild_match" into "wild_match_p". Adjust code and function
2857 documentation accordingly.
2859 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2860 Andrey Smirnov <andrew.smirnov@gmail.com>
2862 -Wshadow warning fix.
2863 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
2864 "symbol_info" into "info". Adjust code accordingly.
2865 (ada_lookup_symbol): Likewise.
2867 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2869 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
2870 of this function's documentation.
2872 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2873 Andrey Smirnov <andrew.smirnov@gmail.com>
2875 -Wshadow warning fix.
2876 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
2877 variable into "wild_match_p". Adjust code accordingly.
2879 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2880 Andrey Smirnov <andrew.smirnov@gmail.com>
2882 -Wshadow warning fix.
2883 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
2884 parameter into "wild_match_p". Adjust code accordingly.
2885 Document this parameter in the function description.
2887 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2888 Andrey Smirnov <andrew.smirnov@gmail.com>
2890 -Wshadow warning fix.
2891 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
2892 "wild_match" parameter to "wild_match_p" (-Wshadow).
2894 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2896 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
2897 in function documentation.
2899 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2900 Andrey Smirnov <andrew.smirnov@gmail.com>
2902 -Wshadow warning fix.
2903 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
2904 variable into wild_match_p. Adjust code accordingly.
2906 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2907 Andrey Smirnov <andrew.smirnov@gmail.com>
2909 * ada-valprint.c (ada_val_print_1): Move the code handling
2910 TYPE_CODE_ENUM inside its own lexical block. Declare
2911 variables len and val there, instead of in the function's
2912 top level block. Avoid declaring deref_val again in a way
2913 that shadows another variable of the same name declared
2914 in one of the up-level blocks. Just re-use the up-level
2917 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2919 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
2920 Replace block_found argument by symbol_info. Adjust
2921 implementation accordingly. Add function documentation.
2922 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
2924 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
2925 * ada-exp.y (write_object_renaming): Adjust to new
2926 ada_lookup_encoded_symbol API.
2928 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2930 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
2933 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
2935 * v850-tdep.c: Add the enum values for mpu and fpu registers.
2936 (v850_register_name): Add the mpu and fpu register names.
2937 (v850e_register_name): Add the mpu and fpu register names.
2938 (v850e2_register_name): New function.
2939 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2942 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2944 * NEWS: Add entry for Ada varobj support.
2946 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2948 * varobj.c (default_value_is_changeable_p): New function,
2949 extracted from varobj_value_is_changeable_p. Add declaration.
2950 (ada_value_is_changeable_p): New function, extracted from
2951 varobj_value_is_changeable_p. Add declaration.
2952 (struct language_specific): New field "value_is_changeable_p".
2953 (languages): Add entries for new field.
2954 (varobj_create): Set language before calling install_new_value.
2955 (varobj_value_is_changeable_p): Reimplement to call the varobj's
2956 "value_is_changeable_p" language callback.
2958 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2960 * ada-varobj.h, ada-varobj.c: New files.
2961 * Makefile.in (SFILES): Add ada-varobj.c.
2962 (HFILES_NO_SRCDIR): Add ada-varobj.h.
2963 (COMMON_OBS): Add ada-varobj.o.
2965 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2967 * varobj.c (ada_value_has_mutated): Add declaration. New function.
2968 (struct language_specific): New field "value_has_mutated".
2969 (languages): Set field "value_has_mutated" in each entry of array.
2970 (varobj_value_has_mutated): New function.
2971 (varobj_udpdate): Add handling of type mutation.
2972 (value_of_root): Add handling of type mutation.
2973 (ada_value_has_mutated): New function.
2975 2012-03-28 Pedro Alves <palves@redhat.com>
2977 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
2978 Always supply $fr0 as 0.0 and $fr1 as 1.0.
2980 2012-03-28 Tom Tromey <tromey@redhat.com>
2982 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
2983 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
2986 2012-03-28 Tom Tromey <tromey@redhat.com>
2988 * .dir-locals.el: New file.
2990 2012-03-28 Pedro Alves <palves@redhat.com>
2992 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
2994 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2996 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
2999 2012-03-27 Pedro Alves <palves@redhat.com>
3001 Eliminate struct ui_stream.
3003 * ui-out.h (struct ui_stream): Delete.
3004 (ui_out_field_stream): Adjust prototype.
3005 (ui_out_stream_new, ui_out_stream_delete)
3006 (make_cleanup_ui_out_stream_delete): Delete declarations.
3007 * ui-out.c (ui_out_field_stream): Change prototype to take a
3008 ui_file instead of a ui_stream. Adjust.
3009 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
3010 (make_cleanup_ui_out_stream_delete): Delete.
3011 * breakpoint.c (print_breakpoint_location)
3012 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
3013 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3014 * disasm.c (dump_insns): Ditto.
3015 (do_mixed_source_and_assembly, do_assembly_only): Adjust
3017 (gdb_disassembly): Use ui_file/mem_fileopen instead of
3018 ui_stream/ui_out_stream_new.
3019 * infcmd.c (print_return_value): Ditto.
3020 * osdata.c (info_osdata_command): Don't allocate a local
3022 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
3023 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3024 * tracepoint.c (print_one_static_tracepoint_marker): Don't
3025 allocate a local ui_stream.
3026 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
3027 instead of ui_stream/ui_out_stream_new.
3028 (list_args_or_locals): Don't allocate a local ui_stream.
3029 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
3030 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
3031 ui_stream/ui_out_stream_new.
3032 * cli/cli-setshow.c (do_setshow_command): Ditto.
3034 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
3036 * arm-linux-tdep.c (arm_linux_init_abi): Call
3037 set_gdbarch_process_record. Initialize `arm_swi_record' field.
3038 * arm-tdep.c (arm_process_record): New function.
3039 (deallocate_reg_mem): New function.
3040 (decode_insn): New function.
3041 (thumb_record_branch): New function.
3042 (thumb_record_ldm_stm_swi(): New function.
3043 (thumb_record_misc): New function.
3044 (thumb_record_ld_st_stack): New function.
3045 (thumb_record_ld_st_imm_offset): New function.
3046 (thumb_record_ld_st_reg_offset(): New function.
3047 (thumb_record_add_sub_cmp_mov): New function.
3048 (thumb_record_shift_add_sub): New function.
3049 (arm_record_coproc_data_proc): New function.
3050 (arm_record_coproc): New function.
3051 (arm_record_b_bl): New function.
3052 (arm_record_ld_st_multiple): New function.
3053 (arm_record_ld_st_reg_offset): New function.
3054 (arm_record_ld_st_imm_offset): New function.
3055 (arm_record_data_proc_imm): New function.
3056 (arm_record_data_proc_misc_ld_str): New function.
3057 (arm_record_extension_space): New function.
3058 (arm_record_strx): New function.
3059 (sbo_sbz): New function.
3060 (struct insn_decode_record): New structure for arm insn record.
3061 (REG_ALLOC): New macro for reg allocations.
3062 (MEM_ALLOC): New macro for memory allocations.
3063 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
3065 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
3067 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
3068 (store_register): Likewise.
3070 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3072 * MAINTAINERS (Write After Approval): Add myself to the list.
3074 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3076 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
3077 Describe also the option "auto".
3079 2012-03-22 Richard Henderson <rth@redhat.com>
3081 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
3082 * sparc-nat.c (sparc_xfer_wcookie): Make static.
3084 2012-03-22 Richard Henderson <rth@redhat.com>
3086 * jit.c (jit_read_code_entry): Compute alignment and offset of
3087 int64_t member before computing entry_size.
3089 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3091 Python scripting: Add new method Value.referenced_value to
3092 gdb.Value which can dereference pointer as well as reference
3094 * NEWS: Add entry under 'Python scripting' about the new method
3095 Value.referenced_value on gdb.Value objects.
3096 * python/py-value.c (valpy_referenced_value): New function
3097 defining a new method on gdb.Value objects which can dereference
3098 pointer and reference values.
3100 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3102 * MAINTAINERS (Write After Approval): Add myself to the list.
3104 2012-03-21 Kevin Buettner <kevinb@redhat.com>
3106 * symtab.c (skip_prologue_sal): Change test to check for "main()"
3107 in addition to "main".
3109 2012-03-21 Joel Brobecker <brobecker@adacore.com>
3111 * expression.h (op_name): Add declaration.
3112 * expprint.c (op_name): Remove declaration. Make non-static.
3113 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
3115 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
3117 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
3119 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
3120 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3121 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
3122 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
3123 (linux_nat_get_siginfo): Likewise.
3124 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
3125 (linux_nat_get_siginfo): Likewise.
3126 * linux-tdep.c (linux_get_siginfo_type): Likewise.
3127 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
3128 * procfs.c (gdb_siginfo_t): Likewise.
3130 2012-03-21 Mike Frysinger <vapier@gentoo.org>
3132 * .gitignore: Ignore more files.
3134 2012-03-20 Pedro Alves <palves@redhat.com>
3136 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
3139 2012-03-20 Yao Qi <yao@codesourcery.com>
3141 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
3144 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3146 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
3147 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
3148 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
3150 * dwarf2expr.h (cu_offset, sect_offset): New types.
3151 (struct dwarf_expr_context_funcs) <dwarf_call>
3152 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
3154 (struct dwarf_expr_context) <len>: Improve the comment.
3155 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
3156 cu_offset and sect_offset.
3157 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
3158 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
3159 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
3160 * dwarf2loc.h: Include dwarf2expr.h.
3161 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
3163 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
3164 Improve the comment.
3165 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
3166 (struct signatured_type, struct line_header, struct partial_die_info)
3167 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
3168 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
3169 (get_die_type_at_offset, create_cus_from_index)
3170 (create_signatured_type_table_from_index, dw2_get_file_names)
3171 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
3172 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
3173 (create_debug_types_hash_table, process_psymtab_comp_unit)
3174 (load_partial_comp_unit, create_all_comp_units)
3175 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
3176 (load_full_comp_unit, dwarf2_physname, read_import_statement)
3177 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
3178 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
3179 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
3180 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
3181 (find_partial_die, read_attribute_value, lookup_die_type)
3182 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
3183 (is_ref_attr): New function comment.
3184 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
3185 Use cu_offset and sect_offset.
3186 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
3187 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
3188 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
3189 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
3190 (offset_and_type_hash, offset_and_type_eq, set_die_type)
3191 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
3192 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
3195 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3198 * python/py-auto-load.c (source_section_scripts): New variable back_to.
3199 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
3201 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
3203 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3205 * NEWS: Describe new options --init-command=FILE, -ix and
3206 --init-eval-command=COMMAND, -iex.
3207 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
3208 CMDARG_INIT_COMMAND.
3209 (captured_main): New enum items OPT_IX and OPT_IEX. Add
3210 "init-command", "init-eval-command", "ix" and "iex" to the variable
3211 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
3212 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
3213 (print_gdb_help): Describe --init-command=FILE, -ix and
3214 --init-eval-command=COMMAND, -iex.
3216 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3219 * main.c (struct cmdarg): Move it here from main. Add more comments.
3220 (cmdarg_s, VEC (cmdarg_s)): New.
3221 (main): Move struct cmdarg from here. New variables cmdarg_vec and
3222 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
3223 Install cleanup for cmdarg_vec. Update filling for options 'x' and
3224 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
3227 2012-03-19 Tom Tromey <tromey@redhat.com>
3229 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
3231 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3234 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
3237 2012-03-16 Chris January <chris.january@allinea.com>
3239 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
3242 2012-03-16 Chris January <chris.january@allinea.com>
3244 * source.c (add_path): Use memmove instead of strcpy because the
3247 2012-03-16 Joel Brobecker <brobecker@adacore.com>
3249 * value.h (set_value_parent): Add declaration.
3250 * value.c (set_value_parent): New function.
3251 (value_address): If VALUE->PARENT is not NULL, then use it as
3252 the base address instead of VALUE->LOCATION.address.
3253 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
3254 the same as OBJ's address. Adjust V's offset accordingly.
3257 2012-03-16 Gary Benson <gbenson@redhat.com>
3259 PR breakpoints/10738
3260 * dwarf2read.c (use_deprecated_index_sections): New global.
3261 (struct partial_die_info): New member may_be_inlined.
3262 (read_partial_die): Set may_be_inlined where appropriate.
3263 (add_partial_subprogram): Add partial symbols for partial
3264 DIEs that may be inlined.
3265 (new_symbol_full): Add inlined subroutines to the current
3267 (write_psymtabs_to_index): Bump version number.
3268 (dwarf2_read_index): Read only version 6 indices unless
3269 use_deprecated_index_sections is set.
3270 * linespec.c (symbol_and_data_callback): New structure.
3271 (iterate_inline_only): New function.
3272 (iterate_over_all_matching_symtabs): New argument
3273 "include_inline". If nonzero, also call the callback for
3274 symbols representing inlined subroutines.
3275 (lookup_prefix_sym): Pass extra argument to the above.
3276 (find_function_symbols): Likewise.
3277 (add_matching_symbols_to_info): Likewise.
3278 * NEWS: Mention that GDB can now set breakpoints on inlined
3281 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3283 * p-typeprint.c (pascal_type_print_method_args):
3284 Fix display of parameter of methods.
3286 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3288 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
3289 Add missing prototype.
3291 2012-03-16 Yao Qi <yao@codesourcery.com>
3292 Jan Kratochvil <jan.kratochvil@redhat.com>
3294 Fix false compilation warning.
3295 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
3297 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
3298 Pedro Alves <pedro@codesourcery.com>
3300 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
3301 (arm_register_g_packet_guesses): New function.
3302 (arm_gdbarch_init): Don't force a target description with
3303 registers when the executable is detected as M-profile. Instead
3304 set gdbarch->tdep->is_m. Register `g' packet guesses.
3305 (_initialize_arm_tdep): Initialize the new target description.
3306 * features/arm-with-m-fpa-layout.xml: New description.
3307 * features/arm-with-m-fpa-layout.c: New, generated.
3309 2012-03-15 Joel Brobecker <brobecker@adacore.com>
3311 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
3312 Update function description.
3313 (insert_bp_location): Do not wipe bl->target_info out.
3314 * mem-break.c: #include "gdb_string.h".
3315 (default_memory_insert_breakpoint): Do not call target_read_memory
3316 with a pointer to the breakpoint's shadow_contents buffer. Use
3317 a local buffer instead.
3318 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
3320 2012-03-15 Tom Tromey <tromey@redhat.com>
3322 * NEWS: Mention "info vtbl", not "info vtable".
3323 * cp-support.c (info_vtbl_command): Fix comment.
3324 (_initialize_cp_support): Fix text.
3326 2012-03-15 Tom Tromey <tromey@redhat.com>
3328 * cp-valprint.c (cp_print_value_fields): Use
3329 print_function_pointer_address for vtable slot.
3331 2012-03-15 Tom Tromey <tromey@redhat.com>
3333 * gnu-v3-abi.c (struct value_and_voffset): New.
3334 (hash_value_and_voffset, eq_value_and_voffset)
3335 (compare_value_and_voffset, compute_vtable_size)
3336 (print_one_vtable, gnuv3_print_vtable): New functions.
3337 (init_gnuv3_ops): Initialize 'print_vtable' field.
3338 * cp-support.c (info_vtbl_command): New function.
3339 (_initialize_cp_support): Add "info vtbl".
3340 * cp-abi.h (cplus_print_vtable): Declare.
3341 (struct cp_abi_ops) <print_vtable>: New field.
3342 * cp-abi.c (cplus_print_vtable): New function.
3345 2012-03-15 Tom Tromey <tromey@redhat.com>
3347 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
3348 iterate_over_symbols.
3350 2012-03-14 Doug Evans <dje@google.com>
3352 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
3353 DW_OP_GNU_parameter_ref.
3355 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3357 Fix double prompt of 'interpreter-exec mi'.
3358 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
3359 (mi_interpreter_resume): use it.
3360 (mi_execute_command_input_handler): New function.
3361 * mi/mi-main.c (mi_execute_command): Move prompt printing to
3362 mi_execute_command_input_handler.
3364 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
3366 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
3368 (darwin_debug_port_info): Make static.
3369 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
3370 * machoread.c (_initialize_machoread): Add prototype.
3371 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
3372 (i386_darwin_set_control, i386_darwin_get_control)
3373 i386_darwin_dr_set_addr, i386_darwin_get_addr)
3374 i386_darwin_get_status, i386_darwin_get_control):
3375 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
3377 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3379 * ax-gdb.c (gen_usual_unary): Remove special handling of
3380 enum and bool types.
3382 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3384 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
3386 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3388 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
3390 2012-03-13 Chris January <chris.january@allinea.com>
3392 * aix-thread.c (fill_sprs): Store the floating point registers
3393 at the correct offsets into vals.
3395 2012-03-13 Doug Evans <dje@google.com>
3397 * NEWS: Mention symbol-reloading has been deleted.
3398 * symfile.c (symbol_reloading): Delete.
3399 (show_symbol_reloading): Delete.
3400 (_initialize_symfile): Delete set/show symbol-reloading.
3402 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
3403 read_in_chain until we have successfully read it in.
3404 (load_full_comp_unit): Ditto.
3405 (read_signatured_type): Add comment.
3407 2012-03-13 Chris January <chris.january@allinea.com>
3409 * stabsread.c (fix_common_block): Change type of valu argument
3412 2012-03-13 Chris January <chris.january@allinea.com>
3414 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
3417 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3419 * common/linux-procfs.c (linux_proc_get_int): New, from
3420 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
3422 (linux_proc_get_tgid): Only call linux_proc_get_int.
3423 (linux_proc_get_tracerpid): New.
3424 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
3425 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
3426 linux_proc_pid_has_state.
3427 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
3428 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
3429 (linux_ptrace_attach_warnings): New.
3430 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
3432 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
3433 (linux_nat_attach): New variables ex, buffer, message and message_s.
3434 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
3436 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3438 * Makefile.in (linux-ptrace.o): New.
3439 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
3441 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
3442 * common/linux-ptrace.c: New file.
3443 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
3444 * config/arm/linux.mh: Likewise.
3445 * config/i386/linux.mh: Likewise.
3446 * config/i386/linux64.mh: Likewise.
3447 * config/ia64/linux.mh: Likewise.
3448 * config/m32r/linux.mh: Likewise.
3449 * config/m68k/linux.mh: Likewise.
3450 * config/mips/linux.mh: Likewise.
3451 * config/pa/linux.mh: Likewise.
3452 * config/powerpc/linux.mh: Likewise.
3453 * config/powerpc/ppc64-linux.mh: Likewise.
3454 * config/powerpc/spu-linux.mh: Likewise.
3455 * config/s390/s390.mh: Likewise.
3456 * config/sparc/linux.mh: Likewise.
3457 * config/sparc/linux64.mh: Likewise.
3458 * config/xtensa/linux.mh: Likewise.
3459 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
3460 common/linux-procfs.c.
3461 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
3463 2012-03-13 Hui Zhu <teawater@gmail.com>
3464 Pedro Alves <palves@redhat.com>
3466 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
3467 CREATE_BREAKPOINT_FLAGS_INSERTED.
3468 (create_breakpoint_sal, create_breakpoints_sal)
3469 (base_breakpoint_create_breakpoints_sal)
3470 (tracepoint_create_breakpoints_sal)
3471 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
3473 (break_command_1, handle_gnu_v3_exceptions, trace_command)
3474 (ftrace_command, strace_command): Adjust.
3475 (create_tracepoint_from_upload): Pass
3476 CREATE_BREAKPOINT_FLAGS_INSERTED.
3477 * breakpoint.h (enum breakpoint_create_flags): New.
3478 (create_breakpoint): New flags parameter.
3479 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3480 * python/py-breakpoint.c (bppy_init): Adjust.
3481 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
3482 * spu-tdep.c (spu_catch_start): Adjust.
3484 2012-03-13 Pedro Alves <palves@redhat.com>
3485 Hui Zhu <teawater@gmail.com>
3486 Yao Qi <yao@codesourcery.com>
3488 * remote.c (struct remote_state): New field `starting_up'.
3489 (remote_start_remote): Set and clear it.
3490 (remote_can_download_tracepoint): If starting up, return false.
3492 2012-03-13 Yao Qi <yao@codesourcery.com>
3494 * inferior.h (struct inferior): Remove fields any_syscall_count,
3495 syscalls_counts and total_syscalls_count. Move them to new
3496 struct catch_syscall_inferior_data in breakpoint.c.
3497 * breakpoint.c: Call DEF_VEC_I(int).
3498 (struct catch_syscall_inferior_data): New.
3499 (get_catch_syscall_inferior_data): New.
3500 (catch_syscall_inferior_data_cleanup): New.
3501 (insert_catch_syscall): Update to access data in
3502 struct catch_syscall_inferior_data.
3503 (insert_catch_syscall): Likewise.
3504 (remove_catch_syscall): Likewise.
3505 (remove_catch_syscall): Likewise.
3506 (is_syscall_catchpoint_enabled): Likewise.
3507 (add_catch_command): Likewise.
3508 (_initialize_breakpoint): Register cleanup.
3509 * breakpoint.h: Removed DEF_VEC_I(int).
3510 * dwarf2loc.c: Call DEF_VEC_I(int).
3511 * mi/mi-main.c: Likewise.
3513 2012-03-12 Mark Kettenis <kettenis@gnu.org>
3515 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
3517 2012-03-12 Chris January <chris.january@allinea.com>
3519 * aix-thread.c (_initialize_aix_thread): Add prototype.
3520 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
3521 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
3523 2012-03-12 Joel Brobecker <brobecker@adacore.com>
3525 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
3526 include of "amd64-nat.h".
3528 2012-03-12 Tom Tromey <tromey@redhat.com>
3530 * buildsym.c (record_pending_block): Now static.
3531 * buildsym.h: (record_pending_block): Remove.
3533 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
3535 * amd64bsd-nat.c: Include amd64bsd-nat.h.
3537 2012-03-09 Tom Tromey <tromey@redhat.com>
3539 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
3540 producer_is_gxx_lt_4_6>: New fields.
3541 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
3543 2012-03-09 Tom Tromey <tromey@redhat.com>
3545 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
3547 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3549 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
3552 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3554 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
3556 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3558 Fix -Wmissing-prototypes build.
3559 * arm-linux-nat.c (get_thread_id): Make it static.
3560 * xtensa-linux-nat.c (get_thread_id): Likewise.
3562 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3564 * server.c (process_point_options): If a conditional expression
3565 is found, only print a message if remote_debug is nonzero.
3567 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
3569 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
3570 of internal error for unknown/unsupported types.
3572 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3574 Fix CU relative vs. absolute DIE offsets.
3575 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
3576 offset to offset_in_cu.
3577 * dwarf2read.c (process_enumeration_scope): Add CU offset to
3579 (dwarf2_fetch_die_location_block): Rename parameter offset to
3580 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
3582 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3584 * libunwind-frame.c: Rename to ...
3585 * ia64-libunwind-tdep.c: ... here.
3586 * libunwind-frame.h: Rename to ...
3587 * ia64-libunwind-tdep.h: ... here.
3588 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
3589 ia64-libunwind-tdep.h.
3590 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
3591 * README (--with-libunwind): Rename to ...
3592 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
3593 * config.in: Regenerate.
3594 * configure: Regenerate.
3595 * configure.ac: New option --with-libunwind-ia64, make the
3596 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
3597 Remove AC_DEFINE for HAVE_LIBUNWIND.
3598 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
3599 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
3600 Rename libunwind-frame in the general comment.
3601 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
3602 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
3603 Move forward declarations inside #ifndef. Rename libunwind-frame in
3604 the general comment.
3605 * ia64-tdep.c: Rename libunwind-frame.h #include to
3606 ia64-libunwind-tdep.h.
3607 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
3608 (ia64_libunwind_descr): Rename libunwind-frame to
3609 ia64-libunwind-tdep in these function comments.
3610 * ia64-tdep.h: Rename libunwind-frame.h #include to
3611 ia64-libunwind-tdep.h.
3612 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
3613 ia64-libunwind-tdep in that data comment.
3615 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3617 * libunwind-frame.h (struct frame_unwind): New declaration.
3619 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3621 * breakpoint.c (_initialize_breakpoint): Fix error in help of
3622 "set breakpoint condition-evaluation" command.
3624 2012-03-08 Tristan Gingold <gingold@adacore.com>
3626 * sparc-stub.c: Move to stubs/
3627 * sh-stub.c: Likewise.
3628 * m68k-stub.c: Likewise.
3629 * m32r-stub.c: Likewise.
3630 * i386-stub.c: Likewise.
3632 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
3634 * m68klinux-tdep.c (m68k_linux_init_abi): Register
3635 linux_get_siginfo_type.
3637 * m68klinux-nat.c: Include "gdb_proc_service.h".
3638 (PTRACE_GET_THREAD_AREA): Define.
3639 (ps_get_thread_area): New function.
3641 2012-03-08 Yao Qi <yao@codesourcery.com>
3643 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
3645 (remote_query_attached): Likewise.
3646 (remote_static_tracepoint_marker_at): Likewise.
3647 (remote_set_permissions): Likewise.
3648 (remote_detach_1, extended_remote_attach_1): Likewise.
3649 (send_g_packet, remote_vkill): Likewise.
3650 (extended_remote_disable_randomization): Likewise.
3651 (remote_add_target_side_condition): Likewise.
3652 (remote_insert_breakpoint): Likewise.
3653 (remote_remove_breakpoint): Likewise.
3654 (remote_insert_watchpoint): Likewise.
3655 (remote_remove_watchpoint): Likewise.
3656 (remote_insert_hw_breakpoint): Likewise.
3657 (remote_insert_hw_breakpoint): Likewise.
3658 (remote_remove_hw_breakpoint): Likewise.
3659 (remote_download_command_source): Likewise.
3660 (remote_download_tracepoint): Likewise.
3661 (remote_download_trace_state_variable): Likewise.
3662 (remote_disable_tracepoint): Likewise.
3663 (remote_trace_set_readonly_regions): Likewise.
3664 (remote_get_tracepoint_status): Likewise.
3665 (remote_trace_find): Likewise.
3666 (remote_get_trace_state_variable_value): Likewise.
3667 (remote_set_disconnected_tracing): Likewise.
3668 (remote_set_circular_trace_buffer): Likewise.
3669 (remote_get_min_fast_tracepoint_insn_len): Likewise.
3670 (remote_use_agent): Likewise.
3671 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
3674 2012-03-07 Pedro Alves <palves@redhat.com>
3676 * NEWS: Mention QProgramSignals.
3677 * inferior.h (update_signals_program_target): Declare.
3678 * infrun.c: (update_signals_program_target): New.
3679 (handle_command): Update the target of the new program signals
3681 * remote.c (PACKET_QProgramSignals): New enum.
3682 (last_program_signals_packet): New global.
3683 (remote_program_signals): New.
3684 (remote_start_remote): Update the target with the program signals
3686 (remote_protocol_features): Add entry for QPassSignals.
3687 (remote_open_1): Free anc clear last_program_signals_packet.
3688 (init_remote_ops): Install remote_program_signals.
3689 * target.c (update_current_target): Adjust.
3690 (target_program_signals): New.
3691 * target.h (struct target_ops) <to_program_signals>: New field.
3692 (target_program_signals): Declare.
3694 2012-03-07 Pedro Alves <palves@redhat.com>
3696 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
3699 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
3701 * m68klinux-nat.c (getregs_supplies): Make static.
3702 (getfpregs_supplies): Likewise.
3703 (have_ptrace_getregs): Likewise.
3705 2012-03-06 Joel Brobecker <brobecker@adacore.com>
3707 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
3708 in call to get_die_type_at_offset.
3710 2012-03-06 Stan Shebs <stan@codesourcery.com>
3712 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
3713 * mi/mi-cmd-disas.c: Ditto.
3714 * mi/mi-cmd-env.c: Ditto.
3715 * mi/mi-cmd-file.c: Ditto.
3716 * mi/mi-cmd-stack.c: Ditto.
3717 * mi/mi-cmd-target.c: Ditto.
3718 * mi/mi-cmd-var.c: Ditto.
3719 * mi/mi-cmds.c: Ditto.
3720 * mi/mi-cmds.h: Ditto.
3721 * mi/mi-console.c: Ditto.
3722 * mi/mi-getopt.c: Ditto.
3723 * mi/mi-getopt.h: Ditto.
3724 * mi/mi-interp.c: Ditto.
3725 * mi/mi-main.c: Ditto.
3726 * mi/mi-out.c: Ditto.
3727 * mi/mi-parse.c: Ditto.
3728 * mi/mi-parse.h: Ditto.
3729 * mi/mi-symbol-cmds.c: Ditto.
3731 * mi/mi-getopt.h: Move mi_opt struct up.
3732 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
3734 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
3736 2012-03-06 Tom Tromey <tromey@redhat.com>
3738 * proc-service.c (ps_pglobal_lookup): Set the current program
3741 2012-03-06 Pedro Alves <palves@redhat.com>
3743 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
3745 2012-03-05 Joel Brobecker <brobecker@adacore.com>
3747 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
3749 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3752 * common/linux-osdata.c (linux_common_core_of_thread): New function
3754 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
3755 call by linux_common_core_of_thread.
3756 (linux_nat_core_of_thread_1): Remove.
3757 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
3758 * linux-thread-db.c: Include linux-osdata.h.
3759 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
3760 linux_common_core_of_thread.
3762 2012-03-05 Tom Tromey <tromey@redhat.com>
3764 * value.c (value_primitive_field): Don't fetch contents for
3767 2012-03-05 Tom Tromey <tromey@redhat.com>
3769 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
3771 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
3773 * s390-nat.c: Include "gregset.h".
3775 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3777 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
3778 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
3779 (libunwind_load): New variable so_error, use it for dlerror. Try to
3780 load also LIBUNWIND_SO_7.
3782 2012-03-05 Pedro Alves <palves@redhat.com>
3784 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
3785 is not NULL, and remove resulting dead code.
3787 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
3789 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
3790 prologue to sh_analyze_prologue.
3791 (sh_analyze_prologue): Make better use of such an upper limit, and
3792 generally be more cautious about accessing memory.
3794 2012-03-05 Tom Tromey <tromey@redhat.com>
3796 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
3797 _initialize_ia64_hpux_tdep.
3799 2012-03-05 Pedro Alves <palves@redhat.com>
3803 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
3804 the register state is clear, supply explicit zero, instead of
3805 marking the register unavailable.
3807 2012-03-05 Tristan Gingold <gingold@adacore.com>
3809 * NEWS: Mention OpenVMS ia64 new target.
3811 2012-03-05 Tristan Gingold <gingold@adacore.com>
3813 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
3814 (ia64_unw_accessors, ia64_unw_rse_accessors)
3815 (ia64_libunwind_descr): Declare.
3816 * ia64-vms-tdep.c: New file.
3817 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
3818 (ia64_libunwind_descr): Make them public.
3819 * configure.tgt: Add ia64-*-*vms*.
3820 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
3821 (ALLDEPFILES): Add ia64-vms-tdep.c
3823 2012-03-05 Tristan Gingold <gingold@adacore.com>
3825 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
3826 * remote.c (PACKET_qXfer_uib): New enum value.
3827 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
3828 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
3829 (_initialize_remote): Call add_packet_config_cmd for
3832 2012-03-05 Tristan Gingold <gingold@adacore.com>
3834 * osabi.c (gdb_osabi_names): Add OpenVMS.
3835 (generic_elf_osabi_sniffer): Likewise.
3836 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
3838 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3840 Removed unused code.
3841 * libunwind-frame.c (libunwind_frame_unwind)
3842 (libunwind_frame_base_address): Remove.
3843 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
3845 2012-03-04 Yao Qi <yao@codesourcery.com>
3847 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
3848 remove trailing new line.
3849 (agent_run_command, agent_run_command): Add _ markup.
3850 (agent_capability_check): Likewise.
3852 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3854 * breakpoint.c (set_condition_evaluation_mode): Set
3855 CONDITION_EVALUATION_MODE unconditionally.
3857 2012-03-03 Yao Qi <yao@codesourcery.com>
3859 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
3860 * common/agent.h: Update declaration.
3861 * inf-child.c (inf_child_use_agent): New.
3862 (inf_child_can_use_agent): New.
3863 (inf_child_target): Initialize fields `to_use_agent'
3864 and `to_can_use_agent'.
3865 * agent.c (agent_new_objfile): New.
3866 (_initialize_agent): Add agent_new_objfile to new_objfile
3869 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3871 (linux_target_install_ops): Initialize field
3872 `to_static_tracepoint_markers_by_strid'.
3873 * remote.c (free_current_marker): Move it to ...
3874 * tracepoint.c (free_current_marker): ... here. New.
3875 (cleanup_target_stop): New.
3876 * tracepoint.h: Declare free_current_marker.
3877 * NEWS: Add one entry about `info static-tracepoint-marker'.
3879 2012-03-03 Yao Qi <yao@codesourcery.com>
3881 * common/agent.c (agent_loaded_p): New.
3882 (agent_look_up_symbols): New global.
3883 * common/agent.h: Declare agent_loaded_p.
3885 2012-03-03 Yao Qi <yao@codesourcery.com>
3887 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
3888 (agent_capability_check, agent_capability_invalidate): New.
3889 (symbol_list): New array element.
3890 * common/agent.h (enum agent_capa): New.
3891 * target.c (target_pre_inferior): Call agent_capability_invalidate.
3893 2012-03-03 Yao Qi <yao@codesourcery.com>
3895 * target.h (struct target_ops) <to_use_agent>: New field.
3896 (struct target_ops) <to_can_use_agent>: New field.
3897 (target_use_agent, target_can_use_agent): New macro.
3898 * target.c (update_current_target): Update.
3899 * remote.c: New enum `PACKET_QAgent'.
3900 (remote_protocol_features): Add a new element.
3901 (remote_use_agent, remote_can_use_agent): New.
3902 (init_remote_ops): Initialize field `can_use_agent' with
3903 remote_can_use_agent. Intiailize field `use_agent' with
3905 * common/agent.c (use_agent): New global.
3906 * common/agent.h: Declare it.
3907 * tracepoint.c (info_static_tracepoint_markers_command): Add
3909 * Makefile.in (SFILES): Add common/agent.c and agent.c.
3910 (COMMON_OBS): Add common/agent.o and agent.o
3911 (common-agent.o): New rule.
3914 2012-03-03 Yao Qi <yao@codesourcery.com>
3916 * common/agent.c: New.
3917 * common/agent.h: New.
3918 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
3920 * configure, configh.in: Regenerated.
3922 2012-03-02 Kevin Buettner <kevinb@redhat.com>
3924 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
3925 unless it exists for this architecture.
3927 2012-03-02 Joel Brobecker <brobecker@adacore.com>
3929 * language.h (struct language_defn): New "method" la_read_var_value.
3930 * findvar.c: #include "language.h".
3931 (default_read_var_value): Renames read_var_value. Rewrite
3932 function description.
3933 (read_var_value): New function.
3934 * value.h (default_read_var_value): Add prototype.
3935 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
3937 (ada_language_defn): Add entry for la_read_var_value.
3938 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
3939 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
3940 language_defn structures to add entry for new la_read_var_value
3943 2012-03-02 Tom Tromey <tromey@redhat.com>
3944 Pedro Alves <palves@redhat.com>
3946 PR breakpoints/13776:
3947 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
3949 (delete_longjmp_breakpoint_at_next_stop): New.
3950 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
3951 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
3952 before deleting the inferior. Add comments.
3953 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
3954 breakpoints immediately, but only on next stop. Move that code
3955 next to where we mark other breakpoints for deletion.
3957 2012-03-02 Joel Brobecker <brobecker@adacore.com>
3959 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
3961 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
3964 2012-03-02 Pedro Alves <palves@redhat.com>
3966 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
3968 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
3970 Fix -Wmissing-prototypes build.
3971 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
3972 * remote-sim.c (gdbsim_has_all_memory): Likewise.
3973 (gdbsim_has_memory): Likewise.
3975 2012-03-02 Yao Qi <yao@codesourcery.com>
3977 Fix -Wmissing-prototypes build.
3978 * charset.c (phony_iconv_open): Make static.
3979 (phony_iconv_close, phony_iconv): Likewise.
3980 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
3981 * i386-windows-nat.c (_initialize_i386_windows_nat): New
3983 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
3984 * ser-mingw.c (create_select_thread): Make static.
3985 * windows-termcap.c (tgetent): New prototype.
3986 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
3988 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
3990 Fix -Wmissing-prototypes build.
3991 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
3992 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
3993 (_initialize_loadable): New prototypes.
3995 2012-03-02 Doug Evans <dje@google.com>
3997 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
3998 abbrev table, read_comp_unit will do it.
4000 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4002 Fix -Wmissing-prototypes build.
4003 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
4004 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
4005 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
4006 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
4007 (_initialize_arm_symbian_tdep): New prototype.
4008 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
4009 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
4010 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
4012 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
4013 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
4015 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
4016 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
4017 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
4019 * moxie-tdep.c (moxie_process_record): Likewise.
4020 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
4021 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
4022 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
4023 (_initialize_rl78_tdep): New prototype.
4024 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
4025 (_initialize_rx_tdep): New prototype.
4026 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
4027 (_initialize_darwin_solib): New prototype.
4028 * solib-spu.c: Include solib-spu.h.
4029 (_initialize_spu_solib): New prototype.
4030 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
4031 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
4032 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
4033 (tic6x_software_single_step): Make it static.
4034 (_initialize_tic6x_tdep): New prototype.
4036 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4038 Fix -Wmissing-prototypes build.
4039 * cris-tdep.c (cris_can_use_hardware_watchpoint)
4040 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
4042 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4044 Fix -Wmissing-prototypes build.
4045 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
4046 (frv_have_stopped_data_address): Remove.
4048 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4050 Fix -Wmissing-prototypes build.
4051 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
4052 * sh-tdep.c: Include sh64-tdep.h.
4053 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
4054 * sh64-tdep.c: Include sh64-tdep.h.
4055 * sh64-tdep.h: New file.
4057 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4059 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
4061 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4063 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
4064 sp_regnum once the gdbarch_init_osabi hook has been called.
4066 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4068 * mips-tdep.c (mips32_bc1_pc): New function.
4069 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
4070 BPOSGE32 and BPOSGE64 instructions.
4071 (deal_with_atomic_sequence): Likewise.
4072 (mips32_instruction_has_delay_slot): Likewise.
4074 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4075 Chris Dearman <chris@mips.com>
4076 Maciej W. Rozycki <macro@codesourcery.com>
4077 Joseph Myers <joseph@codesourcery.com>
4079 * features/mips-dsp.xml: New file.
4080 * features/mips64-dsp.xml: New file.
4081 * features/mips-dsp-linux.xml: New file.
4082 * features/mips64-dsp-linux.xml: New file.
4083 * features/Makefile (WHICH): Add mips-dsp-linux and
4085 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
4086 * features/mips-dsp-linux.c: New file.
4087 * features/mips64-dsp-linux.c: New file.
4088 * regformats/mips-dsp-linux.dat: New file.
4089 * regformats/mips64-dsp-linux.dat: New file.
4090 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
4092 (mips64_linux_register_addr): Likewise.
4093 (mips64_linux_regsets_fetch_registers): Likewise.
4094 (mips64_linux_regsets_store_registers): Likewise.
4095 (mips64_linux_fetch_registers): Update call to
4096 mips64_linux_regsets_fetch_registers.
4097 (mips64_linux_store_registers): Update call to
4098 mips64_linux_regsets_store_registers.
4099 (mips_linux_read_description): Probe for DSP registers.
4100 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
4101 and initialize_tdesc_mips64_dsp_linux.
4102 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
4103 Remove padding of no longer used embedded register slots.
4104 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
4105 (MIPS_RESTART_REGNUM): Redefine enum value.
4106 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
4108 (mips_tx39_reg_names): Likewise.
4109 (mips_linux_reg_names): New array of register names for Linux
4111 (mips_register_name): Check for a null pointer in
4112 mips_processor_reg_names and return an empty string.
4113 (mips_register_type): Exclude embedded registers for the IRIX
4115 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
4116 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
4118 (mips_stab_reg_to_regnum): Handle DSP accumulators.
4119 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
4120 (mips_gdbarch_init): Likewise. Initialize internal register
4121 indices for the Linux ABI. Use dynamic numbers to refer to
4122 registers, as applicable, while parsing the target description.
4123 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
4125 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4127 * frame.h (read_frame_register_unsigned): Fix typo in function
4130 2012-03-01 Pedro Alves <palves@redhat.com>
4132 * jit-reader.in [!__cplusplus]
4133 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
4135 2012-03-01 Pedro Alves <palves@redhat.com>
4137 * configure.ac (build_warnings): Add -Wmissing-prototypes.
4138 * configure: Regenerate.
4140 2012-03-01 Pedro Alves <palves@redhat.com>
4142 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
4143 * breakpoint.c (create_exception_master_breakpoint, trace_command)
4144 (ftrace_command, strace_command): Make static.
4145 * d-lang.c (_initialize_d_language): Declare.
4146 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
4147 * dwarf2loc.c (_initialize_dwarf2loc):
4148 * dwarf2read.c (process_psymtab_comp_unit): Make static.
4149 * exec.c (exec_get_section_table): Make static.
4150 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
4151 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
4152 * inferior.c (remove_inferior_command, add_inferior_command)
4153 (clone_inferior_command): Make static.
4154 * linux-nat.c (linux_nat_thread_address_space)
4155 (linux_nat_core_of_thread): Make static.
4156 * linux-tdep.c (_initialize_linux_tdep): Declare.
4157 * objc-lang.c (_initialize_objc_lang): Declare.
4158 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
4160 (_initialize_opencl_language): Declare.
4161 * record.c (_initialize_record): Declare.
4162 * remote.c (demand_private_info, remote_get_tib_address)
4163 (remote_supports_cond_tracepoints)
4164 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
4166 * skip.c (_initialize_step_skip): Declare.
4167 * symtab.c (skip_prologue_using_lineinfo): Make static.
4168 * tracepoint.c (delete_trace_state_variable)
4169 (trace_variable_command, delete_trace_variable_command)
4170 (get_uploaded_tsv, find_matching_tracepoint_location)
4171 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
4173 * value.c (pack_unsigned_long): Make static.
4174 * varobj.c (varobj_ensure_python_env): Make static.
4175 * windows-tdep.c (_initialize_windows_tdep): Declare.
4176 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
4178 2012-03-01 Pedro Alves <palves@redhat.com>
4180 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
4182 (linux_init_abi): Install it as has_shared_address_space gdbarch
4185 2012-03-01 Pedro Alves <palves@redhat.com>
4187 * observer.c (observer_test_first_notification_function)
4188 (observer_test_second_notification_function)
4189 (observer_test_third_notification_function): Add declarations.
4191 2012-03-01 Pedro Alves <palves@redhat.com>
4193 * common/signals.c (default_target_signal_to_host)
4194 (default_target_signal_from_host): Move ...
4195 * arch-utils.c: ... here.
4196 * arch-utils.h (default_target_signal_to_host)
4197 (default_target_signal_from_host): Declare.
4199 * common/signals.c (target_signal_from_command): Move ...
4200 * infrun.c: ... here.
4201 * inferior.h (target_signal_from_command): Declare.
4202 * target.h (target_signal_from_command)
4203 (default_target_signal_from_host, default_target_signal_to_host):
4204 Delete declarations.
4206 * common/signals.c (_initialize_signals): Delete.
4208 2012-03-01 Pedro Alves <palves@redhat.com>
4210 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
4211 both __cplusplus and !__cplusplus.
4213 2012-03-01 Pedro Alves <palves@redhat.com>
4215 * psymtab.c (find_and_open_source): Delete declaration.
4216 * source.c (find_and_open_source): Move comment ...
4217 * source.h (find_and_open_source): ... to this new declaration.
4219 2012-03-01 Pedro Alves <palves@redhat.com>
4221 * inline-frame.c: Include inline-frame.h.
4223 2012-03-01 Pedro Alves <palves@redhat.com>
4225 * tui/tui-data.c (set_gen_win_origin): Delete.
4226 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
4227 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
4229 2012-03-01 Pedro Alves <palves@redhat.com>
4231 * remote.c (encode_actions): Delete declaration.
4232 * tracepoint.c (encode_actions): Make extern.
4233 * tracepoint.h (encode_actions): Declare.
4235 2012-03-01 Pedro Alves <palves@redhat.com>
4237 * python/py-breakpoint.c: Include python.h.
4238 * python/py-continueevent.c (create_continue_event_object): Make
4240 * python/py-lazy-string.c (stpy_get_type): Make static.
4241 * python/py-newobjfileevent.c (create_new_objfile_event_object):
4243 * python/py-utils.c (unicode_to_target_python_string): Make
4245 * python/py-value.c: Include python.h.
4247 2012-03-01 Pedro Alves <palves@redhat.com>
4249 * inferior.c (delete_threads_of_inferior): Delete.
4251 2012-03-01 Pedro Alves <palves@redhat.com>
4253 Import fallback definitions from glibc.
4255 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
4256 ps_prochandle): Forward declare.
4257 (ps_err_e): Use glibc's comments.
4258 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
4259 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
4260 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
4261 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
4262 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
4263 (struct ps_prochandle): Adjust comment.
4265 2012-03-01 Pedro Alves <palves@redhat.com>
4267 * ada-lang.c (ada_modulus_from_name): Delete.
4268 * ada-lex.l (lexer_init): Make static.
4270 2012-03-01 Pedro Alves <palves@redhat.com>
4274 * frame.c (read_frame_register_unsigned): New.
4275 * frame.h (read_frame_register_unsigned): Declare.
4276 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
4278 (print_i387_control_word): New parameter `control_p'. Handle it.
4279 (i387_print_float_info): Handle unavailable float registers.
4281 2012-03-01 Keith Seitz <keiths@redhat.com>
4283 * linespec.c (decode_line_2): Sort the list of methods
4284 alphabetically before presenting the user with a selection
4287 2012-03-01 Doug Evans <dje@google.com>
4289 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
4291 (dwarf2_read_abbrevs): Remove corresponding initialization.
4293 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4295 * NEWS: Mention new python command class gdb.COMMAND_USER.
4296 * cli/cli-cmds.c (show_user): Print error when used on a python
4298 (init_cli_cmds): Update documentation strings for "show user" and
4299 "set/show max-user-call-depth" to clarify that it does not apply to
4301 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
4303 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
4305 * top.c (execute_command): Only execute a user-defined command as a
4306 legacy macro if c->user_commands is set.
4308 2012-03-01 Tom Tromey <tromey@redhat.com>
4310 * valprint.h (struct generic_val_print_decorations): New.
4311 (generic_val_print): Declare.
4312 * valprint.c (generic_val_print): New function.
4313 * p-valprint.c (p_decorations): New global.
4314 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
4315 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
4316 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
4317 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
4318 * m2-valprint.c (m2_decorations): New global.
4319 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
4320 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
4321 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
4322 TYPE_CODE_ERROR>: Call generic_val_print.
4323 * f-valprint.c (f_decorations): New global.
4324 (f_val_print): Use print_function_pointer_address.
4325 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
4326 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
4327 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
4329 * c-valprint.c (c_decorations): New global.
4330 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
4331 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
4332 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
4333 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
4334 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
4335 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
4338 2012-03-01 Tom Tromey <tromey@redhat.com>
4340 * valprint.c (val_print): Update.
4341 * p-valprint (pascal_val_print): Return void.
4342 * p-lang.h (pascal_val_print): Return void.
4343 * m2-valprint.c (m2_val_print): Return void.
4344 * m2-lang.h (m2_val_print): Return void.
4345 * language.h (struct language_defn) <la_val_print>: Return void.
4346 * language.c (unk_lang_val_print): Return void.
4347 * jv-valprint.c (java_val_print): Return void.
4348 * jv-lang.h (java_val_print): Return void.
4349 * f-valprint.c (f_val_print): Return void.
4350 * f-lang.h (f_val_print): Return void.
4351 * d-valprint.c (d_val_print): Return void.
4352 (dynamic_array_type): Update.
4353 * d-lang.h (d_val_print): Return void.
4354 * c-valprint.c (c_val_print): Return void.
4355 * c-lang.h (c_val_print): Return void.
4356 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
4358 * ada-lang.h (ada_val_print): Return void.
4360 2012-03-01 Tom Tromey <tromey@redhat.com>
4362 * value.h (val_print): Return void.
4363 * valprint.c (val_print): Return void.
4365 2012-03-01 Tom Tromey <tromey@redhat.com>
4367 * value.h (common_val_print): Return void.
4368 * valprint.c (common_val_print): Return void.
4370 2012-03-01 Tom Tromey <tromey@redhat.com>
4372 * value.h (value_print): Return void.
4373 * valprint.c (value_print): Return void.
4374 * p-valprint.c (pascal_value_print): Return void.
4375 * p-lang.h (pascal_value_print): Return void.
4376 * language.h (struct language_defn) <la_value_print>: Return
4378 * language.c (unk_lang_value_print): Return void.
4379 * jv-valprint.c (java_value_print): Return void.
4380 * jv-lang.h (java_value_print): Return void.
4381 * f-valprint.c (c_value_print): Don't declare.
4383 * c-valprint.c (c_value_print): Return void.
4384 * c-lang.h (c_value_print): Return void.
4385 * ada-valprint.c (ada_value_print): Return void.
4386 * ada-lang.h (ada_value_print): Return void.
4388 2012-03-01 Tom Tromey <tromey@redhat.com>
4390 * value.c (value_primitive_field): Handle virtual base classes.
4392 2012-03-01 Tom Tromey <tromey@redhat.com>
4394 * gdbtypes.h (struct vbase): Remove.
4396 2012-03-01 Tom Tromey <tromey@redhat.com>
4398 * c-valprint.c (print_function_pointer_address): Move...
4399 * valprint.c: ... here. Make non-static.
4400 * m2-valprint.c (print_function_pointer_address): Remove.
4401 * valprint.h (print_function_pointer_address): Declare.
4403 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4405 * NEWS: Document the fact that one can provide a condition when
4406 creating an Ada exception catchpoint.
4408 2012-03-01 Tom Tromey <tromey@redhat.com>
4410 * valprint.c (val_print_type_code_flags): Fix placement of
4413 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4415 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
4416 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
4417 environment variable before calling update-copyright.
4419 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4421 * gnulib/extra/update-copyright: Update to the latest from
4422 gnulib's git repository.
4423 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
4424 variable to 2 instead of 1.
4426 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4428 * varobj.c (c_value_of_variable): Remove dead code.
4430 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4432 * ada-lex.p (processId): Do not modify already encoded IDs.
4433 Update function documentation.
4435 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4437 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
4438 "name" with "struct symbol *name_sym".
4439 * ada-exp.y (write_var_or_type): Update call to
4440 ada_find_renaming_symbol.
4441 "name" with "struct symbol *name_sym". Adjust Implementation
4442 accordingly. Adjust the function documentation.
4444 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4446 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
4447 * ada-lang.c (ada_find_any_type): Add advance declaration.
4448 Make static. Replace ada_find_any_symbol by
4449 ada_find_any_type_symbol.
4450 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
4451 Improve function description. Make static.
4452 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
4453 Replace ada_find_any_symbol by ada_find_any_type_symbol.
4455 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4457 * ada-lang.c (struct tag_args): Delete.
4458 (ada_get_tsd_type): Function body moved up in source file.
4459 (ada_tag_name_1, ada_tag_name_2): Delete.
4460 (ada_get_tsd_from_tag): New function.
4461 (ada_tag_name_from_tsd): New function.
4462 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
4463 to determine the tag name.
4465 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4467 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
4469 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
4472 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4474 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
4476 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4478 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
4481 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4483 * ada-lang.c (constrained_packed_array_type): If there is a
4484 parallel XA type, use it to determine the array index type.
4486 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4488 * ada-valprint.c (ada_val_print_1): If our value is a reference
4489 to an array descriptor, dereference it before converting it
4492 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4494 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
4495 creating fixed value.
4496 (ada_value_ind, ada_coerce_ref, assign_component)
4497 (ada_evaluate_subexp): Remove call to unwrap_value before
4498 call to ada_to_fixed_value.
4500 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4502 * ada-lang.c (to_fixed_array_type): Set result's type name.
4504 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4506 * ada-lang.c (catch_ada_exception_command_split): Add new
4507 argument cond_string. Add support for condition at end of
4508 "catch exception" commands.
4509 (ada_decode_exception_location): Add new argument cond_string.
4510 Update call to catch_ada_exception_command_split.
4511 (create_ada_exception_catchpoint): Add new argument cond_string.
4512 Set the breakpoint condition if needed.
4513 (catch_ada_exception_command): Update call to
4514 ada_decode_exception_location.
4515 (ada_decode_assert_location): Add function documentation.
4516 Add support for condition at end of "catch assert" command.
4517 (catch_assert_command): Update calls to ada_decode_assert_location
4518 and create_ada_exception_catchpoint.
4520 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4522 Fix disp-step-syscall.exp: fork: single step over fork.
4523 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
4524 (i386_linux_get_syscall_number_from_regcache): ... here, new function
4525 comment, change parameters gdbarch and ptid to regcache. Remove
4526 parameter regcache, initialize gdbarch from regcache here.
4527 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
4529 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
4531 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
4532 'syscall'. Make the 'int' check more strict.
4534 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4536 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
4537 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
4538 (i386_linux_intx80_sysenter_syscall_record): ... here.
4539 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
4540 Use the renamed function name.
4542 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4544 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
4545 * breakpoint.c (until_break_command): Likewise.
4546 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
4547 * infcall.c (call_function_by_hand): Likewise.
4548 * infcmd.c (finish_forward): Likewise.
4549 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4551 2012-02-28 Tristan Gingold <gingold@adacore.com>
4553 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
4554 avoid variable assignments inside condition.
4556 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4558 Fix static analysis issue found by cppcheck.
4559 * microblaze-tdep.c (microblaze_extract_return_value): Fix
4560 uninitialized BUF for size 2.
4562 2012-02-27 Chris Dearman <chris@mips.com>
4563 Nathan Froyd <froydnj@codesourcery.com>
4564 Maciej W. Rozycki <macro@codesourcery.com>
4566 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
4567 (mips16_instruction_has_delay_slot): Likewise.
4568 (mips_segment_boundary): Likewise.
4569 (mips_adjust_breakpoint_address): Likewise.
4570 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
4572 2012-02-27 Maciej W. Rozycki <macro@mips.com>
4573 Maciej W. Rozycki <macro@codesourcery.com>
4575 * infrun.c (handle_inferior_event): Don't proceed through
4576 shared library trampolines if stepping at the machine
4579 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4581 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
4584 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
4586 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
4587 (sh_stub_unwind_sniffer): New functions.
4588 (sh_stub_unwind): New variable.
4589 (sh_gdbarch_init): Wire everything.
4591 2012-02-27 Pedro Alves <palves@redhat.com>
4593 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
4594 (linux_nat_post_attach_wait): Adjust to use
4595 linux_proc_pid_is_stopped.
4596 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
4597 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
4598 based on pid_is_stopped from both linux-nat.c and
4599 gdbserver/linux-low.c, and renamed.
4601 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4603 * remote.c (remote_watchpoint_addr_within_range): New function.
4604 (init_remote_ops): Use it.
4606 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4608 * target.h (target_watchpoint_addr_within_range): Document macro.
4610 2012-02-24 Pedro Alves <palves@redhat.com>
4612 * stack.c (set_last_displayed_sal): Issue internal_error instead
4613 of warning, and issue it after clearing the last displayed sal.
4615 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4616 Pedro Alves <palves@redhat.com>
4618 * breakpoint.c (until_break_command): Install breakpoints after
4619 all frame manipulations.
4621 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4623 * remote.c (remote_supports_cond_breakpoints): New forward
4625 (remote_add_target_side_condition): New function.
4626 (remote_insert_breakpoint): Add target-side breakpoint
4627 conditional if supported.
4628 (remote_insert_hw_breakpoint): Likewise.
4629 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
4632 * target.c (update_current_target): Inherit
4633 to_supports_evaluation_of_breakpoint_conditions.
4634 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
4636 * target.h (struct target_ops)
4637 <to_supports_evaluation_of_breakpoint_conditions>: New field.
4638 (target_supports_evaluation_of_breakpoint_conditions): New #define.
4640 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
4641 (condition_evaluation_both, condition_evaluation_auto,
4642 condition_evaluation_host, condition_evaluation_target,
4643 condition_evaluation_enums, condition_evaluation_mode_1,
4644 condition_evaluation_mode): New static globals.
4645 (translate_condition_evaluation_mode): New function.
4646 (breakpoint_condition_evaluation_mode): New function.
4647 (gdb_evaluates_breakpoint_condition_p): New function.
4648 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
4649 (mark_breakpoint_modified): New function.
4650 (mark_breakpoint_location_modified): New function.
4651 (set_condition_evaluation_mode): New function.
4652 (show_condition_evaluation_mode): New function.
4653 (bp_location_compare_addrs): New function.
4654 (get_first_location_gte_addr): New helper function.
4655 (set_breakpoint_condition): Free condition bytecode if locations
4656 has become unconditional. Call mark_breakpoint_modified (...).
4657 (condition_command): Call update_global_location_list (1) for
4659 (breakpoint_xfer_memory): Use is_breakpoint (...).
4660 (is_breakpoint): New function.
4661 (parse_cond_to_aexpr): New function.
4662 (build_target_condition_list): New function.
4663 (insert_bp_location): Handle target-side conditional
4664 breakpoints and call build_target_condition_list (...).
4665 (update_inserted_breakpoint_locations): New function.
4666 (insert_breakpoint_locations): Handle target-side conditional
4668 (bpstat_check_breakpoint_conditions): Add comment.
4669 (bp_condition_evaluator): New function.
4670 (bp_location_condition_evaluator): New function.
4671 (print_breakpoint_location): Print information on where the condition
4673 (print_one_breakpoint_location): Likewise.
4674 (init_bp_location): Call mark_breakpoint_location_modified (...) for
4675 breakpoint location.
4676 (force_breakpoint_reinsertion): New functions.
4677 (update_global_location_list): Handle target-side breakpoint
4679 Reinsert locations that are already inserted if conditions have
4681 (bp_location_dtor): Free agent expression bytecode.
4682 (disable_breakpoint): Call mark_breakpoint_modified (...).
4683 Call update_global_location_list (...) with parameter 1 for breakpoints.
4684 (disable_command): Call mark_breakpoint_location_modified (...).
4685 Call update_global_location_list (...) with parameter 1 for breakpoints.
4686 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
4687 (enable_command): mark_breakpoint_location_modified (...).
4688 (_initialize_breakpoint): Update documentation and add
4689 condition-evaluation breakpoint subcommand.
4691 * breakpoint.h: Include ax.h.
4692 (condition_list): New data structure.
4693 (condition_status): New enum.
4694 (bp_target_info) <cond_list>: New field.
4695 (bp_location) <condition_changed, cond_bytecode>: New fields.
4696 (is_breakpoint): New prototype.
4698 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4700 * remote.c (remote_state) <cond_breakpoints>: New field.
4701 (PACKET_ConditionalBreakpoints): New enum.
4702 (remote_cond_breakpoint_feature): New function.
4703 (remote_protocol_features): Add new ConditionalBreakpoints entry.
4704 (remote_supports_cond_breakpoints): New function.
4705 (_initialize_remote): Add new packet configuration for
4706 target-side conditional breakpoints.
4708 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4710 * NEWS: Mention target-side conditional breakpoint support,
4711 new condition-evaluation breakpoint subcommand and remote
4714 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4716 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
4719 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
4721 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
4722 (after_prologue): Remove.
4724 2012-02-23 Tom Tromey <tromey@redhat.com>
4726 * jv-valprint.c (java_val_print): Remove dead code.
4728 2012-02-23 Tristan Gingold <gingold@adacore.com>
4730 * ada-tasks.c (struct ada_tasks_inferior_data): Add
4731 known_tasks_element and known_tasks_length fields.
4732 (read_known_tasks_array): Change argument type. Use pointer type
4733 and number of elements from DATA. Adjust.
4734 (read_known_tasks_list): Likewise.
4735 (get_known_tasks_addr): Remove.
4736 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
4737 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
4738 type and array length. Merge former get_known_tasks_addr code.
4740 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4743 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
4744 it after set_momentary_breakpoint.
4746 2012-02-22 Sterling Augustine <saugustine@google.com>
4749 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
4751 2012-02-22 Gary Benson <gbenson@redhat.com>
4753 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
4754 (find_slot_in_mapped_hash): Likewise.
4756 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4759 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
4760 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
4761 * configure: Regenerate.
4763 2012-02-21 Tristan Gingold <gingold@adacore.com>
4764 Pedro Alves <palves@redhat.com>
4766 * ia64-tdep.c: Do not include libunwind-ia64.h.
4767 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
4768 Include libunwind-ia64.h instead of libunwind.h.
4769 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
4770 for libunwind.h existence.
4771 * configure, config.in: Regenerate.
4773 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
4775 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
4776 instead of value_rtti_target_type.
4777 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
4778 instead of value_rtti_target_type.
4779 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
4780 value_rtti_target_type.
4781 * valops.c (value_ind): Extract function readjust_indirect_value_type.
4782 (value_rtti_target_type): Rename to ...
4783 (value_rtti_indirect_type): ... here and make it indirect. Update
4785 * value.c (readjust_indirect_value_type): New function.
4786 (coerce_ref): Support for enclosing type setting for references
4787 with readjust_indirect_value_type.
4788 * value.h (readjust_value_type): New declaration.
4789 (value_rtti_target_type): Rename to ...
4790 (value_rtti_indirect_type): ... here.
4792 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
4794 * MAINTAINERS (Write After Approval): Add myself to the list.
4796 2012-02-20 Doug Evans <dje@google.com>
4798 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
4799 Rename objfile_p_char parameter to objfilep.
4800 (build_objfile_section_table): Result is now void. All callers
4802 * objfiles.h (struct objfile): Tweak comments, whitespace.
4803 (build_objfile_section_table): Update.
4805 * elfread.c (elf_symfile_segments): Fix warning text.
4807 2012-02-20 Tom Tromey <tromey@redhat.com>
4810 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
4811 particular set of file names once.
4812 (dw2_map_symbol_filenames): Likewise.
4814 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4817 * main.c (write_files): Remove the declaration.
4818 (external_editor_command): Move the declaration ...
4819 [GDBTK] (external_editor_command): ... here. Fix the comment.
4821 2012-02-20 Tom Tromey <tromey@redhat.com>
4823 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
4826 2012-02-20 Tristan Gingold <gingold@adacore.com>
4828 * darwin-nat.h (enum darwin_msg_state): Add comments.
4830 2012-02-20 Tristan Gingold <gingold@adacore.com>
4832 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
4835 2012-20-18 Joel Brobecker <brobecker@adacore.com>
4837 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
4838 between function description and implementation.
4840 2012-02-17 Tom Tromey <tromey@redhat.com>
4843 * python/py-event.c (event_object_getset): New global.
4844 (event_object_type): Reference it.
4845 * python/py-type.c (field_object_getset): New global.
4846 (field_object_type): Reference it.
4847 * python/python-internal.h (gdb_py_generic_dict): Declare.
4848 * python/py-utils.c (gdb_py_generic_dict): New function.
4850 2012-02-17 Tristan Gingold <gingold@adacore.com>
4852 * solib-darwin.c (darwin_current_sos): Check magic and filetype
4854 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
4856 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
4857 TYPE_CALLING_CONVENTION annotation.
4859 2012-02-16 Kevin Buettner <kevinb@redhat.com>
4861 * MAINTAINERS: Add rx to target ISA section.
4862 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
4863 (ALLDEPFILES): Add rx-tdep.c.
4865 2012-02-16 Tom Tromey <tromey@redhat.com>
4867 * symfile.c (symbol_file_add_main_1): Use inferior's
4869 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
4870 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
4872 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
4874 (follow_exec): Use inferior's symfile_flags.
4875 * inferior.h (struct inferior) <symfile_flags>: New field.
4877 2012-02-16 Mike Frysinger <vapier@gentoo.org>
4880 * remote-sim.c (gdbsim_create_inferior): Call error() when
4881 sim_create_inferior() fails.
4883 2012-02-16 Josh Matthews <josh@joshmatthews.net>
4885 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
4887 2012-02-16 Tom Tromey <tromey@redhat.com>
4890 * thread.c (struct current_thread_cleanup) <was_removable>: New
4892 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
4893 (make_cleanup_restore_current_thread): Initialize new field.
4895 2012-02-15 Kevin Buettner <kevinb@redhat.com>
4897 * MAINTAINERS: Add rl78 to target ISA section.
4898 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
4899 (ALLDEPFILES): Add rl78-tdep.c.
4900 * NEWS: Mention rl78 as a new target.
4902 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4904 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
4906 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
4908 2012-02-15 Tom Tromey <tromey@redhat.com>
4911 * infcmd.c (registers_info): Print just the current register's
4914 2012-02-15 Tom Tromey <tromey@redhat.com>
4916 * python/py-symbol.c (sympy_value): Use _().
4918 2012-02-15 Pedro Alves <palves@redhat.com>
4920 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
4921 output to be like native targets'.
4922 (remote_pid_to_str): Special case the null ptid.
4924 2012-02-14 Stan Shebs <stan@codesourcery.com>
4926 * NEWS: Mention enable count command.
4927 * breakpoint.h (struct breakpoint): New field enable_count.
4928 * breakpoint.c (enable_breakpoint_disp): Add count argument.
4929 (enable_breakpoint): Add arg to call.
4930 (struct disp_data): New struct.
4931 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
4932 (do_map_enable_once_breakpoint): Create a struct and pass it.
4933 (do_map_enable_delete_breakpoint): Ditto.
4934 (do_map_enable_count_breakpoint): New function.
4935 (enable_count_command): New function.
4936 (bpstat_stop_status): Decrement enable_count.
4937 (print_one_breakpoint_location): Report enable count.
4938 (_initialize_breakpoint): Add enable count command.
4940 2012-02-14 Kevin Buettner <kevinb@redhat.com>
4942 * rl78-tdep.c (reggroups.h): Include.
4943 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
4944 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
4945 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
4946 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
4947 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
4948 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
4949 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
4950 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
4951 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
4952 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
4953 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
4954 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
4955 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
4956 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
4957 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
4958 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
4959 beginning of register list.
4960 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
4961 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
4962 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
4963 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
4964 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
4965 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
4966 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
4967 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
4968 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
4969 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
4970 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
4971 the pseudo registers. Rearrange other pseudo registers too so
4972 that the bank registers appear at the end.
4973 (rl78_register_type): Account for the fact that the byte sized
4974 bank registers are now pseudo-registers.
4975 (rl78_register_name): Rearrange the register name array. Make
4976 initial set of raw banked registers inaccessible.
4977 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
4978 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
4979 case for copying bytes back and forth between raw and pseudo
4980 versions of the banked registers. Update other cases to reflect
4982 (rl78_return_value): Update to account for changed names of
4984 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
4985 rl78_register_sim_regno().
4987 2012-02-14 Kevin Buettner <kevinb@redhat.com>
4989 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
4990 the name parameter being passed to find_pc_partial_function().
4992 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4994 * MAINTAINERS: Step down from being ia64 target maintainer.
4996 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4998 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
4999 compilation warning.
5001 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5003 Fix crash on loaded shlibs without loaded exec_bfd.
5004 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
5005 (set_section_command): Replace exec_bfd by p->bfd.
5007 2012-02-10 Tom Tromey <tromey@redhat.com>
5009 * linespec.c (decode_line_internal): Skip symtabs_from_filename
5010 when we have a C++ qualified name.
5012 2012-02-10 Pedro Alves <palves@redhat.com>
5014 * inferior.c (inferior_pid_to_str): New.
5015 (print_inferior, inferior_command): Use it.
5017 2012-02-10 Pedro Alves <palves@redhat.com>
5019 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
5021 * configure: Regenerate.
5023 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5025 * linespec.c (decode_line_internal): Fix comment correctness.
5027 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
5030 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
5031 * amd64bsd-nat.c: Add support for debug registers (adapted from
5033 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
5034 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
5035 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
5036 (amd64bsd_dr_get_control): New functions.
5037 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
5038 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
5039 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
5040 watchpoints initialization.
5041 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
5043 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5045 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
5047 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
5049 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5051 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
5053 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5055 * language.h (symbol_name_cmp_ftype): Renames
5056 symbol_name_match_p_ftype.
5057 (struct language_defn)[la_get_symbol_name_cmp]: Renames
5058 la_get_symbol_name_match_p.
5059 * ada-lang.c (ada_get_symbol_name_cmp): Renames
5060 ada_get_symbol_name_match_p. Update comment.
5061 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
5062 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
5063 Renames symbol_name_match_p. Update field type.
5064 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
5065 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5066 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
5067 "la_get_symbol_name_cmp" in comments.
5068 * language.c: Likewise.
5070 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5072 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
5074 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
5075 (amd64_sol2_gregset32_reg_offs): Likewise.
5077 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5079 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
5080 of the returned BFD is allocated by GDB.
5082 2012-02-07 Tom Tromey <tromey@redhat.com>
5085 * python/python-internal.h (frame_object_type): Declare.
5086 * python/py-symbol.c (sympy_needs_frame): New function.
5087 (sympy_value): New function.
5088 (symbol_object_getset): Add "needs_frame".
5089 (symbol_object_methods): Add "value".
5090 * python/py-frame.c (frame_object_type): No longer static.
5092 2012-02-07 Tom Tromey <tromey@redhat.com>
5095 * python/py-symbol.c (sympy_line): New function.
5096 (symbol_object_getset): Add "line".
5098 2012-02-07 Tom Tromey <tromey@redhat.com>
5100 * charset.c (find_charset_names): Check 'in' against NULL.
5102 2012-02-06 Doug Evans <dje@google.com>
5104 * gdbtypes.h (struct main_type): Change type of name,tag_name,
5105 and fields.name members from char * to const char *. All uses updated.
5106 (struct cplus_struct_type): Change type of fn_fieldlists.name member
5107 from char * to const char *. All uses updated.
5108 (type_name_no_tag): Update.
5109 (lookup_unsigned_typename, lookup_signed_typename): Update.
5110 * gdbtypes.c (type_name_no_tag): Change result type
5111 from char * to const char *. All callers updated.
5112 (lookup_unsigned_typename, lookup_signed_typename): Change type of
5113 name parameter from char * to const char *.
5114 * symtab.h (struct cplus_specific): Change type of demangled_name
5115 member from char * to const char *. All uses updated.
5116 (struct general_symbol_info): Change type of name and
5117 mangled_lang.demangled_name members from char * to const char *.
5119 (symbol_get_demangled_name, symbol_natural_name): Update.
5120 (symbol_demangled_name, symbol_search_name): Update.
5121 * symtab.c (symbol_get_demangled_name): Change result type
5122 from char * to const char *. All callers updated.
5123 (symbol_natural_name, symbol_demangled_name): Ditto.
5124 (symbol_search_name): Ditto.
5125 (completion_list_add_name): Change type of symname,sym_text,
5126 text,word parameters from char * to const char *.
5127 (completion_list_objc_symbol): Change type of sym_text,
5128 text,word parameters from char * to const char *.
5129 * ada-lang.c (find_struct_field): Change type of name parameter
5130 from char * to const char *.
5131 (encoded_ordered_before): Similarly for N0,N1 parameters.
5132 (old_renaming_is_invisible): Similarly for function_name parameter.
5133 (ada_type_name): Change result type from char * to const char *.
5134 All callers updated.
5135 * ada-lang.h (ada_type_name): Update.
5136 * buildsym.c (hashname): Change type of name parameter
5137 from char * to const char *.
5138 * buildsym.h (hashname): Update.
5139 * dbxread.c (end_psymtab): Change type of include_list parameter
5140 from char ** to const char **.
5141 * dwarf2read.c (determine_prefix): Change result type
5142 from char * to const char *. All callers updated.
5143 * f-lang.c (find_common_for_function): Change type of name, funcname
5144 parameters from char * to const char *.
5145 * f-lang.c (find_common_for_function): Update.
5146 * f-valprint.c (list_all_visible_commons): Change type of funcname
5147 parameters from char * to const char *.
5148 * gdbarch.sh (static_transform_name): Change type of name parameter
5149 and result from char * to const char *.
5150 * gdbarch.c: Regenerate.
5151 * gdbarch.h: Regenerate.
5152 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
5153 of name parameter from char * to const char *.
5154 * jv-lang.c (java_primitive_type_from_name): Ditto.
5155 (java_demangled_signature_length): Similarly for signature parameter.
5156 (java_demangled_signature_copy): Ditto.
5157 (java_demangle_type_signature): Ditto.
5158 * jv-lang.h (java_primitive_type_from_name): Update.
5159 (java_demangle_type_signature): Update.
5160 * objc-lang.c (specialcmp): Change type of a,b parameters
5161 from char * to const char *.
5162 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
5163 from char * to const char *. All callers updated.
5164 * p-lang.h (is_pascal_string_type): Update.
5165 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
5166 of name parameter from char * to const char *.
5167 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
5168 * utils.c (fprintf_symbol_filtered): Ditto.
5169 * defs.h (fprintf_symbol_filtered): Update.
5170 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
5171 * stabsread.h (end_psymtab): Update.
5172 * stack.c (find_frame_funname): Change type of funname parameter
5173 from char ** to const char **.
5174 * stack.h (find_frame_funname): Update.
5175 * typeprint.c (type_print): Change type of varstring parameter
5176 from char * to const char *.
5177 * value.h (type_print): Update.
5178 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
5179 from char * to const char *. All callers updated.
5180 (xcoff_end_psymtab): Change type of include_list parameter
5181 from char ** to const char **. All callers updated.
5182 (swap_sym): Similarly for name parameter. All callers updated.
5183 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
5185 (process_coff_symbol): Use xstrdup.
5186 * stabsread.c (stabs_method_name_from_physname): Renamed from
5187 update_method_name_from_physname. Change result type from void
5188 to char *. All callers updated.
5189 (read_member_functions): In has_destructor case, store name in objfile
5190 obstack instead of malloc space. In !has_stub case, fix mem leak.
5192 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
5194 * configure: Rebuild.
5195 * configure.ac: Put -L../bfd and -L../libiberty at the front of
5198 2012-02-03 Kevin Buettner <kevinb@redhat.com>
5200 * configure.tgt (rl78-*-elf): New target.
5201 * rl78-tdep.c: New file.
5203 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5205 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
5206 and continue the loop. Add QUIT statement.
5208 2012-02-03 Tom Tromey <tromey@redhat.com>
5211 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
5212 bfd_lookup_symbol_from_symtab.
5213 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
5214 gdb_bfd_lookup_symbol_from_symtab.
5216 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5218 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
5219 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
5220 symbol. Add assertion that sym2 is never NULL.
5222 2012-02-02 Doug Evans <dje@google.com>
5224 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
5225 "name" parameter to const char ** from char **. All callers updated.
5226 (find_pc_partial_function): Ditto.
5227 (cache_pc_function_name): Change type to const char * from char *.
5228 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
5229 (find_pc_partial_function): Update.
5230 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
5231 type of "name" parameter to const char * from char *.
5233 * arch-utils.c (generic_in_solib_return_trampoline): Change
5234 type of "name" parameter to const char * from char *.
5235 * arch-utils.h (generic_in_solib_return_trampoline): Update.
5236 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
5237 type of "name" parameter to const char * from char *.
5238 * gdbarch.sh (in_solib_return_trampoline): Ditto.
5239 * gdbarch.c: Regenerate.
5240 * gdbarch.h: Regenerate.
5241 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
5242 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
5243 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
5244 type of "name" parameter to const char * from char *.
5245 * skip.c (skip_function_pc): Ditto.
5246 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
5247 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
5248 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
5249 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
5250 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
5251 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
5252 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
5253 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
5254 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
5256 2012-02-02 Pedro Alves <palves@redhat.com>
5258 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
5259 the current inferior has no execution. Make sure the current
5260 remote process matches gdb's current inferior.
5262 2012-02-02 Tom Tromey <tromey@redhat.com>
5265 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
5268 2012-02-02 Tom Tromey <tromey@redhat.com>
5271 * symtab.c (lookup_language_this): Set block_found.
5273 2012-02-01 Tom Tromey <tromey@redhat.com>
5276 * jit.c (struct jit_inferior_data): Rewrite.
5277 (struct jit_objfile_data): New.
5278 (get_jit_objfile_data): New function.
5279 (add_objfile_entry): Update.
5280 (jit_read_descriptor): Return int. Replace descriptor_addr
5281 argument with inf_data. Update. Don't call error.
5282 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
5284 (jit_inferior_init): Don't look up descriptor. Don't call error.
5285 (jit_reset_inferior_data_and_breakpoints)
5286 (jit_inferior_created_observer): Remove.
5287 (jit_inferior_exit_hook): Update.
5288 (jit_executable_changed_observer): Remove.
5289 (jit_event_handler): Update.
5290 (free_objfile_data): Reset inferior data if needed.
5291 (_initialize_jit): Update.
5293 2012-02-01 Tom Tromey <tromey@redhat.com>
5295 * jit.c (bfd_open_from_target_memory): Move higher in file.
5297 2012-02-01 Tristan Gingold <gingold@adacore.com>
5299 * libunwind-frame.c (libunwind_load): Display message if dlopen
5302 2012-02-01 Gary Benson <gbenson@redhat.com>
5304 * symtab.h (symbol_found_callback_ftype): New typedef.
5305 (iterate_over_symbols): Use the above.
5306 * symtab.c (iterate_over_symbols): Likewise.
5307 * language.h (language_defn->la_iterate_over_symbols): Likewise.
5308 * ada-lang.c (ada_iterate_over_symbols): Likewise.
5309 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
5310 (iterate_name_matcher): Document return values.
5311 (collect_one_symbol): Likewise.
5312 (collect_function_symbols): Likewise.
5313 (collect_symbols): Likewise.
5315 2012-02-01 Tom Tromey <tromey@redhat.com>
5317 * ada-lang.c (resolve_subexp): Update.
5318 (ada_lookup_symbol_list): Add 'full_search' argument.
5319 (ada_iterate_over_symbols): Pass 0 as full_search argument to
5320 ada_lookup_symbol_list.
5321 (ada_lookup_encoded_symbol): Update.
5322 (get_var_value): Update.
5323 * ada-exp.y (block_lookup): Update.
5324 (write_var_or_type): Update.
5325 (write_name_assoc): Update.
5326 * ada-lang.h (ada_lookup_symbol_list): Update.
5328 2012-01-31 Tom Tromey <tromey@redhat.com>
5330 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
5333 2012-01-31 Doug Evans <dje@google.com>
5335 * symtab.h: Remove outdated comment.
5336 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
5338 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
5340 Fix build error in Darwin port.
5341 * i386-darwin-nat.c: Include i386-nat.h.
5343 2012-01-30 Tom Tromey <tromey@redhat.com>
5345 PR breakpoints/13568:
5346 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
5347 argument. Check for recursive includes.
5348 (dwarf_decode_macros): Create an include hash.
5350 2012-01-30 Michael Eager <eager@eagercon.com>
5352 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
5353 * ppc-linux-tdep.c: Include glibc-tdep.h.
5354 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5355 (powerpc_linux_in_plt_stub): New function.
5356 (powerpc_linux_in_dynsym_resolve_code): New function.
5357 (ppc_skip_trampoline_code): New function.
5358 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
5359 Use glibc_skip_solib_resolver.
5361 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5363 Code cleanup: Make 1440 bytes of data segment read-only.
5364 * arch-utils.c (endian_enum): Make it const char *const [].
5365 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
5367 * breakpoint.c (always_inserted_enums): Likewise.
5368 * cli/cli-cmds.c (script_ext_enums): Likewise.
5369 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
5370 enumlist parameter const char *const *.
5371 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
5372 const char *const *.
5373 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
5374 parameter const char *const *.
5375 * cris-tdep.c (cris_modes): Make it const char *const [].
5376 * filesystem.c (target_file_system_kinds): Likewise.
5377 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
5378 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
5379 (can_use_displaced_stepping_enum, scheduler_enums)
5380 (exec_direction_names): Likewise.
5381 * language.c (_initialize_language): Make the type_or_range_names and
5382 case_sensitive_names variables const char *const [].
5383 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
5384 * python/python.c (python_excp_enums): Likewise.
5385 * remote.c (interrupt_sequence_modes): Likewise.
5386 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
5387 * serial.c (logbase_enums): Likewise.
5388 * sh-tdep.c (sh_cc_enum): Likewise.
5389 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
5391 * symtab.c (multiple_symbols_modes): Likewise.
5392 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
5394 * utils.c (internal_problem_modes): Likewise.
5396 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5398 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
5399 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
5402 2012-01-27 Doug Evans <dje@google.com>
5404 * configure.ac (with_python): Fix absolute path handling for win32.
5405 * configure: Regenerate.
5407 2012-01-26 Doug Evans <dje@google.com>
5409 * symtab.c: Whitespace cleanup, no code changes.
5411 * symtab.c (lookup_symbol_in_language): Improve comment.
5412 (lookup_symbol_aux): Fix comment.
5414 * psymtab.c (add_psymbol_to_list): Result is now "void".
5415 * psympriv.h (add_psymbol_to_list): Update.
5417 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
5419 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5421 Do not open script filenames twice.
5422 * cli/cli-cmds.c (source_script_from_stream): Pass to
5423 source_python_script also STREAM.
5424 * python/py-auto-load.c (source_section_scripts): Pass to
5425 source_python_script_for_objfile also STREAM.
5426 (auto_load_objfile_script): Pass to source_python_script_for_objfile
5428 * python/python-internal.h (source_python_script_for_objfile): New
5429 parameter file, rename parameter file to filename.
5430 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
5431 instead if !_WIN32. Update the function comment.
5432 (source_python_script, source_python_script_for_objfile)
5433 (source_python_script): New parameter file, rename parameter file to
5434 filename. Pass FILENAME to python_run_simple_file.
5435 * python/python.h (source_python_script): New parameter file, rename
5436 parameter file to filename.
5438 2012-01-26 Pedro Alves <palves@redhat.com>
5440 * corelow.c (core_has_fake_pid): Delete.
5441 (core_close): Delete references to `core_has_fake_pid'.
5442 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
5443 (core_open): Delete references to `core_has_fake_pid'.
5444 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
5447 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5449 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
5450 Remove language parameter from name_matcher. Adjust the comment.
5451 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
5452 Remove language parameter.
5453 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
5454 * linespec.c (iterate_name_matcher): Likewise.
5455 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
5456 name_matcher. Adjust call accordingly.
5457 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
5458 (maintenance_check_symtabs): Adjust type of parameter "fun".
5459 * psymtab.h (maintenance_check_symtabs): Likewise.
5461 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5463 * language.h (symbol_name_match_p_ftype): New typedef.
5464 (struct language_defn): Replace field la_symbol_name_compare
5465 by la_get_symbol_name_match_p.
5466 * ada-lang.c (ada_get_symbol_name_match_p): New function.
5467 (ada_language_defn): Use it.
5468 * linespec.c (struct symbol_matcher_data): New type.
5469 (iterate_name_matcher): Rewrite.
5470 (iterate_over_all_matching_symtabs): Pass a pointer to
5471 a symbol_matcher_data struct to expand_symtabs_matching
5472 instead of just the lookup name.
5473 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5474 opencl-lang.c, p-lang.c, language.c: Delete field
5475 la_symbol_name_compare, and replace by NULL for new field
5476 la_get_symbol_name_match_p.
5477 * symfile.h (struct quick_symbol_functions): Update comment.
5479 2012-01-25 Tom Tromey <tromey@redhat.com>
5481 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
5484 2012-01-24 Tom Tromey <tromey@redhat.com>
5487 * solib.c (update_solib_list): Update the program space's
5488 added_solibs and deleted_solibs fields.
5489 * progspace.h (struct program_space) <added_solibs,
5490 deleted_solibs>: New fields.
5491 (clear_program_space_solib_cache): Declare.
5492 * progspace.c (release_program_space): Call
5493 clear_program_space_solib_cache.
5494 (clear_program_space_solib_cache): New function.
5495 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
5496 bpstat_stop_status. Use handle_solib_event.
5497 * breakpoint.c: Include gdb_regex.h.
5498 (print_solib_event): New function.
5499 (bpstat_print): Use print_solib_event.
5500 (bpstat_stop_status): Add special case for bp_shlib_event.
5501 (handle_solib_event): New function.
5502 (bpstat_what): Use handle_solib_event.
5503 (struct solib_catchpoint): New.
5504 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
5505 (breakpoint_hit_catch_solib, check_status_catch_solib)
5506 (print_it_catch_solib, print_one_catch_solib)
5507 (print_mention_catch_solib, print_recreate_catch_solib): New
5509 (catch_solib_breakpoint_ops): New global.
5510 (catch_load_or_unload, catch_load_command_1)
5511 (catch_unload_command_1): New functions.
5512 (internal_bkpt_check_status): Add special case for
5514 (internal_bkpt_print_it): Use print_solib_event.
5515 (initialize_breakpoint_ops): Initialize
5516 catch_solib_breakpoint_ops.
5517 (_initialize_breakpoint): Register "catch load" and "catch
5519 * breakpoint.h (handle_solib_event): Declare.
5520 * NEWS: Add entry for "catch load" and "catch unload".
5522 2012-01-24 Tom Tromey <tromey@redhat.com>
5524 * ada-lang.c: Include gdb_vecs.h.
5525 * charset.c: Include gdb_vecs.h.
5526 * tracepoint.h: Include gdb_vecs.h.
5527 * gdb_vecs.h: New file.
5529 2012-01-24 Pedro Alves <pedro@codesourcery.com>
5531 * breakpoint.c (breakpoint_hit_catch_fork)
5532 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
5533 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
5534 * infrun.c (inferior_has_forked, inferior_has_vforked)
5535 (inferior_has_execd, inferior_has_called_syscall): Delete.
5536 (handle_syscall_event): Get syscall_number from the execution
5537 control state's wait status.
5538 (wait_for_inferior): Don't clear syscall_number.
5540 2012-01-24 Pedro Alves <palves@redhat.com>
5542 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
5543 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
5544 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
5545 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
5547 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
5548 false for events other than TARGET_SIGNAL_TRAP.
5549 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
5551 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
5552 events other than TARGET_SIGNAL_TRAP.
5553 (tracepoint_breakpoint_hit): Add `ws' parameter.
5554 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
5556 (bpstat_stop_status): Same.
5557 (pc_at_non_inline_function): Same.
5558 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
5559 to pass the current event's waitstatus to bpstat_stop_status
5560 and pc_at_non_inline_function.
5562 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5565 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
5566 Update the function comment for it.
5567 (source_script_with_search): Call make_cleanup_fclose for STREAM.
5568 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
5571 2012-01-24 Pedro Alves <palves@redhat.com>
5573 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
5574 outside `bs->stop' block.
5575 (bpstat_what): Rework bp_shlib_event handling.
5576 (internal_bkpt_check_status): If the breakpoint is a
5577 bp_shlib_event, then set bs->stop and bs->print if
5578 stop_on_solib_events is set.
5580 2012-01-24 Gary Benson <gbenson@redhat.com>
5582 Delete #if 0'd out code.
5583 * stack.c (print_frame_label_vars): Remove.
5584 (catch_info): Likewise.
5585 (_initialize_stack): Remove "info catch" command.
5586 * NEWS: Mention the above.
5588 2012-01-24 Pedro Alves <palves@redhat.com>
5590 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
5592 (remote_notice_new_inferior): If the remote end doesn't support
5593 the multiprocess extensions, then the PID is fake.
5594 (add_current_inferior_and_thread): New.
5595 (remote_start_remote): Use it.
5596 (extended_remote_attach_1): Adjust.
5597 (extended_remote_create_inferior_1): Use
5598 add_current_inferior_and_thread.
5600 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5602 Fix watchpoints to be specific for each inferior.
5603 * breakpoint.c (watchpoint_in_thread_scope): Verify also
5604 current_program_space.
5605 * i386-nat.c (i386_inferior_data_cleanup): New.
5606 (i386_inferior_data_get): Replace variable inf_data_local by an
5608 (i386_use_watchpoints): Initialize i386_inferior_data.
5609 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
5610 specific iterate_over_lwps.
5612 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5614 Fix watchpoints across inferior fork.
5615 * amd64-linux-nat.c (update_debug_registers_callback): Update the
5616 comment for linux_nat_iterate_watchpoint_lwps.
5617 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
5618 linux_nat_iterate_watchpoint_lwps.
5619 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
5620 * i386-linux-nat.c (update_debug_registers_callback): Update the
5621 comment for linux_nat_iterate_watchpoint_lwps.
5622 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
5623 linux_nat_iterate_watchpoint_lwps.
5624 (i386_linux_prepare_to_resume): New comment on Linux kernel.
5625 * i386-nat.c: Include inferior.h.
5626 (dr_mirror): Remove.
5627 (i386_inferior_data, struct i386_inferior_data)
5628 (i386_inferior_data_get): New.
5629 (i386_debug_reg_state): Use i386_inferior_data_get.
5630 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
5631 (i386_insert_watchpoint, i386_remove_watchpoint)
5632 (i386_stopped_data_address, i386_insert_hw_breakpoint)
5633 (i386_remove_hw_breakpoint): New variable state, use
5634 i386_debug_reg_state instead of DR_MIRROR.
5635 * linux-nat.c (delete_lwp): New declaration.
5636 (num_lwps): Move here from downwards.
5637 (delete_lwp_cleanup): New.
5638 (linux_child_follow_fork): Create new child_lp, call
5639 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
5641 (num_lwps): Move upwards.
5642 (linux_nat_iterate_watchpoint_lwps): New.
5643 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
5644 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
5646 2012-01-24 Joel Brobecker <brobecker@adacore.com>
5650 2012-01-23 Pedro Alves <palves@redhat.com>
5652 * top.c (caution): Rename to ...
5653 (confirm): ... this.
5654 (show_caution): Rename to ...
5655 (show_confirm): ... this.
5656 (quit_cover): Adjust.
5657 (init_main): Adjust.
5658 * top.h (caution): Rename to ...
5659 (confirm): ... this.
5660 * utils.c (internal_vproblem, defaulted_query): Adjust.
5662 2012-01-23 Pedro Alves <palves@redhat.com>
5664 * top.c (caution): Update comment.
5665 (execute_command): Don't consider the current value of `caution'.
5667 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5669 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
5671 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
5673 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5674 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
5675 * target.c (target_fileio_pwrite): Remove buffer address from
5677 (target_fileio_pread): Likewise.
5679 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5681 * NEWS: Document remote "info proc" and "generate-core-file".
5683 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5685 * gdbarch.sh (find_memory_regions): New callback.
5686 * gdbarch.c, gdbarch.h: Regenerate.
5688 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
5689 callback before falling back to target method.
5691 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
5692 (linux_target_install_ops): No longer install it.
5694 * linux-tdep.c (linux_find_memory_regions): New function.
5695 (linux_init_abi): Install it.
5697 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5699 * gdbarch.sh (make_corefile_notes): New architecture callback.
5700 * gdbarch.c: Regenerate.
5701 * gdbarch.h: Likewise.
5703 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
5704 before target_make_corefile_notes. If NULL is returned, the
5705 target does not support core file generation.
5707 * linux-nat.c: Include "linux-tdep.h".
5708 (find_signalled_thread, find_stop_signal): Remove.
5709 (linux_nat_do_thread_registers): Likewise.
5710 (struct linux_nat_corefile_thread_data): Likewise.
5711 (linux_nat_corefile_thread_callback): Likewise.
5712 (iterate_over_spus): Likewise.
5713 (struct linux_spu_corefile_data): Likewise.
5714 (linux_spu_corefile_callback): Likewise.
5715 (linux_spu_make_corefile_notes): Likewise.
5716 (linux_nat_collect_thread_registers): New function.
5717 (linux_nat_make_corefile_notes): Replace contents by call to
5718 linux_make_corefile_notes passing linux_nat_collect_thread_registers
5719 as native-only callback.
5721 * linux-tdep.h: Include "bfd.h".
5722 (struct regcache): Add forward declaration.
5723 (linux_collect_thread_registers_ftype): New typedef.
5724 (linux_make_corefile_notes): Add prototype.
5725 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
5726 "regset.h", and "elf-bfd.h".
5727 (find_signalled_thread, find_stop_signal): New functions.
5728 (linux_spu_make_corefile_notes): Likewise.
5729 (linux_collect_thread_registers): Likewise.
5730 (struct linux_corefile_thread_data): New data structure.
5731 (linux_corefile_thread_callback): New funcion.
5732 (linux_make_corefile_notes): Likewise.
5733 (linux_make_corefile_notes_1): Likewise.
5734 (linux_init_abi): Install it.
5736 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5738 * gdbarch.sh (info_proc): New callback.
5739 * gdbarch.c, gdbarch.h: Regenerate.
5741 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
5742 before falling back to the target info_proc callback.
5744 * linux-nat.c: Do not include "cli/cli-utils.h".
5745 (linux_nat_info_proc): Remove.
5746 (linux_target_install_ops): No longer install it.
5748 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
5749 (read_mapping): New function.
5750 (linux_info_proc): Likewise.
5751 (linux_init_abi): Install it.
5753 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5755 * defs.h (enum info_proc_what): Moved here from linux-nat.c
5756 * infcmd.c: (info_proc_cmd_1): New function.
5757 (info_proc_cmd): New function, moved here from equivalent routine
5758 orignally in linux-nat.c.
5759 (info_proc_cmd_mappings): Likewise.
5760 (info_proc_cmd_stat): Likewise.
5761 (info_proc_cmd_status): Likewise.
5762 (info_proc_cmd_cwd): Likewise.
5763 (info_proc_cmd_cmdline): Likewise.
5764 (info_proc_cmd_exe): Likewise.
5765 (info_proc_cmd_all): Likewise.
5766 (_initialize_infcmd): Install "info proc" command and subcommands.
5768 * target.h (struct target_ops): Add to_info_proc.
5769 (target_info_proc): Add prototype.
5770 * target.c (target_info_proc): New function.
5772 * procfs.c (procfs_info_proc): Add prototype.
5773 (info_proc_cmd): Rename into ...
5774 (procfs_info_proc): ... this. Update argument types as appropriate
5775 for a to_info_proc implementation. Handle "what" argument.
5776 (procfs_target): Install procfs_info_proc.
5777 (_initialize_procfs): No longer install "info proc" command.
5779 * linux-nat.c: (enum info_proc_what): Remove.
5780 (linux_nat_info_proc_cmd_1): Rename into ...
5781 (linux_nat_info_proc): ... this. Update argument types as appropriate
5782 for a to_info_proc implementation.
5783 (linux_nat_info_proc_cmd): Remove.
5784 (linux_nat_info_proc_cmd_mappings): Likewise.
5785 (linux_nat_info_proc_cmd_stat): Likewise.
5786 (linux_nat_info_proc_cmd_status): Likewise.
5787 (linux_nat_info_proc_cmd_cwd): Likewise.
5788 (linux_nat_info_proc_cmd_cmdline): Likewise.
5789 (linux_nat_info_proc_cmd_exe): Likewise.
5790 (linux_nat_info_proc_cmd_all): Likewise.
5791 (linux_target_install_ops): Install linux_nat_info_proc.
5792 (_initialize_linux_nat): No longer install "info proc" command
5795 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5797 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
5798 * config.in, configure: Regenerate.
5800 * target.h (struct target_ops): Add to_fileio_readlink.
5801 (target_fileio_readlink): Add prototype.
5802 * target.c (target_fileio_readlink): New function.
5804 * inf-child.c: Conditionally include <sys/param.h>.
5805 (inf_child_fileio_readlink): New function.
5806 (inf_child_target): Install it.
5808 * remote.c (PACKET_vFile_readlink): New enum value.
5809 (remote_hostio_readlink): New function.
5810 (init_remote_ops): Install it.
5811 (_initialize_remote): Handle vFile:readlink packet type.
5813 2012-01-20 Pedro Alves <palves@redhat.com>
5814 Ulrich Weigand <ulrich.weigand@linaro.org>
5816 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
5817 * config.in, configure: Regenerate.
5819 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
5820 to_fileio_pread, to_fileio_close, to_fileio_unlink.
5821 (target_fileio_open): Add prototype.
5822 (target_fileio_pwrite): Likewise.
5823 (target_fileio_pread): Likewise.
5824 (target_fileio_close): Likewise.
5825 (target_fileio_unlink): Likewise.
5826 (target_fileio_read_alloc): Likewise.
5827 (target_fileio_read_stralloc): Likewise.
5829 * target.c: Include "gdb/fileio.h".
5830 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
5831 (default_fileio_target): New function.
5832 (target_fileio_open): Likewise.
5833 (target_fileio_pwrite): Likewise.
5834 (target_fileio_pread): Likewise.
5835 (target_fileio_close): Likewise.
5836 (target_fileio_unlink): Likewise.
5837 (target_fileio_close_cleanup): Likewise.
5838 (target_fileio_read_alloc_1): Likewise.
5839 (target_fileio_read_alloc): Likewise.
5840 (target_fileio_read_stralloc): Likewise.
5842 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
5843 <fcntl.h>, and <unistd.h>.
5844 (inf_child_fileio_open_flags_to_host): New function.
5845 (inf_child_errno_to_fileio_error): Likewise.
5846 (inf_child_fileio_open): Likewise.
5847 (inf_child_fileio_pwrite): Likewise.
5848 (inf_child_fileio_pread): Likewise.
5849 (inf_child_fileio_close): Likewise.
5850 (inf_child_fileio_unlink): Likewise.
5851 (inf_child_target): Install to_fileio routines.
5853 * remote.c (init_remote_ops): Install to_fileio routines.
5855 2012-01-20 Pedro Alves <palves@redhat.com>
5856 Ulrich Weigand <ulrich.weigand@linaro.org>
5858 * remote.c (remote_multi_process_p): Only check for multi-process
5859 protocol feature, do not check for extended protocol.
5860 (remote_supports_multi_process): Check for extended protocol here.
5861 (set_general_process): Likewise.
5862 (extended_remote_kill): Likewise.
5863 (remote_pid_to_str): Likewise.
5864 (remote_query_supported): Always query multiprocess mode.
5866 2012-01-20 Pedro Alves <palves@redhat.com>
5867 Ulrich Weigand <ulrich.weigand@linaro.org>
5869 * inferior.h (struct inferior): Add fake_pid_p.
5870 * inferior.c (exit_inferior_1): Clear fake_pid_p.
5871 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
5872 magic_null_ptid since the remote side doesn't provide a real PID.
5874 2012-01-19 Tom Tromey <tromey@redhat.com>
5876 * NEWS: Combine the two Python sections.
5878 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5880 * target.h (target_close): Update comment on the target's unpush state.
5882 2012-01-19 Pedro Alves <palves@redhat.com>
5884 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
5885 linux_nat_async directly instead of going through the target
5887 * target.c (unpush_target): Close target after unpushing it, not
5890 2012-01-19 Gary Benson <gbenson@redhat.com>
5892 * mdebugread.c (sort_blocks): Replace integer constants with ones
5893 derived from FIRST_LOCAL_BLOCK.
5895 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5896 Jan Kratochvil <jan.kratochvil@redhat.com>
5899 * symfile.c (find_separate_debug_file): New function.
5900 (terminate_after_last_dir_separator): Likewise.
5901 (find_separate_debug_file_by_debuglink): Also try realpath.
5902 * configure.ac (AC_CHECK_FUNCS): Add lstat.
5903 * configure: Regenerate.
5904 * config.in: Regenerate.
5906 2012-01-18 Doug Evans <dje@google.com>
5908 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
5909 (main.o): Remove rule.
5910 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
5911 (--with-sysroot): Rewrite.
5912 * configure: Regenerate.
5913 * config.in: Regenerate.
5915 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
5917 * parse.c (initialize_expout): New function.
5918 (reallocate_expout): Likewise.
5919 (parse_exp_in_context): Use `initialize_expout' and
5920 `reallocate_expout' when appropriate.
5922 2012-01-18 Pedro Alves <palves@redhat.com>
5924 * record.c (struct record_breakpoint, record_breakpoint_p)
5925 (record_breakpoints): New.
5926 (record_insert_breakpoint, record_remove_breakpoint): Manage
5927 record breakpoints list. Only remove breakpoints from the
5928 inferior if they had been inserted there in the first place.
5930 2012-01-17 Doug Evans <dje@google.com>
5932 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
5933 if we know we don't have a file name to look for.
5935 2012-01-17 Pedro Alves <palves@redhat.com>
5937 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
5938 the frame's stop reason is UNWIND_UNAVAILABLE.
5940 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5942 Fix compilation error.
5943 * m2-exp.y (yyerror): Use ANSI C prototype.
5945 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
5947 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
5948 (growbuf_by_size): Likewise.
5949 (yyerror): Likewise.
5950 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
5951 (modblock): Remove variable (was #if 0'ed).
5952 (parse_number): Convert prototype from K&R to ANSI C.
5953 (yyerror): Likewise.
5954 * objc-exp.y (parse_number): Likewise.
5955 (yyerror): Likewise.
5956 (yylex): Remove #if 0'ed code.
5957 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
5958 (yyerror): Likewise.
5960 2012-01-16 Tom Tromey <tromey@redhat.com>
5963 * symtab.h (compare_filenames_for_search): Declare.
5964 * symtab.c (compare_filenames_for_search): New function.
5965 (iterate_over_some_symtabs): Use it.
5966 * symfile.h (struct quick_symbol_functions)
5967 <map_symtabs_matching_filename>: Change spec.
5968 * psymtab.c (partial_map_symtabs_matching_filename): Use
5969 compare_filenames_for_search. Update for new spec.
5970 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
5971 compare_filenames_for_search. Update for new spec.
5972 * breakpoint.c (clear_command): Use compare_filenames_for_search.
5974 2012-01-16 Tom Tromey <tromey@redhat.com>
5977 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
5978 (struct main_type) <flag_flag_enum>: New field.
5979 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
5980 * NEWS: Add entries.
5981 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
5983 * python/lib/gdb/printing.py (_EnumInstance): New class.
5984 (FlagEnumerationPrinter): Likewise.
5986 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
5988 * breakpoint.c (create_sals_from_address_default): New function.
5989 (create_breakpoints_sal_default): Likewise.
5990 (decode_linespec_default): Likewise.
5991 (is_marker_spec): Removed.
5992 (strace_marker_p): New function.
5993 (init_breakpoint_sal): Using `strace_marker_p' instead of
5995 (create_breakpoint): Call method `create_sals_from_address' from
5996 breakpoint_ops, replacing code that created SALs conditionally
5997 on the type of the breakpoint. Call method `create_breakpoints_sal',
5998 replacing code that created breakpoints conditionally on the type
6000 (base_breakpoint_create_sals_from_address): New function.
6001 (base_breakpoint_create_breakpoints_sal): Likewise.
6002 (base_breakpoint_decode_linespec): Likewise.
6003 (base_breakpoint_ops): Add methods
6004 `base_breakpoint_create_sals_from_address',
6005 `base_breakpoint_create_breakpoints_sal' and
6006 `base_breakpoint_decode_linespec'.
6007 (bkpt_create_sals_from_address): New function.
6008 (bkpt_create_breakpoints_sal): Likewise.
6009 (bkpt_decode_linespec): Likewise.
6010 (tracepoint_create_sals_from_address): Likewise.
6011 (tracepoint_create_breakpoints_sal): Likewise.
6012 (tracepoint_decode_linespec): Likewise.
6013 (strace_marker_create_sals_from_address): Likewise.
6014 (strace_marker_create_breakpoints_sal): Likewise.
6015 (strace_marker_decode_linespec): Likewise.
6016 (strace_marker_breakpoint_ops): New variable.
6017 (addr_string_to_sals): Remove `marker_spec'. Call method
6018 `decode_linespec' from breakpoint_ops, replacing code that decoded
6019 an address string into a SAL. Use `strace_marker_p' instead of
6021 (strace_command): Decide whether we are dealing with a static
6022 tracepoint with marker or not. Use the appropriate breakpoint_ops.
6023 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
6024 * breakpoint.h (linespec_result, linespec_sals): New forward
6026 (breakpoint_ops) <create_sals_from_address>,
6027 <create_breakpoints_sal>, <decode_linespec>: New methods.
6029 2012-01-14 Doug Evans <dje@google.com>
6031 * NEWS: Update text for "maint set python print-stack".
6032 It is deprecated in gdb 7.4 and deleted in 7.5.
6034 2012-01-13 Eli Zaretskii <eliz@gnu.org>
6036 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
6039 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6041 * configure: Regenerate.
6042 * config.in: Regenerate.
6044 2012-01-12 Keith Seitz <keiths@redhat.com>
6047 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
6048 (ANONYMOUS_UNION_NAME): Define.
6049 (is_path_expr_parent): New function.
6050 (get_path_expr_parent): New function.
6051 (is_anonymous_child): New function.
6052 (create_child_with_value): If the child is anonymous and without
6053 a name, assign an object name to it.
6054 (c_describe_child): Use get_path_expr_parent to determine
6055 the parent expression.
6056 If there field represents an anonymous struct or union and
6057 has no name, set an appropriate display name and expression.
6058 (cplus_describe_child): Likewise.
6060 2012-01-12 Pedro Alves <palves@redhat.com>
6062 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
6063 available when %ebp is found to be zero (outermost).
6065 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
6067 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
6068 an internal gdb_static_assert.
6069 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
6071 2012-01-11 Tom Tromey <tromey@redhat.com>
6074 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
6075 catch" and "catch throw".
6077 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6079 * blockframe.c (block_innermost_frame): Start search from selected
6080 frame, if present, or otherwise the current frame.
6082 * c-exp.y (variable): Update innermost_block for
6083 'block COLONCOLON NAME' clause.
6084 * m2-exp.y (variable): Ditto.
6085 * objc-exp.y (variable): Ditto.
6087 2012-01-10 Tom Tromey <tromey@redhat.com>
6090 * python/python.c (finish_python_initialization): Set sys.argv.
6092 2012-01-10 Doug Evans <dje@google.com>
6094 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
6095 "want_line_info". All callers updated.
6096 (dwarf_decode_lines_1): New function.
6097 (handle_DW_AT_stmt_list): Add function comment.
6098 New arg "want_line_info". All callers updated.
6099 (read_file_scope,read_type_unit_scope): Move comment from
6100 handle_DW_AT_stmt_list to here.
6102 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6104 Fix regression after libiberty/ update for GCC PR 6057 and others.
6105 * c-exp.y (operator) <OPERATOR DELETE>
6106 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6107 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
6108 (make_builtin_type, make_name): New variable i, add gdb_assert.
6109 (operator) <OPERATOR NEW>: Update ARGS to 3.
6110 (operator) <OPERATOR DELETE>: Add trailing space.
6111 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
6112 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6113 * cp-support.c (cp_canonicalize_string): Check NULL from
6114 cp_comp_to_string, call warning and return.
6116 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6118 Fix duplicate .o files after omitting libbfd.a.
6119 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
6120 (SFILES): Add corelow.c.
6121 (COMMON_OBS): Add corelow.o.
6122 (ALLDEPFILES): Remove corelow.c.
6123 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
6124 * config/alpha/alpha-osf3.mh: Likewise.
6125 * config/alpha/fbsd.mh: Likewise.
6126 * config/arm/nbsdaout.mh: Likewise.
6127 * config/arm/nbsdelf.mh: Likewise.
6128 * config/i386/i386gnu.mh: Likewise.
6129 * config/ia64/hpux.mh: Likewise.
6130 * config/ia64/linux.mh: Likewise.
6131 * config/m32r/linux.mh: Likewise.
6132 * config/m68k/linux.mh: Likewise.
6133 * config/mips/irix5.mh: Likewise.
6134 * config/mips/irix6.mh: Likewise.
6135 * config/pa/hpux.mh: Likewise.
6136 * config/pa/linux.mh: Likewise.
6137 * config/powerpc/aix.mh: Likewise.
6138 * config/sparc/linux.mh: Likewise.
6139 * config/sparc/linux64.mh: Likewise.
6140 * config/sparc/sol2.mh: Likewise.
6141 * config/vax/vax.mh: Likewise.
6142 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
6143 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
6144 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
6145 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
6146 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
6147 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
6148 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
6149 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
6150 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
6151 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
6152 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
6153 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
6154 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6155 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
6156 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
6157 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6158 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
6159 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
6160 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
6161 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
6162 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
6163 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
6164 corelow.o from gdb_target_obs.
6165 * corefile.c (core_target): Update the comment on NULL value.
6166 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
6167 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
6168 MATCHES. Drop YUMMY set on NULL.
6169 (core_close): Do not call exit_inferior_silent on zero PID. Do not
6170 reclaim CORE_DATA if it is already NULL.
6172 2012-01-09 Doug Evans <dje@google.com>
6174 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
6175 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
6177 2012-01-09 Keith Seitz <keiths@redhat.com>
6179 * breakpoint.c (wrapper.h): Don't include.
6181 2012-01-09 Keith Seitz <keiths@redhat.com>
6183 * Makefile.in (SFILES): Remove wrapper.c.
6184 (HFILES_NO_SRCDIR): Remove wrapper.h.
6185 (COMMON_OBS): Remove wrapper.o.
6186 * cli/cli-interp.c: Don't inlude wrapper.h.
6187 * corelow.c: Likewise.
6188 (core_open): Replace gdb_target_find_new_threads with
6189 TRY_CATCH around target_find_new_threads.
6190 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
6191 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
6192 * varobj.c (varobj_create): Likewise for parse_exp_1 and
6193 evaluate_expression.
6194 (varobj_set_value): Likewise for evaluate_expression and
6196 (install_new_variable): Likewise for value_fetch_lazy.
6197 (adjust_value_for_child_access): Likewise for value_ind.
6198 (c_describe_child): Likewise for value_subscript and
6200 (c_value_of_root): Likewise for evaluate_expression.
6201 * wrapper.c: Remove.
6202 * wrapper.h: Remove.
6204 2012-01-09 Doug Evans <dje@google.com>
6206 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
6207 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
6208 "abfd" args with "section". All callers updated.
6209 Error checking code moved ...
6210 (error_check_comp_unit_head): ... here. New function.
6211 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
6212 Delete arg "abfd". New arg "type_offset". All callers updated.
6213 (create_debug_types_hash_table): Simplify by using
6214 read_and_check_type_unit_head.
6216 * parser-defs.h (namecopy): Delete.
6217 * parse.c (namecopy, namecopy_size): Move into copy_name.
6219 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6221 Partially fix duplicate .o files after omitting libbfd.a.
6222 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
6223 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6224 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
6225 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6226 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
6227 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
6228 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6230 2012-01-09 Pedro Alves <palves@redhat.com>
6232 * MAINTAINERS: Update my email address.
6234 2012-01-08 Doug Evans <dje@google.com>
6236 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
6237 n_type_units. Rename type_comp_units to all_type_units.
6239 (add_signatured_type_cu_to_table): Renamed from
6240 add_signatured_type_cu_to_list. All callers updated.
6242 * gdbtypes.h (struct cplus_struct_type): Delete member
6243 nfn_fields_total. All uses removed.
6245 2012-01-06 Doug Evans <dje@google.com>
6247 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
6249 (dwarf2_find_comp_unit): Delete.
6250 (process_psymtab_comp_unit): Make result "void".
6251 Delete args buffer, info_ptr, buffer_size, and replace with
6252 "section". All callers updated.
6253 (dwarf2_build_psymtabs_hard): Simplify.
6255 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
6256 Thiago Jung Bauermann <bauerman@br.ibm.com>
6258 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
6259 before `struct gdb_exception'.
6260 * breakpoint.c (update_global_location_list_nothrow)
6261 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
6262 * cp-abi.c (value_rtti_type): Likewise.
6263 * cp-support.c (cp_validate_operator): Likewise.
6264 * infrun.c (insert_exception_resume_breakpoint)
6265 (check_exception_resume, keep_going): Likewise.
6266 * mi-interp.c (mi_breakpoint_created)
6267 (mi_breakpoint_modified): Likewise.
6268 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
6269 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
6270 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
6272 2012-01-05 Doug Evans <dje@google.com>
6274 * dwarf2read.c (statement_prologue): Delete, unused.
6276 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
6277 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
6279 * dwarf2read.c (comp_unit_header): Delete, unused.
6281 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
6283 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
6284 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
6286 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
6288 * infrun.c (normal_stop): Don't skip calling the normal_stop
6289 observers if the thread was doing a multi-step, but stopped for
6290 some reason other than stepping.
6292 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6294 * cli/cli-decode.h: Add comments.
6295 (CMD_LIST_AMBIGUOUS): Moved to command.h
6296 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
6297 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
6298 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
6299 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
6300 (add_com, add_com_alias, add_info, add_info_alias)
6301 (complete_on_cmdlist, complete_on_enum, help_list): Remove
6303 * command.h: Add and adjust comments.
6304 (CMD_LIST_AMBIGUOUS): Moved here.
6305 (help_cmd, help_cmd_list): Delete declarations.
6307 2012-01-04 Doug Evans <dje@google.com>
6309 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
6310 All callers updated.
6311 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
6312 Replace all arguments with "per_cu". All callers updated.
6314 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
6316 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
6317 New arg "per_cu". All callers updated.
6319 Delete #if 0'd out code.
6320 * language.c (binop_result_type): Delete.
6321 (simple_type, ordered_type, same_type, integral_type): Delete.
6322 (numeric_type, character_type, string_type, boolean_type): Delete.
6323 (float_type, structured_type): Delete.
6324 * language.h: Update.
6326 2012-01-04 Tom Tromey <tromey@redhat.com>
6328 * python/py-value.c (valpy_binop): Initialize 'res_val'.
6330 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6332 * corefile.c (close_exec_file): Delete.
6333 (reopen_exec_file): Remove commented out code that seems related
6334 to close_exec_file, which is being deleted here.
6335 * inferior.h (close_exec_file): Delete.
6336 * fork-child.c (fork_inferior): Remove call to fork_inferior.
6338 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6340 * ada-lang.c: #include "cli/cli-utils.h".
6341 (get_selections): Use skip_spaces.
6342 (ada_get_next_arg): Use skip_spaces and skip_to_space.
6343 (catch_ada_exception_command_split): Use skip_spaces.
6344 (ada_decode_assert_location): Likewise.
6346 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6348 * linespec.c (decode_line_internal): Check for C++ or Java
6349 compound constructs only if the current language is C, C++
6352 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6355 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6356 Joel Brobecker <brobecker@adacore.com>
6357 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6358 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6360 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6361 fall through into AT_ENTRY_POINT.
6362 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6364 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6365 PPC_INSN_SIZE skip to 3 times.
6367 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6369 * linespec.c (add_minsym): Preserve function descriptors.
6371 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6373 * breakpoint.c (all_locations_are_pending): Consider locations
6374 in program spaces executing during startup pending as well.
6376 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6378 Copyright year update in most files of the GDB Project.
6380 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6382 * copyright.sh: Delete.
6383 * copyright.py: Rewrite.
6385 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6387 * gnulib/extra/update-copyright: New file, imported from gnulib.
6389 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6391 * README (Copyright and License Notices): New section.
6393 2012-01-03 Tom Tromey <tromey@redhat.com>
6396 * python/py-value.c (valpy_dereference, valpy_get_address
6397 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
6398 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
6399 (valpy_absolute, valpy_richcompare): Free intermediate values.
6401 2011-01-03 Joel Brobecker <brobecker@adacore.com>
6403 * ada-lang.c: Reformat the copyright notice.
6405 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6407 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
6408 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
6409 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
6410 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
6411 Revert this part of:
6412 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6413 Build gdb directly from *.o files not using libgdb.a.
6414 * Makefile.in (COMMON_OBS): Remove solib-target.o.
6416 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6418 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
6419 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
6420 Reformat the copyright header.
6422 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6424 Revert this part of:
6425 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6426 Remove the gdbtui binary.
6427 * gdb.c (main): Remove args.interpreter_p initialization.
6428 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6429 * main.h (struct captured_main_args): Remove interpreter_p.
6431 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6433 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
6435 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6437 * top.c (print_gdb_version): Update copyright year.
6439 2012-01-02 Yao Qi <yao@codesourcery.com>
6441 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
6443 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6444 Joel Brobecker <brobecker@adacore.com>
6446 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6447 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6449 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6450 fall through into AT_ENTRY_POINT.
6451 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6453 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6454 PPC_INSN_SIZE skip to 3 times.
6456 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6458 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
6460 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
6462 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6464 Build gdb directly from *.o files not using libgdb.a.
6465 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
6466 (COMMON_OBS): Remove solib-target.o.
6467 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
6468 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
6469 (LIBGDB_OBS, libgdb.a): Move it above.
6470 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
6471 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
6472 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
6473 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
6474 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
6475 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
6476 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
6477 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
6478 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
6479 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
6480 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
6481 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
6482 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
6483 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
6484 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6485 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
6486 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
6487 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6488 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
6489 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
6490 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
6491 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
6492 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
6493 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
6494 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
6495 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
6496 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
6498 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6500 Remove the gdbtui binary.
6501 * .gitignore (/gdbtui): Remove.
6502 * Makefile.in (TUI): Remove.
6503 (SUBDIR_TUI_OBS): Remove tui-main.o.
6504 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
6505 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
6506 (tui-main.o): Remove.
6507 (all_object_files): Remove tui-main.o.
6508 * NEWS: New note for the gdbtui removal.
6509 * configure: Rebuilt.
6510 * configure.ac: No longer add all-tui, clean-tui, install-tui and
6511 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
6512 CONFIG_UNINSTALL respectively.
6513 * gdb.c (main): Remove args.interpreter_p initialization.
6514 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6515 * main.h (struct captured_main_args): Remove interpreter_p.
6516 * tui/tui-main.c: Remove.
6518 2012-01-01 Doug Evans <dje@google.com>
6520 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
6521 (dwarf2_physname, read_import_statement): Ditto.
6522 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
6523 (process_structure_scope read_subroutine_type): Ditto.
6524 (read_typedef, load_partial_dies, read_partial_die): Ditto.
6525 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
6526 (dwarf2_fetch_die_location_block): Ditto.
6527 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
6529 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
6530 All callers updated.
6531 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
6532 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
6533 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
6535 * dwarf2read.c (load_cu): Move assert to more useful location.
6537 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
6538 All callers updated.
6540 * dwarf2read.c (dwarf2_per_objfile): Add comment.
6541 (dwarf2_elf_names): Minor reformat.
6542 (dwarf2_per_cu_data): Tweak comment.
6543 (dwarf2_read_section): Fix comment.
6544 (create_all_comp_units): Fix comment.
6545 (load_full_comp_unit): Fix comment.
6546 (process_full_comp_unit): Fix comment.
6547 (read_signatured_type): Fix comment.
6549 For older changes see ChangeLog-2011.
6555 version-control: never