next up previous contents
Next: 3.3.1 Stack Motion Up: 3 The Debugger Previous: 3.2 The Command Loop

3.3 Stack Frames

   

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:





Raymond Toy
Mon Jul 14 09:11:27 EDT 1997