#include <LocateSymbolFile.h>
Definition at line 25 of file LocateSymbolFile.h.
◆ DownloadSymbolFileAsync()
static void lldb_private::Symbols::DownloadSymbolFileAsync |
( |
const UUID & |
uuid | ) |
|
|
static |
Locate the symbol file for the given UUID on a background thread.
This function returns immediately. Under the hood it uses the debugger's thread pool to call DownloadObjectAndSymbolFile. If a symbol file is found, this will notify all target which contain the module with the given UUID.
The documentation for this class was generated from the following file: