[Lldb-commits] [lldb] [lldb/Target] Delay image loading after corefile process creation (PR #70351)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 30 14:02:28 PDT 2023


================
@@ -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


More information about the lldb-commits mailing list