Extend PipePosix with support for named pipes/timeout-based IO and integrate it with...
authorOleksiy Vyalov <ovyalov@google.com>
Wed, 14 Jan 2015 01:31:27 +0000 (01:31 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Wed, 14 Jan 2015 01:31:27 +0000 (01:31 +0000)
commit477182922547410b2e4d83110120a15b912928b9
tree9220814b7c90fa45c1c81497d818da6adf22dc6b
parent63a951eb1c59a1f4e4a66278ce1a322867700109
Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver - include reviews fixes.

http://reviews.llvm.org/D6954

llvm-svn: 225923
lldb/include/lldb/Host/PipeBase.h
lldb/include/lldb/Host/posix/PipePosix.h
lldb/include/lldb/Host/windows/PipeWindows.h
lldb/source/Host/common/PipeBase.cpp
lldb/source/Host/posix/PipePosix.cpp
lldb/source/Host/windows/PipeWindows.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp