From: Daniel Jacobowitz <drow@false.org>
To: Andrew Cagney <cagney@gnu.org>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [rfc] trad-frame change
Date: Wed, 03 Mar 2004 18:53:00 -0000 [thread overview]
Message-ID: <20040303185319.GA19699@nevyn.them.org> (raw)
Message-ID: <20040303185300.h6XrYb37extGAZGgA2bevjMYzZEYlpI7Gz7A7X_l5t0@z> (raw)
In-Reply-To: <4046252F.7020504@gnu.org>
On Wed, Mar 03, 2004 at 01:34:23PM -0500, Andrew Cagney wrote:
> >Sounds pretty nice to me. For what it's worth, I'm testing a sigtramp
> >unwinder on MIPS/Linux that could almost but not quite use this:
> >
> >+struct mips_prologue_cache
> >+{
> >+ /* The stack pointer at the time this frame was created; i.e. the
> >+ caller's stack pointer when this function was called. It is used
> >+ to identify this frame. */
> >+ CORE_ADDR prev_sp;
> >+
> >+ CORE_ADDR tramp_start;
> >+
> >+ int kind;
> >+
> >+ /* Saved register offsets. */
> >+ struct trad_frame_saved_reg *saved_regs;
> >+};
> >
> >(so that the frame ID is constant for both instructions of the
> >trampoline).
>
> .. and frame_id_unwind() looks something like:
>
> frame_id_build (cache->prev_sp, cache->tramp_start)?
>
> the trad-frame chache instead has the field:
>
> struct frame_id this_id;
>
> which is equivalent - the ID being constructed up front.
Yes, precisely - I missed seeing this_id in the bit you posted.
> What is "kind"?
There are four kinds of signal frames on MIPS/Linux that we have to
recognize:
- o32 sigreturn
- o32 rt_sigreturn
- n32 rt_sigreturn
- n64 rt_sigreturn
They're all basically the same but the offsets differ. Kind could be
moved out of the cache, I think, since it isn't used after the cache is
filled. So I could use your new mechanism after all.
What would _really_ be nice would be a way to pass the kind from the
sniffer (which really just calls PC_IN_SIGTRAMP) to the frame creation
code... not have to read inferior memory to figure out which it is,
twice.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2004-03-03 18:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-19 0:09 Andrew Cagney
2004-03-03 16:43 ` Andrew Cagney
2004-03-03 16:49 ` Daniel Jacobowitz
2004-03-19 0:09 ` Andrew Cagney
2004-03-03 18:34 ` Andrew Cagney
2004-03-19 0:09 ` Daniel Jacobowitz [this message]
2004-03-03 18:53 ` Daniel Jacobowitz
2004-03-19 0:09 ` Andrew Cagney
2004-03-03 20:20 ` Andrew Cagney
2004-03-03 20:29 ` Daniel Jacobowitz
2004-03-19 0:09 ` Andrew Cagney
2004-03-03 20:41 ` Andrew Cagney
2004-03-19 0:09 ` Daniel Jacobowitz
2004-03-05 14:52 ` Andrew Cagney
2004-03-19 0:09 ` Andrew Cagney
2004-03-19 0:09 ` Daniel Jacobowitz
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=20040303185319.GA19699@nevyn.them.org \
--to=drow@false.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