public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Enable frame-base before frame-unwind?
@ 2003-06-25 16:51 Andrew Cagney
  2003-06-25 18:28 ` Daniel Jacobowitz
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2003-06-25 16:51 UTC (permalink / raw)
  To: gdb

Here's a new theory on how to migrate to the unwind code:

	Enable frame-base before frame-unwind.

Why?  The frame-unwind code can't be enabled until frame-base is working 
anyway.  Since frame-base is an almost direct replacement for 
FRAME_LOCALS_ADDRESS and FRAME_ARGS_ADDRESS, and the return values for 
the old/new methods are the same, I think getting frame-base working is 
going to be much easier than getting frame-unwind working.  Since 
frame-base and frame-unwind share the prologue analysis code, debugging 
it with the less harmful frame-base should make life easier.

Any one want to prove the theory?
Andrew

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

end of thread, other threads:[~2003-06-26 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-25 16:51 Enable frame-base before frame-unwind? Andrew Cagney
2003-06-25 18:28 ` Daniel Jacobowitz
2003-06-26  4:56   ` Daniel Jacobowitz
2003-06-26 14:07     ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).