LLDB mainline
|
Public Member Functions | |
SymbolLocatorInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, SymbolLocatorLocateExecutableObjectFile locate_executable_object_file, SymbolLocatorLocateExecutableSymbolFile locate_executable_symbol_file, SymbolLocatorDownloadObjectAndSymbolFile download_object_symbol_file, SymbolLocatorFindSymbolFileInBundle find_symbol_file_in_bundle, DebuggerInitializeCallback debugger_init_callback) | |
Public Member Functions inherited from PluginInstance< SymbolLocatorCreateInstance > | |
PluginInstance ()=default |
Public Attributes | |
SymbolLocatorLocateExecutableObjectFile | locate_executable_object_file |
SymbolLocatorLocateExecutableSymbolFile | locate_executable_symbol_file |
SymbolLocatorDownloadObjectAndSymbolFile | download_object_symbol_file |
SymbolLocatorFindSymbolFileInBundle | find_symbol_file_in_bundle |
Public Attributes inherited from PluginInstance< SymbolLocatorCreateInstance > | |
llvm::StringRef | name |
llvm::StringRef | description |
bool | enabled |
SymbolLocatorCreateInstance | create_callback |
DebuggerInitializeCallback | debugger_init_callback |
Additional Inherited Members | |
Public Types inherited from PluginInstance< SymbolLocatorCreateInstance > | |
typedef SymbolLocatorCreateInstance | CallbackType |
Definition at line 1415 of file PluginManager.cpp.
|
inline |
Definition at line 1417 of file PluginManager.cpp.
References PluginInstance< SymbolLocatorCreateInstance >::create_callback, PluginInstance< SymbolLocatorCreateInstance >::debugger_init_callback, PluginInstance< SymbolLocatorCreateInstance >::description, download_object_symbol_file, find_symbol_file_in_bundle, locate_executable_object_file, locate_executable_symbol_file, PluginInstance< SymbolLocatorCreateInstance >::name, and PluginInstance< SymbolLocatorCreateInstance >::PluginInstance().
SymbolLocatorDownloadObjectAndSymbolFile SymbolLocatorInstance::download_object_symbol_file |
Definition at line 1434 of file PluginManager.cpp.
Referenced by SymbolLocatorInstance().
SymbolLocatorFindSymbolFileInBundle SymbolLocatorInstance::find_symbol_file_in_bundle |
Definition at line 1435 of file PluginManager.cpp.
Referenced by SymbolLocatorInstance().
SymbolLocatorLocateExecutableObjectFile SymbolLocatorInstance::locate_executable_object_file |
Definition at line 1432 of file PluginManager.cpp.
Referenced by SymbolLocatorInstance().
SymbolLocatorLocateExecutableSymbolFile SymbolLocatorInstance::locate_executable_symbol_file |
Definition at line 1433 of file PluginManager.cpp.
Referenced by SymbolLocatorInstance().