mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +00:00
* Makefile.in (arm-tdep.o): Update dependencies.
* arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h". (arm_gdbarch_init): Register dwarf2_frame_sniffer.
This commit is contained in:
parent
ba93b8aced
commit
842e1f1ec4
@ -1,3 +1,9 @@
|
||||
2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (arm-tdep.o): Update dependencies.
|
||||
* arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
|
||||
(arm_gdbarch_init): Register dwarf2_frame_sniffer.
|
||||
|
||||
2005-03-28 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
|
||||
|
@ -37,6 +37,8 @@
|
||||
#include "frame-unwind.h"
|
||||
#include "frame-base.h"
|
||||
#include "trad-frame.h"
|
||||
#include "objfiles.h"
|
||||
#include "dwarf2-frame.h"
|
||||
|
||||
#include "arm-tdep.h"
|
||||
#include "gdb/sim-arm.h"
|
||||
@ -2754,6 +2756,7 @@ arm_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
/* Add some default predicates. */
|
||||
frame_unwind_append_sniffer (gdbarch, arm_stub_unwind_sniffer);
|
||||
frame_unwind_append_sniffer (gdbarch, arm_sigtramp_unwind_sniffer);
|
||||
frame_unwind_append_sniffer (gdbarch, dwarf2_frame_sniffer);
|
||||
frame_unwind_append_sniffer (gdbarch, arm_prologue_unwind_sniffer);
|
||||
|
||||
/* Now we have tuned the configuration, set a few final things,
|
||||
|
Loading…
Reference in New Issue
Block a user