Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* `chain-frame'
@ 2003-01-09  2:11 Andrew Cagney
  2003-01-09  2:38 ` `chain-frame' Daniel Jacobowitz
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Cagney @ 2003-01-09  2:11 UTC (permalink / raw)
  To: gdb

I've been looking for a better name for the mechanism the targets 
currently use when unwinding a frame.  I've been using saved-regs frame, 
but that is pretty pervasive - all frames contain saved regs.

I'm thinking of instead calling it a `chain-frame' since the existing 
mechanism relies not just on the frame->saved_regs[] array but also the 
FRAME_CHAIN() method.

This means that there are so far potentially:

dummy-frame:
Created when doing an inferior function call.

regcache-frame (regs-frame?):
A frame that maps directly onto the register cache.

cfi-frame:
Implemented using dwarf2cfi (this is the holy grail)

sigtramp-frame:
Corresponds to a signal trampoline.

fake-frame (?):
Recently discussed, would also use dwarf2cfi but with fake debug 
information.


Andrew


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

end of thread, other threads:[~2003-01-10 18:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-09  2:11 `chain-frame' Andrew Cagney
2003-01-09  2:38 ` `chain-frame' Daniel Jacobowitz
2003-01-09  3:06   ` `chain-frame' Andrew Cagney
2003-01-09  3:12     ` `chain-frame' Daniel Jacobowitz
2003-01-09 16:04       ` `chain-frame' Andrew Cagney
2003-01-10 15:47       ` `chain-frame' Andrew Cagney
2003-01-10 15:52         ` `chain-frame' Daniel Jacobowitz
2003-01-10 16:18           ` `chain-frame' Andrew Cagney
2003-01-10 16:21             ` `chain-frame' Daniel Jacobowitz
2003-01-10 18:40               ` `chain-frame' Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox