[Overview][Types][Procedures and functions][Index] |
Retrieve the addresses and information for a code address and its callers.
Source position: laztracer.pas line 32
procedure GetStackTracePointers( |
var AStack: TStackTracePointers |
); |
AStack |
|
Array where pointers to code addresses are stored. |
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.
|
Gets a string with backtrace information for the specified call stack. |
Version 4.0 | Generated 2025-05-03 | Home |