diff options
Diffstat (limited to 'gdb/arc-tdep.c')
-rw-r--r-- | gdb/arc-tdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/arc-tdep.c b/gdb/arc-tdep.c index 3afbf42..b793a18 100644 --- a/gdb/arc-tdep.c +++ b/gdb/arc-tdep.c @@ -1922,6 +1922,7 @@ arc_sigtramp_frame_sniffer (const struct frame_unwind *self, accepts the frame. */ static const struct frame_unwind arc_frame_unwind = { + "arc prologue", NORMAL_FRAME, default_frame_unwind_stop_reason, arc_frame_this_id, @@ -1937,6 +1938,7 @@ static const struct frame_unwind arc_frame_unwind = { context. */ static const struct frame_unwind arc_sigtramp_frame_unwind = { + "arc sigtramp", SIGTRAMP_FRAME, default_frame_unwind_stop_reason, arc_sigtramp_frame_this_id, |