[Lldb-commits] [PATCH] D11609: Use only unnamed pipes to launch lldb-server gdbserver.

Greg Clayton clayborg at gmail.com
Wed Jul 29 14:54:10 PDT 2015


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

This stops the fallback for Apple systems where it would try and unnamed pipe if we fail to create a named pipe. Please fix. It is ok to not try named pipes on other systems, but I would like the fallback to still work for Apple just in case.


http://reviews.llvm.org/D11609







More information about the lldb-commits mailing list