Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@mvista.com>
To: Andrew Cagney <ac131313@redhat.com>
Cc: gdb@sources.redhat.com
Subject: Re: frame->unwind->this_base()
Date: Tue, 18 Mar 2003 05:13:00 -0000	[thread overview]
Message-ID: <20030318051348.GA19741@nevyn.them.org> (raw)
In-Reply-To: <3E7670F6.9060906@redhat.com>

On Mon, Mar 17, 2003 at 08:05:58PM -0500, Andrew Cagney wrote:
> >On Mon, Mar 17, 2003 at 01:20:28PM -0500, Andrew Cagney wrote:
> >
> >>
> >
> >>>>>GDB's frame code also makes available the get_frame_base() method. 
> >>While >>>the default implementation returns get_frame_id().base, I think 
> >>there is >>>going to need to be a per-frame frame->unwind->this_base 
> >>method.
> >
> >>>
> >
> >>>>
> >>>>get_frame_base() returns ->frame and NOT ->id.base.
> >
> >>>
> >>>
> >>>OK, I'm definitely going around in confused little circles.  Don't the
> >>>two statements above disagree?
> >
> >>
> >>No.  See get_prev_frame() where it is defaulting ->frame to ->id.base.
> >>
> >
> >>> The current get_frame_base does return
> >>>->frame but you also say above that get_frame_base should return
> >>>get_frame_id().base.
> >
> >>
> >>No.  Default to get_frame_id().base.
> >
> >
> >So is that supposed to be a statement about the future in the first
> >paragraph?  It's sure not worded as one, no wonder I'm confused.
> 
> The present.  GDB historically has had FRAME_FP and frame->frame and 
> their intended purposes were overloaded: per frame unique identifier, 
> frame base pointer, ...
> 
> Frame ID provides a per-frame unique identifier.
> 
> >>>Conceptually, are frame->frame and frame->id.base supposed to be the
> >>>same?
> >
> >>
> >>No?
> >
> >
> >Then could you enlighten me as to what the difference is supposed to
> >be?
> 
> For dwarf2, check the spec where it discuss CFA (see CFI) and frame-base 
> (see 3.3.5).
> 
> CFA + &function == frame_id
> A per frame unique identifier that must be constant through out the 
> lifetime of the frame.  CFI recommends the top-of-stack from the 
> previous frame.
> 
> frame-base == get_frame_base()
> What ever the debug info would like it to be.   The ISAs ABI will 
> provide a strong set of guidelines though (if, for a framed function it 
> doesn't match what the user expects, the'll likely complain :-).  It 
> will often point into the middle of the stack frame.

So in this case should we be hooking the get_frame_base() call to
return the computed DW_AT_frame_base?  If so, we're going to need to go
through all the uses and computations of the frame base in all targets
for consistency.  And what happens if we don't have DWARF-2
information?

I guess I just don't see how this evolves.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


  reply	other threads:[~2003-03-18  5:13 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-16 22:04 frame->unwind->this_base() Andrew Cagney
2003-03-16 22:10 ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-17  0:09   ` frame->unwind->this_base() Andrew Cagney
2003-03-17  0:14     ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-17 16:22       ` frame->unwind->this_base() Andrew Cagney
2003-03-17 16:38         ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-17 16:56           ` frame->unwind->this_base() Andrew Cagney
2003-03-17 17:11             ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-17 18:20               ` frame->unwind->this_base() Andrew Cagney
2003-03-17 19:35                 ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-18  4:29                   ` frame->unwind->this_base() Andrew Cagney
2003-03-18  5:13                     ` Daniel Jacobowitz [this message]
2003-03-18 15:22                       ` frame->unwind->this_base() Andrew Cagney
2003-03-18 16:38                         ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-18 17:02                           ` frame->unwind->this_base() Andrew Cagney
2003-03-18 17:11                             ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-18 17:28                               ` frame->unwind->this_base() Andrew Cagney
2003-03-18 17:38                                 ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-18 20:22                                   ` frame->unwind->this_base() Andrew Cagney
2003-03-19 14:11                                     ` frame->unwind->this_base() Daniel Jacobowitz
2003-03-19 15:24                                       ` frame->unwind->this_base() Andrew Cagney
2003-03-19 15:32                                         ` frame->unwind->this_base() 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=20030318051348.GA19741@nevyn.them.org \
    --to=drow@mvista.com \
    --cc=ac131313@redhat.com \
    --cc=gdb@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