[Lldb-commits] [lldb] [lldb][Process/FreeBSDKernelCore] Defer actual core loading to DoLoadCore() (PR #186626)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 24 03:40:33 PDT 2026
https://github.com/DavidSpickett commented:
Makes sense to me, DoLoadCore should.... do the loading of the core :)
If my guess at the cost of kvm_open2 is right, then this LGTM.
https://github.com/llvm/llvm-project/pull/186626
More information about the lldb-commits
mailing list