[Lldb-commits] [PATCH] Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver.
Oleksiy Vyalov
ovyalov at google.com
Tue Jan 13 14:17:28 PST 2015
My initial intent was to make interface of OpenAsReader symmetrical to what we have for OpenAsWriter. But since timeout isn't used by OpenAsReaderWithTimeout I've removed this method.
Please take another look!
Thank you.
http://reviews.llvm.org/D6954
Files:
include/lldb/Host/PipeBase.h
include/lldb/Host/posix/PipePosix.h
include/lldb/Host/windows/PipeWindows.h
lldb.xcodeproj/project.pbxproj
source/Host/CMakeLists.txt
source/Host/common/PipeBase.cpp
source/Host/posix/PipePosix.cpp
source/Host/windows/PipeWindows.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
tools/lldb-gdbserver/lldb-gdbserver.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6954.18113.patch
Type: text/x-patch
Size: 27555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150113/52119d97/attachment.bin>
More information about the lldb-commits
mailing list