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

Public Member Functions

 REPLInstance (llvm::StringRef name, llvm::StringRef description, CallbackType create_callback, LanguageSet supported_languages)
Public Member Functions inherited from PluginInstance< REPLCreateInstance >
 PluginInstance ()=default

Public Attributes

LanguageSet supported_languages
Public Attributes inherited from PluginInstance< REPLCreateInstance >
llvm::StringRef name
llvm::StringRef description
bool enabled
REPLCreateInstance create_callback
DebuggerInitializeCallback debugger_init_callback

Additional Inherited Members

Public Types inherited from PluginInstance< REPLCreateInstance >
typedef REPLCreateInstance CallbackType

Detailed Description

Definition at line 1888 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ REPLInstance()

REPLInstance::REPLInstance ( llvm::StringRef name,
llvm::StringRef description,
CallbackType create_callback,
LanguageSet supported_languages )
inline

Member Data Documentation

◆ supported_languages

LanguageSet REPLInstance::supported_languages

Definition at line 1894 of file PluginManager.cpp.

Referenced by REPLInstance().


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