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 |
Public Attributes | |
InstrumentationRuntimeGetType | get_type_callback = nullptr |
Public Attributes inherited from PluginInstance< InstrumentationRuntimeCreateInstance > | |
llvm::StringRef | name |
llvm::StringRef | description |
bool | enabled |
InstrumentationRuntimeCreateInstance | create_callback |
DebuggerInitializeCallback | debugger_init_callback |
Additional Inherited Members | |
Public Types inherited from PluginInstance< InstrumentationRuntimeCreateInstance > | |
typedef InstrumentationRuntimeCreateInstance | CallbackType |
Definition at line 1717 of file PluginManager.cpp.
|
inline |
Definition at line 1719 of file PluginManager.cpp.
References PluginInstance< InstrumentationRuntimeCreateInstance >::create_callback, PluginInstance< InstrumentationRuntimeCreateInstance >::description, get_type_callback, PluginInstance< InstrumentationRuntimeCreateInstance >::name, and PluginInstance< InstrumentationRuntimeCreateInstance >::PluginInstance().
InstrumentationRuntimeGetType InstrumentationRuntimeInstance::get_type_callback = nullptr |
Definition at line 1727 of file PluginManager.cpp.
Referenced by InstrumentationRuntimeInstance().