================
@@ -26,6 +26,10 @@ class ScriptedPlatformInterface : virtual public 
ScriptedInterface {
     return {llvm::make_error<UnimplementedError>()};
   }
 
+  llvm::SmallVector<llvm::StringLiteral> GetAbstractMethods() const override {
+    return {};
+  }
----------------
JDevlieghere wrote:

I think I asked something similar in a previous PR (and forgot the answer). 
Give that this has come up repeatedly, it would be good to document this 
somewhere (for example in the relevant classes). 

https://github.com/llvm/llvm-project/pull/71260
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to