[Lldb-commits] [PATCH] D19136: Don't disable stdin and stdout buffering on Windows

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 16:19:44 PDT 2016


zturner accepted this revision.
zturner added a comment.
This revision is now accepted and ready to land.

I think you can probably leave buffering turned off for stdout and only do this change for stdin unless we find some other bug.  AFAIK the problem is confined to stdin.  I'd probably leave a comment in `Driver::MainLoop()` about why you're not disabling buffering on Windows though.


http://reviews.llvm.org/D19136





More information about the lldb-commits mailing list