This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2e8249a xfailed TestObjCNewSyntax.py on macOS for gmodules new 721b37b Centralize all select() calls into one place so that we can t [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Utility/SelectHelper.h | 90 +++++++ lldb.xcodeproj/project.pbxproj | 10 +- source/Host/common/Editline.cpp | 10 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 99 ++----- source/Host/posix/PipePosix.cpp | 162 ++++-------- source/Target/Process.cpp | 26 +- source/Utility/CMakeLists.txt | 1 + source/Utility/SelectHelper.cpp | 294 +++++++++++++++++++++ 8 files changed, 481 insertions(+), 211 deletions(-) create mode 100644 include/lldb/Utility/SelectHelper.h create mode 100644 source/Utility/SelectHelper.cpp