LLDB mainline
SymbolLocatorInstance Struct Reference
Inheritance diagram for SymbolLocatorInstance:
[legend]

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

Detailed Description

Definition at line 1415 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ SymbolLocatorInstance()

Member Data Documentation

◆ download_object_symbol_file

SymbolLocatorDownloadObjectAndSymbolFile SymbolLocatorInstance::download_object_symbol_file

Definition at line 1434 of file PluginManager.cpp.

Referenced by SymbolLocatorInstance().

◆ find_symbol_file_in_bundle

SymbolLocatorFindSymbolFileInBundle SymbolLocatorInstance::find_symbol_file_in_bundle

Definition at line 1435 of file PluginManager.cpp.

Referenced by SymbolLocatorInstance().

◆ locate_executable_object_file

SymbolLocatorLocateExecutableObjectFile SymbolLocatorInstance::locate_executable_object_file

Definition at line 1432 of file PluginManager.cpp.

Referenced by SymbolLocatorInstance().

◆ locate_executable_symbol_file

SymbolLocatorLocateExecutableSymbolFile SymbolLocatorInstance::locate_executable_symbol_file

Definition at line 1433 of file PluginManager.cpp.

Referenced by SymbolLocatorInstance().


The documentation for this struct was generated from the following file: