Unit 'LazTracer' Package
[Overview][Types][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home