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

Dump_Stack

Dump stack to the given text file.

Declaration

Source position: systemh.inc line 997

procedure Dump_Stack(

  var f: text;

  bp: pointer

);

Description

Dump_Stack prints a stack dump to the file f, with base frame pointer bp

Errors

The file f must be opened for writing or an error will occur.

See also

get_caller_addr

  

Return the address of the caller.

get_caller_frame

  

Return the frame pointer of the caller

get_frame

  

Return the current frame

The latest version of this document can be found at lazarus-ccr.sourceforge.net.