LLDB mainline
|
#include <SymbolLocatorDebuginfod.h>
Public Member Functions | |
SymbolLocatorDebuginfod () | |
llvm::StringRef | GetPluginName () override |
PluginInterface protocol. | |
Public Member Functions inherited from lldb_private::SymbolLocator | |
SymbolLocator ()=default | |
Public Member Functions inherited from lldb_private::PluginInterface | |
PluginInterface ()=default | |
virtual | ~PluginInterface ()=default |
virtual llvm::StringRef | GetPluginName ()=0 |
PluginInterface (const PluginInterface &)=delete | |
PluginInterface & | operator= (const PluginInterface &)=delete |
Static Public Member Functions | |
static void | Initialize () |
static void | Terminate () |
static void | DebuggerInitialize (Debugger &debugger) |
static llvm::StringRef | GetPluginNameStatic () |
static llvm::StringRef | GetPluginDescriptionStatic () |
static lldb_private::SymbolLocator * | CreateInstance () |
static std::optional< ModuleSpec > | LocateExecutableObjectFile (const ModuleSpec &module_spec) |
static std::optional< FileSpec > | LocateExecutableSymbolFile (const ModuleSpec &module_spec, const FileSpecList &default_search_paths) |
Static Public Member Functions inherited from lldb_private::SymbolLocator | |
static void | DownloadSymbolFileAsync (const UUID &uuid) |
Locate the symbol file for the given UUID on a background thread. | |
Definition at line 18 of file SymbolLocatorDebuginfod.h.
SymbolLocatorDebuginfod::SymbolLocatorDebuginfod | ( | ) |
Definition at line 106 of file SymbolLocatorDebuginfod.cpp.
Referenced by CreateInstance().
|
static |
Definition at line 140 of file SymbolLocatorDebuginfod.cpp.
References SymbolLocatorDebuginfod().
Referenced by Initialize(), and Terminate().
|
static |
Definition at line 120 of file SymbolLocatorDebuginfod.cpp.
References lldb_private::PluginManager::CreateSettingForSymbolLocatorPlugin(), GetGlobalPluginProperties(), and lldb_private::PluginManager::GetSettingForSymbolLocatorPlugin().
Referenced by Initialize().
|
static |
Definition at line 136 of file SymbolLocatorDebuginfod.cpp.
Referenced by Initialize().
|
inlineoverridevirtual |
PluginInterface protocol.
Implements lldb_private::PluginInterface.
Definition at line 33 of file SymbolLocatorDebuginfod.h.
References GetPluginNameStatic().
|
inlinestatic |
Definition at line 26 of file SymbolLocatorDebuginfod.h.
Referenced by GetPluginName(), and Initialize().
|
static |
Definition at line 108 of file SymbolLocatorDebuginfod.cpp.
References CreateInstance(), DebuggerInitialize(), GetPluginDescriptionStatic(), GetPluginNameStatic(), LocateExecutableObjectFile(), LocateExecutableSymbolFile(), and lldb_private::PluginManager::RegisterPlugin().
|
static |
Definition at line 183 of file SymbolLocatorDebuginfod.cpp.
References GetFileForModule().
Referenced by Initialize().
|
static |
Definition at line 188 of file SymbolLocatorDebuginfod.cpp.
References GetFileForModule().
Referenced by Initialize().
|
static |
Definition at line 131 of file SymbolLocatorDebuginfod.cpp.
References CreateInstance(), and lldb_private::PluginManager::UnregisterPlugin().