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

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

Detailed Description

Definition at line 879 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ ObjectFileInstance()

Member Data Documentation

◆ create_memory_callback

ObjectFileCreateMemoryInstance ObjectFileInstance::create_memory_callback

Definition at line 893 of file PluginManager.cpp.

Referenced by ObjectFileInstance().

◆ get_module_specifications

ObjectFileGetModuleSpecifications ObjectFileInstance::get_module_specifications

Definition at line 894 of file PluginManager.cpp.

Referenced by ObjectFileInstance().

◆ save_core

ObjectFileSaveCore ObjectFileInstance::save_core

Definition at line 895 of file PluginManager.cpp.

Referenced by ObjectFileInstance().


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