diff options
Diffstat (limited to 'gdb/ppc-fbsd-tdep.c')
-rw-r--r-- | gdb/ppc-fbsd-tdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ppc-fbsd-tdep.c b/gdb/ppc-fbsd-tdep.c index d03df96..f41c8bb 100644 --- a/gdb/ppc-fbsd-tdep.c +++ b/gdb/ppc-fbsd-tdep.c @@ -263,6 +263,7 @@ ppcfbsd_sigtramp_frame_prev_register (struct frame_info *this_frame, } static const struct frame_unwind ppcfbsd_sigtramp_frame_unwind = { + "ppc freebsd sigtramp", SIGTRAMP_FRAME, default_frame_unwind_stop_reason, ppcfbsd_sigtramp_frame_this_id, |