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

Public Member Functions

 ObjectContainerInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, ObjectContainerCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications)
Public Member Functions inherited from PluginInstance< ObjectContainerCreateInstance >
 PluginInstance ()=default

Public Attributes

ObjectContainerCreateMemoryInstance create_memory_callback
ObjectFileGetModuleSpecifications get_module_specifications
Public Attributes inherited from PluginInstance< ObjectContainerCreateInstance >
llvm::StringRef name
llvm::StringRef description
bool enabled
ObjectContainerCreateInstance create_callback
DebuggerInitializeCallback debugger_init_callback

Additional Inherited Members

Public Types inherited from PluginInstance< ObjectContainerCreateInstance >
typedef ObjectContainerCreateInstance CallbackType

Detailed Description

Definition at line 1021 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ ObjectContainerInstance()

Member Data Documentation

◆ create_memory_callback

ObjectContainerCreateMemoryInstance ObjectContainerInstance::create_memory_callback

Definition at line 1033 of file PluginManager.cpp.

Referenced by ObjectContainerInstance().

◆ get_module_specifications

ObjectFileGetModuleSpecifications ObjectContainerInstance::get_module_specifications

Definition at line 1034 of file PluginManager.cpp.

Referenced by ObjectContainerInstance().


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