[Lldb-commits] [lldb] [lldb] Add a packet-test-delay setting for testing slow connections (PR #195440)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri May 8 03:47:30 PDT 2026


DavidSpickett wrote:

> Having said that, what if we had a way to script the package sending logic?

Sounds like the mock GDB remotes we use in testing. For example the one for reverse debugging wraps a real debug server. Would still be extra software but at least you'd know where it came from.

Anyway, ultimately it's got to be useful for you and your colleagues, so take what I've said as information only and do whatever makes sense for you all. In the end I look forward to seeing the performance improvements either way.

https://github.com/llvm/llvm-project/pull/195440


More information about the lldb-commits mailing list