aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h b/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h
index 7dc99bf3e755..1ab9d26d3af4 100644
--- a/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h
+++ b/contrib/llvm-project/lldb/include/lldb/Core/PluginManager.h
@@ -449,6 +449,8 @@ public:
static REPLCreateInstance GetREPLCreateCallbackAtIndex(uint32_t idx);
+ static LanguageSet GetREPLSupportedLanguagesAtIndex(uint32_t idx);
+
static LanguageSet GetREPLAllTypeSystemSupportedLanguages();
// Some plug-ins might register a DebuggerInitializeCallback callback when