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

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

Additional Inherited Members

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

Detailed Description

Definition at line 617 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ ObjectFileInstance()

ObjectFileInstance::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 
)
inline

Definition at line 618 of file PluginManager.cpp.

Member Data Documentation

◆ create_memory_callback

ObjectFileCreateMemoryInstance ObjectFileInstance::create_memory_callback

Definition at line 631 of file PluginManager.cpp.

◆ get_module_specifications

ObjectFileGetModuleSpecifications ObjectFileInstance::get_module_specifications

Definition at line 632 of file PluginManager.cpp.

◆ save_core

ObjectFileSaveCore ObjectFileInstance::save_core

Definition at line 633 of file PluginManager.cpp.


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