[Lldb-commits] [PATCH] D22950: Centralize all calls to select() into a single class so we always call select properly

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 17:05:36 PDT 2016


clayborg updated this revision to Diff 67253.
clayborg added a comment.

Updated with all comments taken into account. Zach, please try this out and let me know if it compiles.


https://reviews.llvm.org/D22950

Files:
  include/lldb/Utility/SelectHelper.h
  lldb.xcodeproj/project.pbxproj
  source/Host/common/Editline.cpp
  source/Host/posix/ConnectionFileDescriptorPosix.cpp
  source/Host/posix/PipePosix.cpp
  source/Target/Process.cpp
  source/Utility/SelectHelper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22950.67253.patch
Type: text/x-patch
Size: 33066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160809/b6abe26a/attachment-0001.bin>


More information about the lldb-commits mailing list