[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

get_caller_addr

Return the address of the caller.

Declaration

Source position: systemh.inc line 1316

function get_caller_addr(

  framebp: pointer;

  addr: CodePointer = Nil

):CodePointer;

Description

get_caller_frame returns a pointer to address ( the return address) of the caller of the routine which has as frame framebp.

See also

get_frame

  

Return the current frame

get_caller_frame

  

Return the frame pointer of the caller

Dump_Stack

  

Dump stack to the given text file.


Documentation generated on: Mar 17 2017