Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH/RFA] Set tramp_frame unwinder type correctly
@ 2004-10-31 16:28 Mark Kettenis
  2004-10-31 16:34 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2004-10-31 16:28 UTC (permalink / raw)
  To: cagney; +Cc: gdb-patches

Andrew,

I suspect this was your origional intention.  Right?

Mark


Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
 
	* tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
	from TRAMP_FRAME frame type.

Index: tramp-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/tramp-frame.c,v
retrieving revision 1.6
diff -u -p -r1.6 tramp-frame.c
--- tramp-frame.c 20 Jul 2004 15:11:37 -0000 1.6
+++ tramp-frame.c 31 Oct 2004 16:26:59 -0000
@@ -166,7 +166,7 @@ tramp_frame_prepend_unwinder (struct gdb
   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;


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-31 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-31 16:28 [PATCH/RFA] Set tramp_frame unwinder type correctly Mark Kettenis
2004-10-31 16:34 ` Andrew Cagney
2004-10-31 16:50   ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox