[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:30:52 PST 2026
================
@@ -118,7 +121,12 @@ bool ProcessFreeBSDKernel::CanDebug(lldb::TargetSP target_sp,
return true;
}
-void ProcessFreeBSDKernel::RefreshStateAfterStop() {}
+void ProcessFreeBSDKernel::RefreshStateAfterStop() {
----------------
DavidSpickett wrote:
Do you know that this is called multiple times or is the run once boolean out of caution?
In theory it would only *need* to run once, but it wouldn't surprise me if it gets called more often because it would need to be for live processes.
https://github.com/llvm/llvm-project/pull/178027
More information about the lldb-commits
mailing list