LLDB mainline
Public Member Functions | Public Attributes | List of all members
SymbolLocatorInstance Struct Reference
Inheritance diagram for SymbolLocatorInstance:
Inheritance graph
[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
 
 PluginInstance (llvm::StringRef name, llvm::StringRef description, SymbolLocatorCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr)
 

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
 
SymbolLocatorCreateInstance create_callback
 
DebuggerInitializeCallback debugger_init_callback
 

Additional Inherited Members

- Public Types inherited from PluginInstance< SymbolLocatorCreateInstance >
typedef SymbolLocatorCreateInstance CallbackType
 

Detailed Description

Definition at line 1086 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ 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

Definition at line 1088 of file PluginManager.cpp.

Member Data Documentation

◆ download_object_symbol_file

SymbolLocatorDownloadObjectAndSymbolFile SymbolLocatorInstance::download_object_symbol_file

Definition at line 1105 of file PluginManager.cpp.

◆ find_symbol_file_in_bundle

SymbolLocatorFindSymbolFileInBundle SymbolLocatorInstance::find_symbol_file_in_bundle

Definition at line 1106 of file PluginManager.cpp.

◆ locate_executable_object_file

SymbolLocatorLocateExecutableObjectFile SymbolLocatorInstance::locate_executable_object_file

Definition at line 1103 of file PluginManager.cpp.

◆ locate_executable_symbol_file

SymbolLocatorLocateExecutableSymbolFile SymbolLocatorInstance::locate_executable_symbol_file

Definition at line 1104 of file PluginManager.cpp.


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