llvm-project/lldb/tools/driver
Adrian McCarthy f6034c4f3d Don't disable stdin buffering on Windows
Disabling buffering exposes a bug in the MS VS 2015 CRT implementation of fgets, where you sometimes have to hit Enter twice, depending on if the input had an odd or even number of characters.

This was hidden until a few days ago by the Python initialization which was re-enabling buffering on the streams. A few days ago, Enrico make the Python initialization on-demand, which exposed this problem.

llvm-svn: 266384
2016-04-14 23:31:17 +00:00
..
CMakeLists.txt cmake fixes for lldb target. 2015-09-16 15:34:06 +00:00
Driver.cpp Don't disable stdin buffering on Windows 2016-04-14 23:31:17 +00:00
Driver.h This patch stops lldb from loading a .lldbinit file from the current 2016-02-19 00:05:17 +00:00
Platform.cpp Delete the custom implementation of signal() on Windows. 2016-03-18 23:47:48 +00:00
Platform.h Delete the custom implementation of signal() on Windows. 2016-03-18 23:47:48 +00:00
lldb-Info.plist Update the INFOPLIST_FILE setting in the xcode project file 2016-03-24 22:27:52 +00:00