[Lldb-commits] [lldb] [lldb/script] Add scripting extension template generator (PR #209647)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 17 10:58:27 PDT 2026


================
@@ -170,6 +171,12 @@ class ScriptInterpreter : public PluginInterface {
 
   virtual StructuredData::DictionarySP GetInterpreterInfo();
 
+  virtual llvm::Expected<FileSpec> GenerateExtensionTemplate(
+      const std::string name,
+      std::vector<std::pair<llvm::StringRef,
+                            llvm::SmallVector<llvm::StringRef>>> &extensions,
+      bool m_generate_non_abstract_methods, std::string output_file);
----------------
JDevlieghere wrote:

```suggestion
      bool generate_non_abstract_methods, std::string output_file);
```

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


More information about the lldb-commits mailing list