This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 268bcba96 Write PDB/variables.test to be more robust. new d56b99991 [lldb-server] Add unnamed pipe support to PipeWindows
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/Host/PipeBase.h | 3 + include/lldb/Host/posix/PipePosix.h | 9 ++- include/lldb/Host/windows/PipeWindows.h | 11 +++ include/lldb/lldb-types.h | 9 ++- source/Host/posix/PipePosix.cpp | 5 +- source/Host/windows/PipeWindows.cpp | 79 +++++++++++++++++----- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 4 +- .../GDBRemoteCommunicationServerPlatform.cpp | 6 +- tools/lldb-server/lldb-gdbserver.cpp | 23 +++---- 9 files changed, 107 insertions(+), 42 deletions(-)