[Lldb-commits] [PATCH] D33213: Use socketpair on all Unix platforms

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 12 09:52:15 PDT 2017


clayborg added a comment.

Looks fine to me, lets make sure Pavel is OK with this. On MacOS socketpair is also much faster. Please run the following command while stopped at a breakpoint with and without your change:

  (lldb) process plugin packet speed-test

It will send and receive packets using a variety of sizes and report the number of packets per second.


Repository:
  rL LLVM

https://reviews.llvm.org/D33213





More information about the lldb-commits mailing list