[lldb] Add missing EINTR handling
authorMichal Gorny <mgorny@gentoo.org>
Thu, 21 Mar 2019 19:35:55 +0000 (19:35 +0000)
committerMichal Gorny <mgorny@gentoo.org>
Thu, 21 Mar 2019 19:35:55 +0000 (19:35 +0000)
commit2819136f0a3d75f3b6fefe5f962efdbf66e99c12
treedaa3971def7f0d9e8d59169ca53d594b2940e62b
parentc56872589f1593eb0e6ccd9ee2c3e1be0c947e08
[lldb] Add missing EINTR handling

Differential Revision: https://reviews.llvm.org/D59606

llvm-svn: 356703
15 files changed:
lldb/source/Host/common/PseudoTerminal.cpp
lldb/source/Host/common/Socket.cpp
lldb/source/Host/common/TCPSocket.cpp
lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
lldb/source/Host/posix/DomainSocket.cpp
lldb/source/Host/posix/FileSystem.cpp
lldb/source/Host/posix/LockFilePosix.cpp
lldb/source/Host/posix/PipePosix.cpp
lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp
lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
lldb/tools/lldb-mi/MIUtilFileStd.cpp
lldb/tools/lldb-vscode/lldb-vscode.cpp