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

Public Member Functions

 StructuredDataPluginInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, DebuggerInitializeCallback debugger_init_callback, StructuredDataFilterLaunchInfo filter_callback)
Public Member Functions inherited from PluginInstance< StructuredDataPluginCreateInstance >
 PluginInstance ()=default

Public Attributes

StructuredDataFilterLaunchInfo filter_callback = nullptr
Public Attributes inherited from PluginInstance< StructuredDataPluginCreateInstance >
llvm::StringRef name
llvm::StringRef description
bool enabled
StructuredDataPluginCreateInstance create_callback
DebuggerInitializeCallback debugger_init_callback

Additional Inherited Members

Public Types inherited from PluginInstance< StructuredDataPluginCreateInstance >
typedef StructuredDataPluginCreateInstance CallbackType

Detailed Description

Definition at line 1305 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ StructuredDataPluginInstance()

Member Data Documentation

◆ filter_callback

StructuredDataFilterLaunchInfo StructuredDataPluginInstance::filter_callback = nullptr

Definition at line 1316 of file PluginManager.cpp.

Referenced by StructuredDataPluginInstance().


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