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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to