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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 2 07:51:36 PDT 2017


labath updated this revision to Diff 101212.
labath added a comment.

- fix freebsd typo
- use ::waitpid consistently


https://reviews.llvm.org/D33831

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33831.101212.patch
Type: text/x-patch
Size: 12889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170602/434966b7/attachment.bin>


More information about the lldb-commits mailing list