LLDB mainline
Public Member Functions | Public Attributes | List of all members
REPLInstance Struct Reference
Inheritance diagram for REPLInstance:
Inheritance graph
[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
 
 PluginInstance (llvm::StringRef name, llvm::StringRef description, REPLCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback=nullptr)
 

Public Attributes

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

Additional Inherited Members

- Public Types inherited from PluginInstance< REPLCreateInstance >
typedef REPLCreateInstance CallbackType
 

Detailed Description

Definition at line 1484 of file PluginManager.cpp.

Constructor & Destructor Documentation

◆ REPLInstance()

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

Definition at line 1485 of file PluginManager.cpp.

Member Data Documentation

◆ supported_languages

LanguageSet REPLInstance::supported_languages

Definition at line 1490 of file PluginManager.cpp.


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