From: Mark Kettenis Date: Sun, 7 Nov 2004 12:54:58 +0000 (+0000) Subject: * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f5867657bc6f0d97c5991807c902a2876fdb5d7;p=binutils-gdb.git * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type from TRAMP_FRAME frame type. --- diff --git a/gdb/tramp-frame.c b/gdb/tramp-frame.c index e1b946b4c79..19ce3bd9151 100644 --- a/gdb/tramp-frame.c +++ b/gdb/tramp-frame.c @@ -166,7 +166,7 @@ tramp_frame_prepend_unwinder (struct gdbarch *gdbarch, unwinder = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind); data->tramp_frame = tramp_frame; - unwinder->type = SIGTRAMP_FRAME; + unwinder->type = tramp_frame->frame_type; unwinder->unwind_data = data; unwinder->sniffer = tramp_frame_sniffer; unwinder->this_id = tramp_frame_this_id;