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

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

Detailed Description

Definition at line 1717 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ InstrumentationRuntimeInstance()

Member Data Documentation

◆ get_type_callback

InstrumentationRuntimeGetType InstrumentationRuntimeInstance::get_type_callback = nullptr

Definition at line 1727 of file PluginManager.cpp.

Referenced by InstrumentationRuntimeInstance().


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