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

Public Member Functions

 LanguageRuntimeInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, DebuggerInitializeCallback debugger_init_callback, LanguageRuntimeGetCommandObject command_callback, LanguageRuntimeGetExceptionPrecondition precondition_callback)
Public Member Functions inherited from PluginInstance< LanguageRuntimeCreateInstance >
 PluginInstance ()=default

Public Attributes

LanguageRuntimeGetCommandObject command_callback
LanguageRuntimeGetExceptionPrecondition precondition_callback
Public Attributes inherited from PluginInstance< LanguageRuntimeCreateInstance >
llvm::StringRef name
llvm::StringRef description
bool enabled
LanguageRuntimeCreateInstance create_callback
DebuggerInitializeCallback debugger_init_callback

Additional Inherited Members

Public Types inherited from PluginInstance< LanguageRuntimeCreateInstance >
typedef LanguageRuntimeCreateInstance CallbackType

Detailed Description

Definition at line 792 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ LanguageRuntimeInstance()

Member Data Documentation

◆ command_callback

LanguageRuntimeGetCommandObject LanguageRuntimeInstance::command_callback

Definition at line 805 of file PluginManager.cpp.

Referenced by LanguageRuntimeInstance().

◆ precondition_callback

LanguageRuntimeGetExceptionPrecondition LanguageRuntimeInstance::precondition_callback

Definition at line 806 of file PluginManager.cpp.

Referenced by LanguageRuntimeInstance().


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