[Lldb-commits] [lldb] [lldb/Commands] Add `scripting template list` command with auto discovery (PR #97273)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 3 16:59:35 PDT 2024


================
@@ -124,6 +124,10 @@ typedef lldb::REPLSP (*REPLCreateInstance)(Status &error,
                                            lldb::LanguageType language,
                                            Debugger *debugger, Target *target,
                                            const char *repl_options);
+typedef bool (*ScriptedInterfaceCreateInstance)(
+    lldb::ScriptLanguage language,
+    std::vector<llvm::StringRef> command_interpreter_usages,
+    std::vector<llvm::StringRef> api_usages);
----------------
JDevlieghere wrote:

Nor this. 

https://github.com/llvm/llvm-project/pull/97273


More information about the lldb-commits mailing list