Next: , Previous: Controlling Printing in the Debugger, Up: Debugger



4.4 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: