[Lldb-commits] [PATCH] D59606: [lldb] [WIP/RFC] Add missing retries on EINTR
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 20 12:08:55 PDT 2019
mgorny updated this revision to Diff 191553.
mgorny added a comment.
Got rid of `close()` and `fclose()` wrapping, for now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59606/new/
https://reviews.llvm.org/D59606
Files:
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/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
lldb/tools/darwin-debug/darwin-debug.cpp
lldb/tools/debugserver/source/RNBSocket.cpp
lldb/tools/debugserver/source/debugserver.cpp
lldb/tools/lldb-vscode/lldb-vscode.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59606.191553.patch
Type: text/x-patch
Size: 7654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190320/107e91db/attachment.bin>
More information about the lldb-commits
mailing list