X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=4e0ac4bbf9ecfe04c666d3ea4b96762c798a0a50;hb=8de20a37d6eb551a69a04b1b8e67874b9f14123d;hp=bfb7c6b0471bade85ce54233831b4cca66284ec0;hpb=65cf3563597713173bb688287a21666ec66e722d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfb7c6b047..4e0ac4bbf9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,385 @@ +2013-04-15 Tom Tromey + + PR c++/11990: + * c-lang.c (cplus_language_defn): Use gdb_demangle. + * c-typeprint.c (c_type_print_base): Use gdb_demangle. + * cp-support.c (mangled_name_to_comp): Use gdb_demangle. + (gdb_demangle): New function. + * cp-support.h (gdb_demangle): Declare. + * dwarf2read.c (dwarf2_physname, fixup_partial_die) + (dwarf2_name): Use gdb_demangle. + * gdbtypes.c (check_stub_method): Use gdb_demangle. + * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version + suffixes from name. + (gnuv3_print_method_ptr): Use gdb_demangle. + * jv-lang.c (java_demangle): Use gdb_demangle. + * jv-typeprint.c (java_type_print_base): Use gdb_demangle. + * language.c (unk_lang_demangle): Use gdb_demangle. + * symtab.c (symbol_find_demangled_name) + (demangle_for_lookup): Use gdb_demangle. + +2013-04-15 Tom Tromey + + PR c++/12824: + * NEWS: Update. + * breakpoint.c (enum exception_event_kind) : + New constant. + (classify_exception_breakpoint): New function. + (print_it_exception_catchpoint, print_one_exception_catchpoint) + (print_mention_exception_catchpoint) + (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions) + (catch_exception_command_1): Handle "rethrow" catchpoint. + (catch_rethrow_command): New function. + (_initialize_breakpoint): Add "catch rethrow" command. + +2013-04-15 Pierre Muller + + * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider + set_gdbarch_write_pc as deprecated anymore. + +2013-04-15 Joel Brobecker + + * spu-tdep.c (spu_write_pc): Add empty line after local variable + declarations. + +2013-04-13 Yao Qi + + * ctf.c (_initialize_ctf): Include "completer.h". + Call add_target_with_completer instead of add_target. + +2013-04-12 Jan Kratochvil + + Fix GDB regression related to PR binutils/14813. + * jit.c (mem_bfd_iovec_close): Return 0 for success. + * minidebug.c (lzma_close): Add return value comment. + * remote.c (remote_bfd_iovec_close): Return 0 for success. + * solib-spu.c (spu_bfd_iovec_close): Likewise. + * spu-linux-nat.c (spu_bfd_iovec_close): Likewise. + +2013-04-12 Jan Kratochvil + + * config.in: Regenerate. + +2013-04-12 Tom Tromey + + * dwarf2-frame.c (struct comp_unit) : Now + const. + * dwarf2read.c (struct dwarf2_section_info) : Now const. + (struct die_reader_specs) : Likewise. + (die_reader_func_ftype): Make 'info_ptr' const. + (struct line_header) : Now const. + (struct file_entry) : Likewise. + (struct partial_die_info) : Likewise. + (struct dwarf_block) : Likewise. + (dwarf2_read_section): Remove cast. + (dwarf2_get_section_info): Make 'bufp' const. + (read_index_from_section): Constify. + (dw2_get_file_names_reader): Make 'info_ptr' const. + (dw2_get_primary_filename_reader): Likewise. + (read_comp_unit_head): Make 'info_ptr' and return type const. + (read_and_check_comp_unit_head, read_and_check_type_unit_head): + Likewise. + (read_abbrev_offset): Constify. + (dwarf2_create_include_psymtab): Make 'name' const. + (create_debug_types_hash_table): Update. + (read_cutu_die_from_dwo): Make 'result_info_ptr' const. + (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow): + Constify. + (process_psymtab_comp_unit_reader, build_type_psymtabs_reader) + (load_partial_comp_unit_reader): Make 'info_ptr' const. + (read_comp_units_from_section): Constify. + (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die) + (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr' + const. + (dwarf2_compute_name, setup_type_unit_groups): Constify. + (create_dwo_debug_info_hash_table): Make 'info_ptr' const. + (create_dwp_hash_table, dwarf2_ranges_read) + (dwarf2_record_block_ranges): Constify. + (read_die_and_children, read_die_and_siblings_1) + (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr' + const. + (read_full_die_1, read_full_die): Make 'info_ptr' const. + (abbrev_table_read_table): Constify. + (load_partial_dies): Make 'info_ptr' const. + (read_partial_die, read_attribute_value, read_attribute): Make + 'info_ptr' and return type const. + (read_address, read_initial_length) + (read_checked_initial_length_and_offset, read_offset) + (read_offset_1, read_n_bytes, read_direct_string): Make 'buf' + const. + (read_direct_string): Make 'buf' and return type const. + (read_indirect_string_at_offset, read_indirect_string_from_dwz) + (read_indirect_string): Make return type const. + (read_unsigned_leb128, read_signed_leb128): Make 'buf' const. + (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make + 'info_ptr' const. + (read_str_index): Make return type const. + (add_include_dir): Make 'include_dir' const. + (add_file_name): Make 'name' const. + (dwarf_decode_line_header): Constify. + (psymtab_include_file_name): Make return type const. + (dwarf_decode_lines_1, dwarf_decode_lines): Constify. + (dwarf2_start_subfile): Make 'filename' const. + (dwarf2_const_value_attr): Make 'bytes' const. + (read_signatured_type_reader): Make 'info_ptr' const. + (decode_locdesc): Constify. + (skip_form_bytes): Make 'bytes', 'buffer_end', and return type + const. + (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr', + 'mac_end', and return type const. + (dwarf_parse_macro_header): Make 'mac_ptr' and return type const. + (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return + type const. + (per_cu_header_read_in): Constify. + * symfile.h (dwarf2_get_section_info): Update. + +2013-04-12 Tom Tromey + + * symtab.h (struct general_symbol_info) : Make const. + +2013-04-12 Eli Zaretskii + + * NEWS: Mention "show configuration", --configuration. + * top.c (print_gdb_configuration): New function, displays the + details about GDB configure-time parameters. + (print_gdb_version): Mention "show configuration". + * cli/cli-cmds.c (show_configuration): New function. + (_initialize_cli_cmds): Add the "show configuration" command. + * main.c (captured_main) : New static var. + : Use it. + If --configuration was given, call print_gdb_configuration. + +2013-04-11 Jan Kratochvil + Pedro Alves + + * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New. + (generated_files): Add gcore. + (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or + HAVE_NATIVE_GCORE_HOST. + (gcore): New. + * NEWS (Changes since GDB 7.6): Mention newly installed gcore. + * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh, + config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh, + config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh, + config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh: + Add HAVE_NATIVE_GCORE_HOST. + * configure: Regenerate. + * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it. + New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New + AC_CONFIG_FILES for gcore. + * configure.tgt: Add gdb_have_gcore to the initial comment. Set + gdb_have_gcore. + * gdb_gcore.sh: Rename to ... + * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME + and GCORE_TRANSFORM_NAME substitutions. + + Fix parsing tabs in ${gdb_target_obs}. + * configure.tgt (gdb_have_gcore): Replace case with for and if. + +2013-04-11 Jan Kratochvil + + * remote.c (unpush_and_perror): Add output message final dot. + +2013-04-11 Yao Qi + + * tracepoint.c (tfile_interp_line): Fit parameters line and + utpp in one line. + +2013-04-10 Joel Brobecker + + * solib.c (solib_map_sections): Remove code overwriting + SO->SO_NAME with the bfd's filename. + +2013-04-10 Pedro Alves + + * cli/cli-decode.c (integer_unlimited_completer): New function. + (add_setshow_integer_cmd, add_setshow_uinteger_cmd) + (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited" + completer. + * cli/cli-setshow.c: Include "cli/cli-utils.h". + (is_unlimited_literal): New function. + (do_set_command): Handle literal "unlimited" arguments. + * frame.c (_initialize_frame) : Document + "unlimited". + * printcmd.c (_initialize_printcmd) : Add help text. + * record-full.c (_initialize_record_full) : Likewise. + * record.c (_initialize_record) : + Add help text. + * ser-tcp.c (_initialize_ser_tcp) : Add + help text. + * tracepoint.c (_initialize_tracepoint) : + Likewise. + * source.c (_initialize_source) : Add help text. + * utils.c (initialize_utils) : Likewise. + : Mention "set height unlimited". + * valprint.c (_initialize_valprint) : Document "unlimited". + +2013-04-10 Pedro Alves + + * cli/cli-cmds.c (quit_command): Call query_if_trace_running + instead of disconnect_tracing. + * infcmd.c (detach_command, disconnect_command): Call + query_if_trace_running. Adjust. + * top.c: Include "tracepoint.h". + (quit_target): Delete. Contents moved ... + (quit_force): ... here. Wrap each stage of teardown in + TRY_CATCH. Call disconnect_tracing before detaching. + +2013-04-10 Hui Zhu + Yao Qi + + * configure.ac: Check libbabeltrace is installed. + * config.in: Regenerate. + * configure: Regenerate. + * Makefile.in (LIBBABELTRACE): New. + (CLIBS): Add LIBBABELTRACE. + * ctf.c: Include "exec.h". + (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros. + (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros. + (ctf_save_metadata_header): Define new type aliases in + metadata. + (ctf_write_header): Define event type "tsv_def" and "tp_def" + in metadata. Start a new faked packet for trace status. + (ctf_write_status): Write trace status to CTF. + (ctf_write_uploaded_tsv): Write TSV to CTF. + (ctf_write_uploaded_tp): Write tracepoint definition to CTF. + (ctf_write_definition_end): End the faked packet. + + (ctx, ctf_iter, trace_dirname): New. + (start_pos): New variable. + (ctf_destroy, ctf_open_dir, ctf_open): New. + (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New + macros. + (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New. + (ctf_fetch_registers, ctf_xfer_partial): New. + (ctf_get_trace_state_variable_value): New. + (ctf_get_tpnum_from_frame_event): New. + (ctf_get_traceframe_address): New. + (ctf_trace_find, ctf_has_stack): New. + (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New. + (ctf_get_trace_status, ctf_read_status): New. + (_initialize_ctf): New. + * tracepoint.c (get_tracepoint_number): New + (get_uploaded_tsv): Remove 'static'. + (struct traceframe_info, trace_regblock_size): Move it to ... + * tracepoint.h: ... here. + (get_tracepoint_number): Declare it. + (get_uploaded_tsv): Declare it. + + * NEWS: Mention new configure option. + +2013-04-10 Pedro Alves + Hui Zhu + + * breakpoint.c (dprintf_re_set): New. + (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set + to dprintf_re_set. + +2013-04-09 Joel Brobecker + + * configure.tgt (gdb_target_obs) : + Remove solib-svr4.o from the list. + +2013-04-09 Joel Brobecker + + * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]: + Use gdb_assert_not_reached instead of invalid boolean expression. + +2013-04-09 Pedro Alves + + * remote.c (unpush_and_perror): New function. + (readchar, remote_serial_write): Use it. + +2013-04-09 Markus Metzger + + * NEWS: Mention new btrace RSP packets. + +2013-04-08 Tom Tromey + + * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to + long. + +2013-04-08 Tom Tromey + + * maint.c (print_bfd_section_info): Print the section index. + * symmisc.c (dump_msymbols): Print the section index. + +2013-04-08 Tom Tromey + + PR symtab/8424: + * blockframe.c (find_pc_partial_function_gnu_ifunc): Check + SYMBOL_SECTION, not SYMBOL_OBJ_SECTION. + * breakpoint.c (resolve_sal_pc): Update. + * elfread.c (elf_gnu_ifunc_record_cache): Update. + * findvar.c (struct minsym_lookup_data) : New field. + (minsym_lookup_iterator_cb): Use it. + (default_read_var_value): Update. + * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline): + Update. + * infcmd.c (jump_command): Update. + * linespec.c (minsym_found): Update. + * maint.c (maintenance_translate_address): Update. + * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update. + (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION. + * parse.c (write_exp_msymbol): Update. + * printcmd.c (address_info): Update. + * psymtab.c (find_pc_sect_psymbol): Update. + (fixup_psymbol_section): Check SYMBOL_SECTION, not + SYMBOL_OBJ_SECTION. + (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION. + Don't initialize SYMBOL_OBJ_SECTION. + * spu-tdep.c (spu_catch_start): Update. + * stabsread.c (define_symbol): Don't set SYMBOL_SECTION. + * symmisc.c (dump_msymbols, print_symbol): Update. + * symtab.c (fixup_section): Don't set 'obj_section'. Change + how fallback section is computed. + (fixup_symbol_section): Update. + (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal): + Update. + (allocate_symbol, initialize_symbol, allocate_template_symbol): + Initialize SYMBOL_SECTION. + * symtab.h (struct general_symbol_info)
: Update comment. + : Remove. + (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite. + (SYMBOL_OBJFILE): New macro. + +2013-04-08 Tom Tromey + + * coffread.c (record_minimal_symbol): Update. + * dbxread.c (record_minimal_symbol): Update. + * elfread.c (record_minimal_symbol): Update. + * machoread.c (macho_symtab_add_minsym): Update. + * mdebugread.c (record_minimal_symbol, parse_partial_symbols): + Update. + * minsyms.c (prim_record_minimal_symbol): Update. + (prim_record_minimal_symbol_full): Remove 'bfd_section' + argument. + (prim_record_minimal_symbol_and_info): Likewise. + * minsyms.h (prim_record_minimal_symbol_full) + (prim_record_minimal_symbol_and_info): Update. + * symtab.c (allocate_symbol, initialize_symbol) + (allocate_template_symbol): Initialize SYMBOL_SECTION. + * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab): + Update. + +2013-04-08 Tom Tromey + + PR symtab/8423: + * solib-som.c (som_solib_section_offsets): Use BFD section + indices. Set offsets for all sections. + * somread.c (som_symtab_read): Compute BFD section for + symbol. Use prim_record_minimal_symbol_and_info. + (som_symfile_read): Fix comment. + (struct find_section_offset_arg): New. + (find_section_offset, set_section_index): New functions. + (som_symfile_offsets): Use set_section_index to compute + section indices. + 2013-04-08 Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.