[Lldb-commits] [lldb] [lldb] [Process/FreeBSDKernel] Show crash info on start (PR #178027)
Minsoo Choo via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 4 06:53:10 PST 2026
================
@@ -118,7 +121,12 @@ bool ProcessFreeBSDKernel::CanDebug(lldb::TargetSP target_sp,
return true;
}
-void ProcessFreeBSDKernel::RefreshStateAfterStop() {}
+void ProcessFreeBSDKernel::RefreshStateAfterStop() {
----------------
mchoo7 wrote:
Even though this is technically a `PostMortemProcess`, we can use this plugin for remote debugging as well. (I'm thinking about changing the parent class to `Process` to enable both full live debugging and core dump.
https://github.com/llvm/llvm-project/pull/178027
More information about the lldb-commits
mailing list