LLDB mainline
Public Member Functions | Public Attributes | List of all members
InstrumentationRuntimeInstance Struct Reference
Inheritance diagram for InstrumentationRuntimeInstance:
Inheritance graph
[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
 
 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
 

Detailed Description

Definition at line 1376 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ InstrumentationRuntimeInstance()

InstrumentationRuntimeInstance::InstrumentationRuntimeInstance ( llvm::StringRef  name,
llvm::StringRef  description,
CallbackType  create_callback,
InstrumentationRuntimeGetType  get_type_callback 
)
inline

Definition at line 1378 of file PluginManager.cpp.

Member Data Documentation

◆ get_type_callback

InstrumentationRuntimeGetType InstrumentationRuntimeInstance::get_type_callback = nullptr

Definition at line 1386 of file PluginManager.cpp.


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