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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 10 09:18:24 PDT 2016


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

OK. I can't complain if it doesn't affect performance and could allow multiple packets to be in flight with threading, though I think solving this issue with threading is a bit of a hack, but it should work. Thanks for running the perf tests.


https://reviews.llvm.org/D22914





More information about the lldb-commits mailing list