diff options
Diffstat (limited to 'gdb/libunwind-frame.c')
-rw-r--r-- | gdb/libunwind-frame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/libunwind-frame.c b/gdb/libunwind-frame.c index a636a4e..677d4c5 100644 --- a/gdb/libunwind-frame.c +++ b/gdb/libunwind-frame.c @@ -237,6 +237,7 @@ libunwind_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg) static const struct frame_unwind libunwind_frame_unwind = { NORMAL_FRAME, + default_frame_unwind_stop_reason, libunwind_frame_this_id, libunwind_frame_prev_register, NULL, |