From 4a2fbb504b854c32aa38572515a48410f81a5ce6 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Mon, 21 Mar 2011 17:23:05 +0000 Subject: * tramp-frame.c (tramp_frame_prepend_unwinder): Set stop_reason field in returned unwinder. --- gdb/tramp-frame.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/tramp-frame.c') diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index d4d3a45..c7b1d9f 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -163,6 +163,7 @@ tramp_frame_prepend_unwinder (struct gdbarch *gdbarch, unwinder->type = tramp_frame->frame_type; unwinder->unwind_data = data; unwinder->sniffer = tramp_frame_sniffer; + unwinder->stop_reason = default_frame_unwind_stop_reason; unwinder->this_id = tramp_frame_this_id; unwinder->prev_register = tramp_frame_prev_register; frame_unwind_prepend_unwinder (gdbarch, unwinder); -- cgit v1.1