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

Okay, so if semantically this doesn't make sense (which is what I'm hearing) 
then I don't why we would reuse `DidAttach` (besides it just happens to be 
there and unused in the core case) and we should have a `DidLoadCore` as per 
the current patch. 

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