labath wrote: Just one more clarification. I'm sorry for this takes so long, but I'm not familiar with the windows debugging API, which means that I might not be getting some of the things that are obvious. I just want to make sure I understand what's happening here.
> The first bug is the process may freeze in Suspended state on detaching > process. Okay, I think I understand this part. The process is "suspended" by the breakpoint and detaching from it does not automatically resume it. > The second bug is the process may crash (killed)on detaching process. I'm less sure about this one. Is that due to the breakpoint exception somehow remaining "pending" and that we need to clear/ignore/suppress it before detaching? https://github.com/llvm/llvm-project/pull/115712 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits