[Overview][Types][Procedures and functions][Index] Reference for unit 'LazTracer' (#lazutils)

GetStackTracePointers

Retrieve the addresses and information for a code address and its callers.

Declaration

Source position: laztracer.pas line 32

procedure GetStackTracePointers(

  var AStack: TStackTracePointers

);

Arguments

AStack

  

Array where pointers to code addresses are stored.

Description

GetStackTracePointers is a procedure used to retrieve the addresses and information for a code address and its callers.

AStack is the array where pointers to code addresses for calling routines are stored.

See also

StackTraceAsString

  

Gets a string with backtrace information for the specified call stack.


Version 4.0 Generated 2025-05-03 Home