[Lldb-commits] [lldb] [lldb] Add a packet-test-delay setting for testing slow connections (PR #195440)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Tue May 5 10:50:52 PDT 2026
felipepiovezan wrote:
The other alternatives I can think of:
1. Push this into debugserver & lldb-server, so the delay is in the reply / processing the request
2. Create an interceptor process that sits between lldb-server and debugserver, and simulates network effects.
3. Are there any OS level tools that allow one to mess with inter-process communication?
https://github.com/llvm/llvm-project/pull/195440
More information about the lldb-commits
mailing list