|
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 1772 of file PluginManager.cpp.
|
inline |
Definition at line 1774 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 1782 of file PluginManager.cpp.
Referenced by InstrumentationRuntimeInstance().