get_caller_stackinfo
Return caller stack infomation
Declaration
Source position: systemh.inc line 1503
  procedure get_caller_stackinfo(var framebp: pointer; 
                                var addr: CodePointer);
Description
get_caller_stackinfo returns caller address in addr and frame base pointer in framebp.
See also
| Name | Description | 
|---|---|
| CaptureBacktrace | Return stack trace | 
| get_caller_addr | Return the address of the caller. | 
| get_caller_frame | Return the frame pointer of the caller | 
| Get_pc_addr | Get Program Counter address |