2007-03-29 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3766bc1643e560a59eed2b609074861800500540..aeebbe692d6a70bea94671b45a0d2eb71814a868 100644 (file)
@@ -1,3 +1,282 @@
+2007-03-29  Michael Snyder  <msnyder@access-company.com>
+
+       * MAINTAINERS: Update my email address.
+
+2007-03-29  Joel Brobecker  <brobecker@adacore.com>
+
+       Add support for exception handling with multiple versions of
+       the Ada runtime:
+       * ada-lang.c: Update general comments on how Ada exception catchpoints
+       are implemented.
+       (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
+       (__gnat_raise_nodefer_with_msg): Delete.
+       (ada_unhandled_exception_name_addr_ftype): New type.
+       (exception_support_info): New type.
+       (ada_unhandled_exception_name_addr): Add forward declaration.
+       (ada_unhandled_exception_name_addr_from_raise): Likewise.
+       (default_exception_support_info): New constant.
+       (exception_support_info_fallback): Likewise.
+       (exception_info): New global variable.
+       (ada_exception_support_info_sniffer): New function.
+       (ada_executable_changed_observer): Likewise.
+       (ada_unhandled_exception_name_addr_from_raise): Renamed from
+       ada_unhandled_exception_name_addr.
+       (ada_unhandled_exception_name_addr): Reimplement to match the
+       latest Ada runtime implementation.
+       (error_breakpoint_runtime_sym_not_found): Delete.
+       (ada_exception_sym_name): Get the exception sym name from
+       exception_info rather than hardcoding it.
+       (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
+       Update error handling.
+       * Makefile.in (ada-lang.o): Add dependency on observer.h.
+
+2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
+       (remote-st.o, uw-thread.o): Delete.
+       (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
+       * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
+       i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
+       i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
+       i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
+       i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
+       rs6000-*-lynxos* to an obsoletion stanza.
+       * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
+       i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
+       and rs6000-*-lynxos* to an obsoletion stanza.  Do not mention
+       i[34567]86-*-netware*.
+       * NEWS: Mention deleted targets.
+
+       * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
+       uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
+       config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
+       config/i386/i386v4.mh, config/i386/i386v42mp.mh,
+       config/i386/ncr3000.mh, config/i386/ncr3000.mt,
+       config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
+       config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
+       config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
+       config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
+       config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
+       config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
+       config/rs6000/tm-rs6000ly.h: Delete files.
+
+2007-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * defs.h (deprecated_registers_changed_hook): Delete declaration.
+       * interps.c (clear_interpreter_hooks): Do not clear
+       deprecated_registers_changed_hook.
+       * regcache.c (registers_changed): Do not call it.
+       * top.c (deprecated_registers_changed_hook): Do not define it.
+       * mi/mi-interp.c (mi_command_loop): Do not clear it.
+       * tui/tui-hooks.c (tui_install_hooks): Do not install it.
+       (tui_remove_hooks): Do not remove it.
+       (tui_selected_frame_level_changed_hook): Check for negative level.
+       Use get_selected_frame.
+       (tui_registers_changed_hook): Deleted.
+
+2007-03-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * stabsread.c (add_undefined_type): Add extra parameter.
+       Now handles nameless types separately.
+       (struct nat): New type.
+       (noname_undefs, noname_undefs_allocated, noname_undefs_length):
+       New static variables.
+       (read_type): Update calls to add_undefined_type.
+       (add_undefined_type_noname): New function.
+       (add_undefined_type_1): Renames from add_undefined_type.
+       (cleanup_undefined_types_noname): New function.
+       (cleanup_undefined_types_1): Renames cleanup_undefined_types.
+       (cleanup_undefined_types): New handles nameless types separately.
+       (_initialize_stabsread): Initialize our new static constants.
+
+2007-03-29  Denis Pilat  <denis.pilat@st.com>
+
+       * configure.ac: Test for signal.h.
+       * configure, config.in: Regenerate.
+
+2007-03-29  Denis Pilat  <denis.pilat@st.com>
+
+       * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
+       * infrun.c (normal_stop): Remove MI specific frame printing treatment.
+
+2007-03-29  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * arm-wince-tdep.c: New.
+       * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
+       (MT_CFLAGS): Delete.
+       (TM_CLIBS): Delete.
+       (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
+       solib-legacy.o, solib-svr4.o, and remove wince.o.
+       * configure.tgt (arm*-*-mingw32ce*): Add.
+       * signals/signals.c [HAVE_SIGNAL_H]: Check.
+       (do_target_signal_to_host): Silence 'not used' warning.
+       * config/arm/tm-wince.h: Remove.
+
+2007-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * arch-utils.c (legacy_pc_in_sigtramp): Remove.
+       * arch-utils.h (legacy_pc_in_sigtramp): Remove.
+
+       * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
+       * config/ia64/tm-linux.h: Remove file.
+       * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
+       * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
+       legacy_pc_in_sigtramp.
+       (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
+       * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
+       Remove func_name argument.
+       (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
+
+       * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
+       * target.c (update_current_target): Add to_have_steppable_watchpoint.
+       * target.h (struct target_ops):  Add to_have_steppable_watchpoint.
+       (HAVE_STEPPABLE_WATCHPOINT): Define.
+
+       * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
+       * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
+       CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
+       TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
+       STOPPED_BY_WATCHPOINT, target_stopped_data_address,
+       target_insert_watchpoint, target_remove_watchpoint): Remove.
+       (FETCH_INFERIOR_REGISTERS): Define.
+       * ia64-linux-nat.c (ia64_register_addr): Make static.
+       (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
+       (ia64_linux_insert_watchpoint): Make static.  Remove ptid_p argument.
+       (ia64_linux_remove_watchpoint): Likewise.  Add type argument.
+       (ia64_linux_stopped_data_address): Make static.  Add target_ops.
+       (ia64_linux_stopped_by_watchpoint): Make static.
+       (ia64_linux_can_use_hw_breakpoint): New function.
+       (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
+       (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
+       (_initialize_ia64_linux_nat): Install register and watchpoint ops.
+
+2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * linespec.c: Include language.h.
+       (find_methods): Add language parameter.  Call
+       lookup_symbol_in_language.  Pass language down.
+       (add_matching_methods): Likewise.  Call
+       lookup_symbol_in_language.
+       (add_constructors): Likewise.
+       (find_method): Pass sym_class to collect_methods.
+       (collect_methods): Add sym_class parameter.  Pass language
+       down.
+       * symtab.c (lookup_symbol): Rename to ...
+       (lookup_symbol_in_language): ... this.  Add language
+       parameter.  Use passed language instead of current_language.
+       (lookup_symbol): New as wrapper around
+       lookup_symbol_in_language.
+       (lookup_symbol_aux): Add language parameter.  Use passed
+       language instead of current_language.
+       (search_symbols): Indent.
+       * symtab.h (enum language): Forward declare.
+       (lookup_symbol_in_language): Declare.
+       (lookup_symbol): Update description.
+       * ada-lang.h (lookup_symbol_in_language): Remove declaration.
+       * ada-lang.c (restore_language): Remove.
+       (lookup_symbol_in_language): Remove.
+
+2007-03-27  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * breakpoint.c (bpstat_num): Add int *num parameter.
+       * breakpoint.h (bpstat_num): Likewise.
+       * infcmd.c (continue_command): Adjust to new bpstat_num
+       interface.
+       (program_info): Likewise.
+
+2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/sh/tm-sh.h: Remove file.
+       * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
+
+2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
+       DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
+       * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
+       DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
+       * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
+       sequence if target_shortname is "remote".
+
+2007-03-27  Anton Blanchard  <anton@samba.org>
+
+       * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
+       instead of wordsize when looking for the LR in a stack frame.
+
+2007-03-27  Andreas Schwab  <schwab@suse.de>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
+       (dwarf2_frame_adjust_regnum): ...this.  Make static.  Add eh_frame_p
+       argument.  Update all callers.
+       (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
+       (dwarf2_frame_set_eh_frame_regnum): Rename to...
+       (dwarf2_frame_set_adjust_regnum): ...this.  Update argument type.
+       * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
+       (dwarf2_frame_set_adjust_regnum): ...this.
+       (dwarf2_frame_eh_frame_regnum): Delete prototype.
+       * rs6000-tdep.c: Include "dwarf2-frame.h".
+       (rs6000_adjust_frame_regnum): Define.
+       (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
+       Register rs6000_adjust_frame_regnum.
+
+       * Makefile.in (rs6000-tdep.o): Update dependencies.
+
+2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.in: Add support for a "pdf" target.
+
+2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * amd64-tdep.c (amd64_init_frame_cache): New function.
+       (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
+
+2007-03-26  Nigel Stephens  <nigel@mips.com>
+            Maciej W. Rozycki  <macro@mips.com>
+
+       * ui-out.c (ui_out_field_core_addr): Truncate address to
+       TARGET_ADDR_BIT size before printing.
+
+2007-03-22  Nigel Stephens  <nigel@mips.com>
+            Maciej W. Rozycki  <macro@mips.com>
+
+       * remote-mips.c (mips_xfer_memory): Update prototype.
+
+2007-03-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * symfile.h: #include "symtab.h"
+
+2007-03-22  Denis Pilat  <denis.pilat@st.com>
+
+       * utils.c (pagination_on_command, pagination_off_command):
+       Remove useless prototypes.
+
+2007-03-21  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       Fix PR pascal/2232.
+       * p-valprint.c (pascal_object_print_value): Use type_name_no_tag 
+       instead of TYPE_NAME for object base class name.
+
+
+2007-03-19  Kevin Buettner  <kevinb@redhat.com>
+
+       * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
+       Specify frame type in calls to frame_func_unwind().
+
+2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
+       (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
+       (refine_prologue_limit): Delete.
+       (skip_prologue): Don't call it.  Use extract_unsigned_integer.
+       Assume lim_pc is set.  Correct check for incomplete prologues.
+       Do not skip clobbers of the frame pointer.
+       * symtab.c (skip_prologue_using_sal): Fail if there is only one
+       sal.
+
 2007-03-13  Nathan Froyd  <froydnj@codesourcery.com>
 
        * frame.c (frame_pop): Check to see whether there's a frame to
        symbol for Ada units when the symbol is defined using 't' rather
        than 'Tt' as symbol descriptor.
 
-2007-02-28  Vladimir Prus  <vladimir@codesourcery.com>
+2007-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/mips/tm-nbsd.h: Delete file.
        * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
This page took 0.029559 seconds and 4 git commands to generate.