diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 09b38e5..e4e7aec 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -2027,6 +2027,7 @@ arm_prologue_prev_register (struct frame_info *this_frame, } static frame_unwind arm_prologue_unwind = { + "arm prologue", NORMAL_FRAME, arm_prologue_unwind_stop_reason, arm_prologue_this_id, @@ -2736,6 +2737,7 @@ arm_exidx_unwind_sniffer (const struct frame_unwind *self, } struct frame_unwind arm_exidx_unwind = { + "arm exidx", NORMAL_FRAME, default_frame_unwind_stop_reason, arm_prologue_this_id, @@ -2839,6 +2841,7 @@ arm_epilogue_frame_sniffer (const struct frame_unwind *self, static const struct frame_unwind arm_epilogue_frame_unwind = { + "arm epilogue", NORMAL_FRAME, default_frame_unwind_stop_reason, arm_epilogue_frame_this_id, @@ -2960,6 +2963,7 @@ arm_stub_unwind_sniffer (const struct frame_unwind *self, } struct frame_unwind arm_stub_unwind = { + "arm stub", NORMAL_FRAME, default_frame_unwind_stop_reason, arm_stub_this_id, @@ -3171,6 +3175,7 @@ arm_m_exception_unwind_sniffer (const struct frame_unwind *self, struct frame_unwind arm_m_exception_unwind = { + "arm m exception", SIGTRAMP_FRAME, default_frame_unwind_stop_reason, arm_m_exception_this_id, |