| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the frame pointer of the caller
Source position: systemh.inc line 1317
| function get_caller_frame( | 
| framebp: pointer; | 
| addr: CodePointer = Nil | 
| ):pointer; | 
get_caller_frame returns a pointer to the frame of the caller of the routine which has as frame framebp.
| 
 | Return the address of the caller. | |
| 
 | Return the current frame | |
| 
 | Dump stack to the given text file. |