[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
================
@@ -68,6 +68,13 @@ class ScriptedInterface {
return true;
}
+ static bool
+ CreateInstance(lldb::ScriptLanguage language,
+ std::vector<llvm::StringRef> command_interpreter_usages,
+ std::vector<llvm::StringRef> api_usages) {
+ return false;
+ }
----------------
JDevlieghere wrote:
Without `GetScriptedInterfaceCreateCallbackAtIndex` I don't think you need this either.
https://github.com/llvm/llvm-project/pull/97273
More information about the lldb-commits
mailing list