This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from fcb35af Another little example use of scripted thread plans. new 1d5d1b4 Add a read_full_buffer argument to ConnectionFileDescriptor::Read
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/Core/Connection.h | 15 ++- include/lldb/Core/ConnectionSharedMemory.h | 7 +- .../Host/posix/ConnectionFileDescriptorPosix.h | 4 +- source/Core/Communication.cpp | 6 +- source/Core/ConnectionSharedMemory.cpp | 7 +- source/Host/common/Editline.cpp | 5 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 49 +++++--- source/Plugins/Platform/Android/AdbClient.cpp | 24 ++-- unittests/Host/CMakeLists.txt | 1 + .../Host/ConnectionFileDescriptorPosixTest.cpp | 135 +++++++++++++++++++++ unittests/Host/SocketTest.cpp | 80 +----------- unittests/Host/SocketUtil.h | 66 ++++++++++ 12 files changed, 272 insertions(+), 127 deletions(-) create mode 100644 unittests/Host/ConnectionFileDescriptorPosixTest.cpp create mode 100644 unittests/Host/SocketUtil.h