[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 01:55:48 PDT 2026


DavidSpickett wrote:

> This patch adds an artificial delay before sending a package to simulate this latency without requiring an emulated/physical device.

This emulates some of the effects of the latency but it does not for example interact properly with the packet timeout setting. 

Depending on your goals, that might not be an issue but that sort of detail was why I started thinking about using a proxy instead.

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


More information about the lldb-commits mailing list