[Overview][Types][Procedures and functions][Index] |
Gets information about the specified code address.
Source position: laztracer.pas line 35
function GetLineInfo( |
Addr: Pointer; |
UseCache: Boolean |
):string; |
Addr |
|
The code address examined in the routine. |
UseCache |
|
Indicates if locally cached line information can be used in the routine. |
String with information about the code address.
GetLineInfo is a String function used to get information about the code address specified in Addr.
UseCache indicates if cached line information from an internal AVL tree can be used in the routine. When UseCache contains False, the BackTraceStrFunc in the lclproc.pas initialization section is called to get the line information for each of the backtrace addresses.
Version 4.0 | Generated 2025-05-03 | Home |