[Lldb-commits] [PATCH] D11609: Use only unnamed pipes to launch lldb-server gdbserver.
Chaoren Lin
chaorenl at google.com
Wed Jul 29 15:01:11 PDT 2015
chaoren added a comment.
> This stops the fallback for Apple systems where it would try and unnamed pipe if we fail to create a named pipe.
There's currently no support for passing unnamed pipes to debugserver (through `--pipe`), otherwise I would've removed the named pipes entirely.
http://reviews.llvm.org/D11609
More information about the lldb-commits
mailing list