[Lldb-commits] [lldb] fix: Target Process may crash or freezes on detaching process on windows (PR #115712)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 13 08:12:16 PST 2024
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
More information about the lldb-commits
mailing list