LLDB mainline
|
Public Member Functions | |
ObjectFileInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, ObjectFileCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications, ObjectFileSaveCore save_core, DebuggerInitializeCallback debugger_init_callback) | |
Public Member Functions inherited from PluginInstance< ObjectFileCreateInstance > | |
PluginInstance ()=default |
Public Attributes | |
ObjectFileCreateMemoryInstance | create_memory_callback |
ObjectFileGetModuleSpecifications | get_module_specifications |
ObjectFileSaveCore | save_core |
Public Attributes inherited from PluginInstance< ObjectFileCreateInstance > | |
llvm::StringRef | name |
llvm::StringRef | description |
bool | enabled |
ObjectFileCreateInstance | create_callback |
DebuggerInitializeCallback | debugger_init_callback |
Additional Inherited Members | |
Public Types inherited from PluginInstance< ObjectFileCreateInstance > | |
typedef ObjectFileCreateInstance | CallbackType |
Definition at line 879 of file PluginManager.cpp.
|
inline |
Definition at line 880 of file PluginManager.cpp.
References PluginInstance< ObjectFileCreateInstance >::create_callback, create_memory_callback, PluginInstance< ObjectFileCreateInstance >::debugger_init_callback, PluginInstance< ObjectFileCreateInstance >::description, get_module_specifications, PluginInstance< ObjectFileCreateInstance >::name, PluginInstance< ObjectFileCreateInstance >::PluginInstance(), and save_core.
ObjectFileCreateMemoryInstance ObjectFileInstance::create_memory_callback |
Definition at line 893 of file PluginManager.cpp.
Referenced by ObjectFileInstance().
ObjectFileGetModuleSpecifications ObjectFileInstance::get_module_specifications |
Definition at line 894 of file PluginManager.cpp.
Referenced by ObjectFileInstance().
ObjectFileSaveCore ObjectFileInstance::save_core |
Definition at line 895 of file PluginManager.cpp.
Referenced by ObjectFileInstance().