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.<br><br><div class="gmail_quote">On Thu Dec 04 2014 at 1:41:41 PM Zachary Turner <<a href="mailto:zturner@google.com">zturner@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi ovyalov,<br>
<br>
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.<br>
<br>
<a href="http://reviews.llvm.org/D6538" target="_blank">http://reviews.llvm.org/D6538</a><br>
<br>
Files:<br>
  include/lldb/Host/windows/<u></u>PipeWindows.h<br>
  source/Host/windows/<u></u>PipeWindows.cpp<br>
  source/Interpreter/<u></u>ScriptInterpreterPython.cpp<br>
  source/Plugins/Process/gdb-<u></u>remote/GDBRemoteCommunication.<u></u>cpp<br>
</blockquote></div>