[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return caller stack infomation
Source position: systemh.inc line 1407
procedure get_caller_stackinfo( |
var framebp: pointer; |
var addr: CodePointer |
); |
get_caller_stackinfo returns caller address in addr and frame base pointer in framebp.
|
Return stack trace |
|
|
Get Program Counter address |
|
|
Return the address of the caller. |
|
|
Return the frame pointer of the caller |