[Lldb-commits] [PATCH] D18886: Reset continue_after_async only if neither SIGINIT nor SIGSTOP received
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 12 01:55:25 PDT 2016
labath added a comment.
A random thought: will `getchar()` block the inferior on windows (because of missing stdio forwarding, et al.). If it wont then this could be the cause of the flakyness. If that's the case, then we can replace that call with something that will surely halt progress, like an infinite loop with sleep or something.
http://reviews.llvm.org/D18886
More information about the lldb-commits
mailing list