[Overview][Types][Procedures and functions][Index] |
Read the location of a debug info filename
Source position: exeinfo.pp line 57
function ReadDebugLink( |
var e: TExeFile; |
var dbgfn: string |
):Boolean; |
e |
|
Handle on the open application binary. |
dbgfn |
|
Name of the file with the debug information. |
True if the file with debug information was found, False if not.
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.
|
Open an executable file |
|
|
Close a previously opened file. |