PR c++/11990:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b9896abea0a7fa24ad6069d3e9bb2b02bd0b6e47..4e0ac4bbf9ecfe04c666d3ea4b96762c798a0a50 100644 (file)
@@ -1,3 +1,191 @@
+2013-04-15  Tom Tromey  <tromey@redhat.com>
+
+       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  <tromey@redhat.com>
+
+       PR c++/12824:
+       * NEWS: Update.
+       * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
+       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  <muller@sourceware.org>
+
+       * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
+       set_gdbarch_write_pc as deprecated anymore.
+
+2013-04-15  Joel Brobecker  <brobecker@adacore.com>
+
+       * spu-tdep.c (spu_write_pc): Add empty line after local variable
+       declarations.
+
+2013-04-13  Yao Qi  <yao@codesourcery.com>
+
+       * ctf.c (_initialize_ctf): Include "completer.h".
+       Call add_target_with_completer instead of add_target.
+
+2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       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  <jan.kratochvil@redhat.com>
+
+       * config.in: Regenerate.
+
+2013-04-12  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
+       const.
+       * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
+       (struct die_reader_specs) <buffer>: Likewise.
+       (die_reader_func_ftype): Make 'info_ptr' const.
+       (struct line_header) <include_dirs, statement_program_start,
+       statement_program_end>: Now const.
+       (struct file_entry) <name>: Likewise.
+       (struct partial_die_info) <sibling>: Likewise.
+       (struct dwarf_block) <data>: 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  <tromey@redhat.com>
+
+       * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
+
+2013-04-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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) <print_configuration>: New static var.
+       <long_options>: Use it.
+       If --configuration was given, call print_gdb_configuration.
+
+2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * 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  <jan.kratochvil@redhat.com>
+
+       * remote.c (unpush_and_perror): Add output message final dot.
+
+2013-04-11  Yao Qi  <yao@codesourcery.com>
+
+       * tracepoint.c (tfile_interp_line): Fit parameters line and
+       utpp in one line.
+
 2013-04-10  Joel Brobecker  <brobecker@adacore.com>
 
        * solib.c (solib_map_sections): Remove code overwriting
This page took 0.024856 seconds and 4 git commands to generate.