Don’t exit the command interpreter if we get interrupted by an EINTR when calling...
authorGreg Clayton <gclayton@apple.com>
Fri, 4 Apr 2014 18:11:31 +0000 (18:11 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 4 Apr 2014 18:11:31 +0000 (18:11 +0000)
commitc9cf579837cb7a789c5381fd91cea85522c79fdb
tree4d3c58031a4bd9261e7388e276912b8d9a41867d
parentfbd6c44e6a4a6d46ea6e626abcf854d9c054e8f3
Don’t exit the command interpreter if we get interrupted by an EINTR when calling fgets().

llvm-svn: 205638
lldb/source/Core/IOHandler.cpp