[Lldb-commits] [lldb] [lldb] [Process/FreeBSDKernel] Show crash info on start (PR #178027)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 4 05:29:07 PST 2026


DavidSpickett wrote:

> I guess this is the best I can: DidAttach() didn't work and RefreshStateAfterStop() makes more sense than DoUpdateThreadList.

Other RefreshStateAfterStop end up calling something on a thread list, so RefreshStateAfterStop does make more sense I think.

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


More information about the lldb-commits mailing list