ReadDebugLink
Read the location of a debug info filename
Declaration
Source position: exeinfo.pp line 57
function ReadDebugLink(var e: TExeFile; var dbgfn: string) : Boolean;
Description
ReadDebugLink examines the .gnu_debuglink section to see if the debug information is stored in an external file. If so, then the name of the file with the debug information is returned in the dbgfn parameter.
The function returns false if there is no external debug information file, or if the file with debug information does not exist. It is searched next to the binary file or in the current directory.
See also
Name | Description |
---|---|
CloseExeFile | Close a previously opened file. |
OpenExeFile | Open an executable file |