From 2e1aae43859d2a30caab1e91a3adb6109a0bb68c Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 8 Apr 2011 16:16:41 +0000 Subject: 2011-04-08 Steve Ellcey * Add default_frame_unwind_stop_reason value to libunwind_frame_unwind initalization. --- gdb/libunwind-frame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/libunwind-frame.c') 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, -- cgit v1.1