[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Dump stack to the given text file.
Source position: systemh.inc line 657
procedure Dump_Stack( |
var f: text; |
bp: pointer |
); |
Dump_Stackprints a stack dump to the file f, with base frame pointer bp
The file fmust be opened for writing or an error will occur.
|
Return the address of the caller. |
|
|
Return the frame pointer of the caller |
|
|
Return the current frame |