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

TStackTracePointers

Array type used for Pointers to code addresses.

Declaration

Source position: laztracer.pas line 21

type TStackTracePointers = array of Pointer;

Description

TStackTracePointers is an Array type which contains Pointers to code addresses. TStackTracePointers is the type passed as an argument to the GetStackTracePointers and StackTraceAsString routines. It is also the type used to implement the CreationStack and DestructionStack members in TDebugLCLItemInfo.

See also

GetStackTracePointers

  

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

StackTraceAsString

  

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

TDebugLCLItemInfo


Version 3.2 Generated 2024-02-25 Home