|
| 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) |
|
| PluginInstance ()=default |
|
| PluginInstance (llvm::StringRef name, llvm::StringRef description, SymbolLocatorCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr) |
|
Definition at line 1115 of file PluginManager.cpp.
◆ SymbolLocatorInstance()
SymbolLocatorInstance::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 |
|
) |
| |
|
inline |
◆ download_object_symbol_file
SymbolLocatorDownloadObjectAndSymbolFile SymbolLocatorInstance::download_object_symbol_file |
◆ find_symbol_file_in_bundle
SymbolLocatorFindSymbolFileInBundle SymbolLocatorInstance::find_symbol_file_in_bundle |
◆ locate_executable_object_file
SymbolLocatorLocateExecutableObjectFile SymbolLocatorInstance::locate_executable_object_file |
◆ locate_executable_symbol_file
SymbolLocatorLocateExecutableSymbolFile SymbolLocatorInstance::locate_executable_symbol_file |
The documentation for this struct was generated from the following file: