[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dump stack to the given text file.
Source position: systemh.inc line 1522
procedure Dump_Stack( |
var f: text; |
fp: pointer; |
addr: CodePointer = Nil |
); |
var f: text; |
skipframes: LongInt |
); |
Dump_Stack prints a stack dump to the file f, with base frame pointer bp
The file f must 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 |