Return caller stack infomation
Source position: systemh.inc line 1547
procedure get_caller_stackinfo( |
var framebp: pointer; |
var addr: Pointer |
); |
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 |