[Lldb-commits] [PATCH] D33213: Use socketpair on all Unix platforms
Eugene Zemtsov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 31 21:32:58 PDT 2017
eugene accepted this revision.
eugene added a comment.
LGTM. Test run on Linux is clear. I also see a bit of perf bump.
Before checking in please remove outdated comment from ProcessGDBRemote::LaunchAndConnectToDebugserver.
// Use a socketpair on Apple for now until other platforms can verify it
// works and is fast enough
https://reviews.llvm.org/D33213
More information about the lldb-commits
mailing list