next up previous contents index
Next: Stack Motion Up: The Debugger Previous: The Command Loop   Contents   Index


Stack Frames

stack frames stack

A stack frame is the run-time representation of a call to a function; the frame stores the state that a function needs to remember what it is doing. Frames have:



Subsections

Peter Van Eynde 2000-02-08