LLDB mainline
|
Public Member Functions | |
InstrumentationRuntimeInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, InstrumentationRuntimeGetType get_type_callback) | |
Public Member Functions inherited from PluginInstance< InstrumentationRuntimeCreateInstance > | |
PluginInstance ()=default | |
PluginInstance (llvm::StringRef name, llvm::StringRef description, InstrumentationRuntimeCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr) | |
Public Attributes | |
InstrumentationRuntimeGetType | get_type_callback = nullptr |
Public Attributes inherited from PluginInstance< InstrumentationRuntimeCreateInstance > | |
llvm::StringRef | name |
llvm::StringRef | description |
InstrumentationRuntimeCreateInstance | create_callback |
DebuggerInitializeCallback | debugger_init_callback |
Additional Inherited Members | |
Public Types inherited from PluginInstance< InstrumentationRuntimeCreateInstance > | |
typedef InstrumentationRuntimeCreateInstance | CallbackType |
Definition at line 1405 of file PluginManager.cpp.
|
inline |
Definition at line 1407 of file PluginManager.cpp.
InstrumentationRuntimeGetType InstrumentationRuntimeInstance::get_type_callback = nullptr |
Definition at line 1415 of file PluginManager.cpp.