================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to