[Lldb-commits] [PATCH] D22914: [WIP] Add concurrent packets support to gdb-remote client

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 15:16:37 PDT 2016


clayborg added a comment.

One thing that should be tested before we go farther, can you check the packet speed test with and without this patch? We really need to make sure this doesn't regress. Adding thread synchronization above and beyond taking a mutex could really impact performance.

Just run to a breakpoint in a release build and type:

(lldb) process plugin packet speed-test


https://reviews.llvm.org/D22914





More information about the lldb-commits mailing list