* gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a182ac2fb7e71656a6d57af9c8f98ddf50c48760..0f7f24a07024b232b1fe15354946fa3a67a1d888 100644 (file)
@@ -1,3 +1,314 @@
+2012-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
+
+2012-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
+       and 'abfd'.
+       * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
+       and 'abfd'.
+       * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
+       * machoread.c (macho_add_oso_symfile): Make a cleanup for
+       'abfd'.
+       (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
+       * objfiles.c (allocate_objfile): Acquire a new reference.
+       * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
+       * solib.c (solib_read_symbols): Don't acquire a BFD reference.
+       * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
+       a cleanup for 'nbfd'.
+       * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
+       for 'nbfd'.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
+       make a cleanup for 'abfd'.
+       (symbol_file_add): Make a BFD cleanup.
+
+2012-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
+       (bfd_openw_with_cleanup): Use gdb_bfd_openw.
+       * corelow.c (core_open): Use gdb_bfd_fopen.
+       * dsrec.c (load_srec): Use gdb_bfd_openr.
+       * exec.c (exec_file_attach): Use gdb_bfd_fopen.
+       * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
+       * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
+       (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
+       (gdb_bfd_fdopenr): New functions.
+       * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
+       (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
+       (gdb_bfd_fdopenr): Declare.
+       * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
+       * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
+       * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
+       gdb_bfd_openr_next_archived_file.
+       (macho_check_dsym): Use gdb_bfd_openr.
+       (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
+       * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
+       * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
+       * remote-mips.c (mips_load_srec, pmon_load_fast): Use
+       gdb_bfd_openr.
+       * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
+       * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
+       gdb_bfd_openr_next_archived_file.
+       * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
+       Use gdb_bfd_openr.
+       * solib-pa64.c (pa64_solib_create_inferior_hook): Use
+       gdb_bfd_openr.
+       * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
+       * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
+       * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
+       * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
+       (symfile_bfd_open): Use gdb_bfd_fopen.
+       (generic_load): Use gdb_bfd_openr.
+       * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
+
+2012-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * bfd-target.c (target_bfd_reopen): Update.
+       * cli/cli-dump.c (bfd_openr_with_cleanup)
+       (bfd_openw_with_cleanup): Update.
+       * corelow.c (core_open): Update.
+       * dsrec.c (load_srec): Update.
+       * exec.c (exec_file_attach): Update.
+       * gcore.c (create_gcore_bfd): Update.
+       * gdb_bfd.c (gdb_bfd_ref): Return void.
+       (gdb_bfd_open): Update.
+       * gdb_bfd.h (gdb_bfd_ref): Return void.
+       Update comments.
+       * jit.c (jit_bfd_try_read_symtab): Update.
+       * m32r-rom.c (m32r_load, m32r_upload_command): Update.
+       * machoread.c (macho_symfile_read_all_oso): Update.
+       (macho_check_dsym): Update.
+       * procfs.c (insert_dbx_link_bpt_in_file): Update.
+       * remote-m32r-sdi.c (m32r_load): Update.
+       * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
+       * rs6000-nat.c (add_vmap): Update.
+       * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
+       Update.
+       * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
+       * solib-spu.c (spu_bfd_open): Update.
+       * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
+       * spu-linux-nat.c (spu_bfd_open): Update.
+       * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
+       (generic_load): Update.
+       * windows-nat.c (windows_make_so): Update.
+
+2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+       * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
+
+2012-07-20  Jeff Kenton  <jkenton@tilera.com>
+
+       * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
+       SIGTRAMP_FRAME unwinding.
+
+2012-07-20  Doug Evans  <dje@google.com>
+
+       * NEWS: Document new options "set/show use-deprecated-index-sections",
+       and delete reference to --use-deprecated-index-sections.
+       * symfile.h (use_deprecated_index_sections): Delete.
+       * dwarf2read.c (use_deprecated_index_sections): Make static.
+       (read_index_from_section): Update wording of how to load
+       deprecated index sections.
+       (_initialize_dwarf2_read): New options
+       "set/show use-deprecated-index-sections".
+       * main.c (captured_main): Delete --use-deprecated-index-sections.
+
+2012-07-20  Pedro Alves  <palves@redhat.com>
+
+       PR threads/11692
+       PR gdb/12203
+
+       * infrun.c (handle_inferior_event) <new thread>: Don't special
+       case minus_one_ptid.
+       <TARGET_WAITKIND_SPURIOUS>: Ditto.
+       * linux-thread-db.c (thread_get_info_callback): Don't return early
+       if the thread is zombie.
+       (thread_from_lwp): Change return type to void.  Rewrite stale
+       comment.
+       (attach_thread): Don't return early if the thread is zombie,
+       instead set its "dying" flag.
+       (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
+       (find_new_threads_callback): Don't return early if the thread is
+       zombie.
+
+2012-07-20  Pedro Alves  <palves@redhat.com>
+
+       * linux-nat.c (linux_nat_wait): Dump the passed in target options.
+       * target.c (target_wait): Likewise.
+       (str_comma_list_concat_elem, do_option, target_options_to_string):
+       New functions.
+       * target.h (target_options_to_string): Declare.
+
+2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (dwarf_decode_macros)
+       <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
+       DW_MACRO_GNU_transparent_include_alt>: New cases.
+       (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
+       DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
+
+2012-07-20  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (try_open_dwo_file): Don't call
+       gdb_bfd_stash_filename.
+
+2012-07-20  Pedro Alves  <palves@redhat.com>
+
+       * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
+       (i386_record_lea_modrm, i386_record_push, i386_record_floats)
+       (i386_process_record): Tweak description comments.
+
+2012-07-20  Pedro Alves  <palves@redhat.com>
+
+       * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
+       (i386_process_record): Use record_read_memory.
+       * record.c (record_read_memory): New function.
+       (record_arch_list_add_mem, record_exec_insn): Use
+       record_read_memory.
+       * record.h (record_read_memory): Declare.
+
+2012-07-20  Yao Qi  <yao@codesourcery.com>
+
+       * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
+       NULL for xfree.
+
+2012-07-19  Pedro Alves  <palves@redhat.com>
+
+       * record.c (record_resume): Ask the target beneath to report all
+       signals.
+
+2012-07-19  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
+       there's no section at address zero.
+       (dwarf2_record_block_ranges): Ditto.
+
+2012-07-19  Yao Qi  <yao@codesourcery.com>
+
+       * command.h, remote.c: Fix a typo in comment.
+
+2012-07-19  Tom Tromey  <tromey@redhat.com>
+
+       PR exp/13206:
+       * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
+       * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
+       OP_DECLTYPE>: New cases.
+       * c-exp.y (TYPEOF, DECLTYPE): New tokens.
+       (type_exp): Add new productions.
+       (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
+       and decltype.
+       * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
+       New case.
+       * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
+       OP_DECLTYPE>: New case.
+       * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
+       New case.
+       * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
+       * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
+
+2012-07-19  Tom Tromey  <tromey@redhat.com>
+
+       * c-exp.y (enum token_flags): New.
+       (struct token) <cxx_only>: Remove.
+       <flags>: New field.
+       (tokentab3, tokentab2, ident_tokens): Update.
+       (lex_one_token): Update.  Handle FLAG_SHADOW.
+
+2012-07-19  Tom Tromey  <tromey@redhat.com>
+
+       * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
+       * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
+       UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
+       * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
+       for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
+       type_exp production where appropriate.
+       * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
+       <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
+       <UNOP_MEMVAL_TYPE>: New case.
+       (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
+       (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
+       * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
+       <UNOP_MEMVAL_TYPE>: New case.
+       (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
+       UNOP_REINTERPRET_CAST>: Update.
+       <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
+       * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
+       UNOP_REINTERPRET_CAST>: Update.
+       <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
+       * stack.c (return_command): Also check for UNOP_CAST_TYPE.
+       * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
+       constants.
+
+2012-07-19  Yao Qi  <yao@codesourcery.com>
+           Jan Kratochvil <jan.kratochvil@redhat.com>
+
+       * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
+       and case 'var_optional_filename' together.
+       * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
+       instead of add_setshow_optional_filename_cmd for setshow command
+       'args'.  Set completer for 'set args'.
+
+2012-07-18  Doug Evans  <dje@google.com>
+
+       * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
+       * common/gdb_vecs.c: New file, contents from utils.c.
+       * common/host-defs.h: New file, contents from defs.h.
+       * utils.h: New file, contents from defs.h.
+       * defs.h: Move all declarations of objects defined in utils.c
+       to utils.h (except QUIT() and related).
+       #include "utils.h", "host-defs.h".
+       * probe.h (probe_p): Move here from gdb_vecs.h.
+       * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
+       * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
+       (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
+       * Makefile.in (SFILES): Add common/gdb_vecs.c.
+       (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
+       (COMMON_OBS): Add gdb_vecs.o.
+       (gdb_vecs.o): New rule.
+
+2012-07-18  Keith Seitz  <keiths@redhat.com>
+
+       * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
+       parameter.  If non-zero, use SYMNAME as the canonical name
+       for the SaL.
+       Update all callers.
+       (convert_linespec_to_sals): Use add_sal_to_sals for
+       expressions, too.
+       (decode_line_full): No need to "fill in missing canonical names"
+       anymore. Simply make cleanups for the allocated names.
+
+2012-07-18  Keith Seitz  <keiths@redhat.com>
+
+       * linespec.c (struct linespec): Constify expression,
+       source_filename, function_name, and label_name.
+       (symbol_not_found_error): Make all parameters const.
+       (linespec_parser_delete): No need to check for NULL
+       when using xfree. Cast const char * to char * for xfree.
+
+2012-07-18  Keith Seitz  <keiths@redhat.com>
+
+       * breakpoint.c (invalid_thread_id_error): New function.
+       (find_condition_and_thread): Use invalid_thread_id_error.
+       (watch_command_1): Likewise.
+
+2012-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * cc-with-index.sh, cc-with-dwz.sh: Remove.
+       * contrib/cc-with-tweaks.sh: New file.
+
+2012-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
+       (locate_dwz_sections): Recognize .gdb_index.
+       (create_cus_from_index_list): New function.
+       (create_cus_from_index): Use it.  Handle .dwz data.
+       (read_index_from_section): New function, extracted from
+       dwarf2_read_index.
+       (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
+       if needed.
+
 2012-07-18  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
This page took 0.031178 seconds and 4 git commands to generate.