diff options
Diffstat (limited to 'gdb/ppc-obsd-tdep.c')
-rw-r--r-- | gdb/ppc-obsd-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ppc-obsd-tdep.c b/gdb/ppc-obsd-tdep.c index b92f11c..98b3e40 100644 --- a/gdb/ppc-obsd-tdep.c +++ b/gdb/ppc-obsd-tdep.c @@ -232,6 +232,7 @@ ppcobsd_sigtramp_frame_prev_register (struct frame_info *this_frame, } static const struct frame_unwind ppcobsd_sigtramp_frame_unwind = { + "ppc openbsd sigtramp", SIGTRAMP_FRAME, default_frame_unwind_stop_reason, ppcobsd_sigtramp_frame_this_id, |