[PATCH] D47609: [lldb, process] Fix occasional hang when launching a process in LLDB
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 09:01:51 PDT 2018
stella.stamenova added a comment.
Removing the SetPrivateState(eStateLaunching) from Windows does resolve the issue of the hang. I considered that as well and it seemed that the more generic solution would be better since it would fix the problem for other platform such as FreeBSD as well. I am going to run the full suite of tests on Windows without the private state change and then update the review (I'll also fix the comment that has wandered out of place) but I am not going to touch the FreeBSD code path.
Repository:
rL LLVM
https://reviews.llvm.org/D47609
More information about the llvm-commits
mailing list