Full view of interface-wide types
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a098310a45a9977978fd37ce0793db66df5297b4..60d4dc3032c78b1965f1743cd9f2d860b69c6410 100644 (file)
@@ -1,3 +1,394 @@
+2012-11-29  Jerome Guitton  <guitton@adacore.com>
+
+        * ada-lang.h (ada_tag_value_at_base_address): New function
+       declaration.
+       * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
+       New functions.
+       (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
+       relocate the class-wide value if need be.
+       (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
+       Let ada_tag_value_at_base_address relocate the class-wide access/ref
+       before dereferencing it.
+       * ada-valprint.c (ada_val_print_1): Relocate to base address
+       before displaying the content of an interface-wide ref.
+
+2012-11-29  Jerome Guitton  <guitton@adacore.com>
+
+       * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
+
+2012-11-29  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 7.5.1 released.
+
+2012-11-29  Yao Qi  <yao@codesourcery.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * eval.c (evaluate_subexp_standard): Get the correct pointer
+       type for TYPE_CODE_MEMBERPTR.
+
+2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
+
+       * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
+       since now it is being done by binutils' powerpc_init_dialect().
+
+2012-11-28  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/14290:
+       * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
+       (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
+       Use it.
+       * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
+       * gdb_bfd.c (gdb_bfd_mark_parent): New function.
+       (gdb_bfd_openr_next_archived_file): Use it.
+
+2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
+
+       * configure.ac: Check for linux/perf_event.h.
+       * config.in: Regenerated.
+       * configure: Regenerated.
+
+2012-11-28  Yao Qi  <yao@codesourcery.com>
+
+       * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
+       abbreviate 'delete tracepoints' to 'delete tr'.
+       * corefile.c (_initialize_core): Call add_alias_cmd to
+       abbreviate 'set gnutarget' to 'set g'.
+       * value.c (_initialize_values): Call add_alias_cmd to abbreviate
+       'show convenience' to 'show conv'.
+
+2012-11-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
+       call to sparc_supply_fpregset.
+       (fill_fpregset): Fix first parameter in call to
+       sparc_collect_fpregset.
+
+2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
+           Kazu Hirata  <kazu@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * objfiles.c (init_entry_point_info): Call
+       gdbarch_convert_from_func_ptr_addr and
+       gdbarch_addr_bits_remove here ...
+       (entry_point_address_query): ... instead of here.
+       * solib-svr4.c (exec_entry_point): Call
+       gdbarch_addr_bits_remove.
+       * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
+       the entry address.
+
+2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * eval.c (evaluate_subexp_standard): Add handling of
+       TYPE_CODE_MEMBERPTR when calling functions.  Correct the
+       result of ptype for calling a TYPE_CODE_METHODPTR.
+
+2012-11-27  Yao Qi  <yao@codesourcery.com>
+
+       * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
+       warning.
+       Add i18n markup.
+
+2012-11-26  Alexander Larsson  <alexl@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Mention mini debuginfo feature.
+       * minidebug.c: New file.
+       * configure.ac: Check for lzma.
+       * configure, config.in: Rebuild.
+       * Makefile.in (LIBLZMA): New variable.
+       (CLIBS): Include LIBLZMA.
+       (SFILES): Mention minidebug.c.
+       (COMMON_OBS): Mention minidebug.o.
+       * symfile.c (read_symbols): New function.
+       (syms_from_objfile, reread_symbols): Call it.
+       * symfile.h (find_separate_debug_file_in_section): Declare.
+
+2012-11-26  Keith Seitz  <keiths@redhat.com>
+
+       * exec.c (exec_file_attach): Move cleanup after verifying that
+       memory has in fact been allocated.
+
+2012-11-26  Tom Tromey  <tromey@redhat.com>
+
+       * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
+       * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
+       SYMBOL_SYMTAB.
+       * skip.c (skip_info): Use SYMBOL_SYMTAB.
+
+2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
+           Pedro Alves  <palves@redhat.com>
+
+       * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
+       size parameter passed to readlink by one byte.
+       * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
+       * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
+       * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
+       * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
+       size by one byte.
+
+2012-11-26  Yao Qi  <yao@codesourcery.com>
+
+       * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
+       extraneous parentheses.
+
+2012-11-26  Yao Qi  <yao@codesourcery.com>
+
+       * remote.c (remote_start_remote): Typo fix.
+
+2012-11-23  David S. Miller  <davem@davemloft.net>
+
+       * sparc-tdep.h (struct sparc_fpregset): New data structure.
+       (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
+       sparc32_sol2_fpregset): Declare new globals.
+       (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
+       'fpregset' argument.
+       * sparc64-tdep.h (sparc64_supply_fpregset,
+       sparc64_collect_fpregset): Likewise.
+       (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
+       globals.
+       * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
+       (sparc_fpregset): Declare new global.
+       (sparc_supply_fpregset, sparc_collect_fpregset): Add new
+       'fpregset' argument.
+       * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
+       into handler.
+       (fill_fpregset): Likewise.
+       (_initialize_sparc_linux_nat): Set sparc_fpregset to
+       sparc32_bsd_fpregset.
+       * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
+       sparc32_bsd_fpregset down into handler.
+       (sparc32_linux_collect_core_fpregset): Likewise.
+       * sparc-nat.c (sparc_fpregset): Define.
+       (sparc_supply_fpregset): Add 'fpregset' argument.
+       (sparc_collect_fpregset): Likewise.
+       (sparc_fetch_inferior_registers): Pass sparc_fpregset down
+       into fpregset handler.
+       (sparc_store_inferior_registers): Likewise.
+       (_initialize_sparc_nat): Set sparc_fpregset to
+       sparc32_sunos4_fpregset if NULL.
+       * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
+       down into handler.
+       (fill_fpregset): Likewise.
+       * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
+       * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
+       use it to compute offsets.
+       (sparc32_collect_fpregset): Likewise.
+       (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
+       * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
+       down into handler.
+       (fill_fpregset): Likewise.
+       * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
+       Likewise.
+       (sparc64_linux_collect_core_fpregset): Likewise.
+       * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
+       * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
+       use it to compute offsets.
+       (sparc64_collect_fpregset): Likewise.
+       (sparc64_bsd_fpregset): Define.
+       * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
+       sparc64_bsd_fpregset down into handler.
+       (sparc64fbsd_collect_fpregset): Likewise.
+       * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
+       and pass sparc{32,64}_bsd_fpregset down into handler.
+       (sparc64nbsd_collect_fpregset): Likewise.
+       * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
+       sparc64_bsd_fpregset down into handler.
+       * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
+       * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
+       to sparc32_bsd_fpregset.
+       * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
+       sparc32_bsd_fpregset down into sparc32_supply_fpregset.
+       (sparc32nbsd_supply_fpregset): Likewise.
+
+2012-11-21  Tom Tromey  <tromey@redhat.com>
+
+       * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
+       field.
+       (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
+       Remove.
+       * c-typeprint.c (c_type_print_base): Update.
+
+2012-11-21  Yao Qi  <yao@codesourcery.com>
+
+       PR tdep/7438
+       * gdbarch.sh (smash_text_address): Remove.
+       * gdbarch.c, gdbarch.h: Regenerate.
+       * arm-tdep.c (arm_smash_text_address): Remove.
+       (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
+       * hppa-tdep.c (hppa_smash_text_address): Remove.
+       (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
+       (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
+       Caller update.
+       * coffread.c (coff_symtab_read): Caller update.
+       * dbxread.c (process_one_symbol): Likewise.
+       * elfread.c (record_minimal_symbol): Likewise.
+       * somread.c (som_symtab_read): Likewise.
+
+2012-11-20  Pierre Muller  <muller@sourceware.org>
+
+       ARI fixes: sprintf rule.
+       Replace sprintf function calls for char arrays by
+       calls to xsnprintf calls.
+       * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
+       (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
+       (arm_neon_quad_read, arm_pseudo_read): Ditto.
+       (arm_neon_quad_write, arm_pseudo_write): Ditto.
+       * breakpoint.c (condition_completer): Ditto.
+       (create_tracepoint_from_upload): Ditto.
+       * dwarf2read.c (file_full_name): Ditto.
+       * gcore.c (gcore_command): Ditto.
+       * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
+       * go32-nat.c (go32_sysinfo): Ditto.
+       * interps.c (interp_set): Ditto.
+       * m32c-tdep.c (make_types): Ditto.
+       * ppc-linux-nat.c (fetch_register, store_register): Ditto.
+       * remote-m32r-sdi.c (m32r_open): Ditto.
+       * sol-thread.c (td_err_string): Ditto.
+       (td_state_string, solaris_pid_to_str): Ditto.
+       * symtab.c (gdb_mangle_name): Ditto.
+       * cli/cli-script.c (execute_control_command): Ditto.
+       (define_command, document_command): Ditto.
+       * tui/tui-io.c (tui_rl_display_match_list): Ditto.
+       * tui/tui-stack.c (tui_make_status_line): Ditto.
+       * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
+
+2012-11-20  Mike Frysinger  <vapier@gentoo.org>
+
+       * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
+       it when looking at ptr->func.
+       * command.h (complete_on_cmdlist): Add a fourth arg.
+       * completer.c (complete_line_internal): Add local ignore_help_classes,
+       and set it to 1 when reason is not handle_help.  Pass this down to
+       lookup_cmd_1 and complete_on_cmdlist.
+
+2012-11-20  Tom Tromey  <tromey@redhat.com>
+
+       * completer.c (count_struct_fields): Remove.
+       (expression_completer): Don't call count_struct_fields.
+
+2012-11-20  Pedro Alves  <palves@redhat.com>
+
+       * annotate.c (breakpoints_changed): Rename to ...
+       (annotate_breakpoints_changed): ... this.
+       (annotate_stopped, breakpoint_changed): Adjust caller.
+       * annotate.h (breakpoints_changed): Rename to ...
+       (annotate_breakpoints_changed): ... this.
+       * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
+       (do_map_commands_command, init_raw_breakpoint, clear_command)
+       (set_ignore_count, enable_breakpoint_disp): Adjust callers.
+
+2012-11-20  David S. Miller  <davem@davemloft.net>
+
+       * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
+       (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
+       sysconf.
+       (get_cores_used_by_process): Update comment.
+
+2012-11-20  Yao Qi  <yao@codesourcery.com>
+
+       * objfiles.c (init_entry_point_info): Remove trailing spaces.
+
+2012-11-20  Yao Qi  <yao@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
+       to deprecated_context_hook.
+
+2012-11-19  Yao Qi  <yao@codesourcery.com>
+
+       * infrun.c (infwait_state): Add static.
+
+2012-11-16  Keith Seitz  <keiths@redhat.com>
+
+       PR c++/13615
+       * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
+       parameter and pass it to lookup_symbol_file.
+       (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
+       to search base classes.
+       (cp_lookup_symbol_namespace): Likewise.
+       (lookup_namespace_scope): Likewise.
+       (lookup_symbol_file): Add SEARCH parameter.
+       If SEARCH is non-zero and no symbol is found, lookup the class
+       and call cp_lookup_nested_symbol.
+       (find_symbol_in_baseclass): New function.
+       (cp_lookup_nested_symbol): Do not let
+       cp_lookup_symbol_in_namespace search through base classes.
+       Do that later when there is no global symbol match.
+
+2012-11-16  Doug Evans  <dje@google.com>
+
+       * main.c (gdb_datadir_provided): New static global.
+       (get_init_files): If --data-directory is provided,
+       and SYSTEM_GDBINIT lives in data-directory, look for it there.
+       * NEWS: Mention it.
+
+2012-11-15  Pierre Muller  <muller@sourceware.org>
+
+       ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
+       * gdb_stat.h: Delete. Moved to common directory.
+       * common/gdb_stat.h: New file.
+       * gdb_wait.h: Delete. Moved to common directory.
+       * common/gdb_wait.h: New file.
+       * Makefile.in (H_FILES_NO_SRC): Adapt to new header
+       location.
+       * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
+       location.
+       (stat.h rule): Adapt to new gdb_stat.h location.
+       * common/linux-osdata.c: Include "gdb_stat.h" header instead of
+       <sys/stat.h> header.
+       * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
+       <sys/wait.h> header.
+
+2012-11-15  Pierre Muller  <muller@sourceware.org>
+
+       * configure.ac (AC_HEADER_STAT): Remove.
+       * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
+       and corresponding code.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2012-11-15  Pierre Muller  <muller@sourceware.org>
+
+       ARI xasprintf rule fixes.
+       * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
+       instead of xasprintf.
+       (open_and_init_dwp_file): Ditto.
+
+2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
+
+       * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
+       target types.
+
+2012-11-14  Tom Tromey  <tromey@redhat.com>
+
+       * configure, config.in: Rebuild.
+       * configure.ac: Don't check for ctype.h, time.h.
+       * expprint.c: Don't use HAVE_CTYPE_H.
+
+2012-11-13  Tom Tromey  <tromey@redhat.com>
+
+       * gdbarch.h, gdbarch.c: Rebuild.
+       * gdbarch.sh (set_target_gdbarch): Rename from
+       deprecated_target_gdbarch_select_hack.
+       * arch-utils.c (gdbarch_update_p): Update.
+       (set_gdbarch_from_file): Update.
+
+2012-11-14  Pierre Muller  <muller@sourceware.org>
+
+       * MAINTAINERS (Responsible Maintainers/misc): Add myself
+       as responsible of contrib/ari directory.
+
+2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
+       bit of EXC_RETURN.
+       (arm_m_exception_cache, arm_m_exception_this_id)
+       (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
+       (arm_m_exception_unwind): New.
+       (arm_gdbarch_init): Register arm_m_exception_unwind.
+
 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
 
        * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
This page took 0.035516 seconds and 4 git commands to generate.