[Lldb-commits] [lldb] fix: Target Process may crash on detaching process on windows (PR #115712)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 12 08:18:16 PST 2024
anatawa12 wrote:
After I changed debug-api-test, I found that calling DebugActiveProcessStop before ContinueDebugEvent will follow behavior specified by DebugSetProcessKillOnExit for some cases.
This PR only fixes this behavior, which is reported on Rider issue tracker as [RIDER-99436](https://youtrack.jetbrains.com/issue/RIDER-99436/Unity-Editor-will-be-crashed-when-detaching-LLDB-debugger-in-Rider).
It looks freezing in Suspended state, which are reported as #67825 and #89077, are completely different issue and not fixed with this PR.
https://github.com/llvm/llvm-project/pull/115712
More information about the lldb-commits
mailing list