[Lldb-commits] [PATCH] Enable PipeWindows to support reading with timeout, and fix broken build of llgs.
Zachary Turner
zturner at google.com
Thu Dec 4 14:04:29 PST 2014
Actually this isn't right. It gets the compile working, but we need to
split out the notion of opening an existing pipe versus creating both the
read/write ends for a new pipe. I guess I need to revert the original
change until this gets sorted out.
On Thu Dec 04 2014 at 1:41:41 PM Zachary Turner <zturner at google.com> wrote:
> Hi ovyalov,
>
> You can use this patch as a basis for fixing on Linux / MacOSX. I've
> re-written the code in GDBRemoteCommunication.cpp already, so all you have
> to do is make PipePosix compile with these changes.
>
> http://reviews.llvm.org/D6538
>
> Files:
> include/lldb/Host/windows/PipeWindows.h
> source/Host/windows/PipeWindows.cpp
> source/Interpreter/ScriptInterpreterPython.cpp
> source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141204/abec58cc/attachment.html>
More information about the lldb-commits
mailing list