Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [patch rfc] Per-frame frame-base
Date: Wed, 26 Mar 2003 21:00:00 -0000	[thread overview]
Message-ID: <20030326210053.GA22425@nevyn.them.org> (raw)
In-Reply-To: <3E820F82.6050803@redhat.com>

On Wed, Mar 26, 2003 at 03:37:22PM -0500, Andrew Cagney wrote:
> The implementation is very much modeled on the frame-unwind code.  Debug 
> readers are expected to register their own high level frame-base handler.

So what will the process for getting a dwarf2-debug-info frame
registered look like?  How will we figure out that this function has
dwarf2 debug info?  It's not trivial... we don't have that information
around any more on a per-PC basis.

I'll have to think.

> +/* Assuming that a frame is `normal', return the address of the first
> +   local variable, or 0 if the information isn't available.  NOTE:
> +   This address is really only meaningful to the frame's high-level
> +   debug info.  Typically, the argument and locals share a single
> +   base-address.  */
> +extern CORE_ADDR get_frame_locals_address (struct frame_info *);
> +
> +/* Assuming that a frame is `normal', return the address of the first
> +   parameter, or 0 if that information isn't available.  NOTE: This
> +   address is really only meaningful to the frame's high-level debug
> +   info.  Typically, the argument and locals share a single
> +   base-address.  */
> +extern CORE_ADDR get_frame_args_address (struct frame_info *);
> +

Address of the first parameter / address of the first argument isn't
correct I think.  It's the base address for parameters and the base
address from locals.  They're likely to be the same but with different
offsets.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2003-03-26 21:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-26 20:37 Andrew Cagney
2003-03-26 21:00 ` Daniel Jacobowitz [this message]
2003-03-26 21:51   ` Andrew Cagney
2003-03-26 21:58     ` Daniel Jacobowitz
2003-03-26 22:18       ` Andrew Cagney
2003-03-26 22:22         ` Daniel Jacobowitz
2003-04-01 19:25 ` Andrew Cagney

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=20030326210053.GA22425@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=ac131313@redhat.com \
    --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