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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 30 11:38:33 PDT 2023


================
@@ -2668,7 +2655,23 @@ Status Process::LoadCore() {
                 StateAsCString(state));
       error.SetErrorString(
           "Did not get stopped event after loading the core file.");
+    } else {
+      DidLoadCore();
----------------
clayborg wrote:

Call `DidAttach(...)` instead?

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


More information about the lldb-commits mailing list