[Lldb-commits] [PATCH] D33213: Use socketpair on all Unix platforms
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 18 02:38:45 PDT 2017
labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.
This is completely wrong. The --pipe argument is used to write the port that lldb-server listens on. Making --fd an alias to that will not help.
Please make sure you test your change before submitting it for review. You should at least make sure you are able to debug a hello world program with your modifications.
https://reviews.llvm.org/D33213
More information about the lldb-commits
mailing list