Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@gnu.org>
To: cagney@gnu.org
Cc: gdb-patches@sources.redhat.com
Subject: [PATCH/RFA] Set tramp_frame unwinder type correctly
Date: Sun, 31 Oct 2004 16:28:00 -0000	[thread overview]
Message-ID: <200410311628.i9VGSXwA002097@elgar.sibelius.xs4all.nl> (raw)

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;


             reply	other threads:[~2004-10-31 16:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-31 16:28 Mark Kettenis [this message]
2004-10-31 16:34 ` Andrew Cagney
2004-10-31 16:50   ` Mark Kettenis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200410311628.i9VGSXwA002097@elgar.sibelius.xs4all.nl \
    --to=kettenis@gnu.org \
    --cc=cagney@gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox