[Lldb-commits] [PATCH] D62183: [Windows] Fix race condition between state changes
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 17 11:33:41 PDT 2019
amccarth added a comment.
This change looks fine to me, but I wish there was a reliable way to test it. Is it a true race condition (e.g., because the unpredictability of thread scheduling), or is there a way to write a test that would always fail without this fix?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62183/new/
https://reviews.llvm.org/D62183
More information about the lldb-commits
mailing list