[Lldb-commits] [PATCH] D33831: Add temp_failure_retry helper function

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 3 07:36:55 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL307009: Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop (authored by labath).

Changed prior to commit:
  https://reviews.llvm.org/D33831?vs=101212&id=105067#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33831

Files:
  lldb/trunk/include/lldb/Host/Host.h
  lldb/trunk/source/Host/common/File.cpp
  lldb/trunk/source/Host/macosx/Host.mm
  lldb/trunk/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  lldb/trunk/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
  lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  lldb/trunk/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33831.105067.patch
Type: text/x-patch
Size: 12066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170703/a88e63cd/attachment.bin>


More information about the lldb-commits mailing list