================
@@ -614,6 +614,8 @@ class Process : public 
std::enable_shared_from_this<Process>,
     return error;
   }
 
+  virtual void DidLoadCore() {}
----------------
medismailben wrote:

Good point! At least for core file process plugins, the `DidAttach` override 
shouldn't be implemented so we should be good.

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

Reply via email to