[Lldb-commits] [PATCH] D100500: Add setting to artifically delay communication with the debug server, in order ro simulate slow network conditions
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 15 10:41:14 PDT 2021
aprantl added inline comments.
================
Comment at: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteProperties.td:23
+ DefaultUnsignedValue<0>,
+ Desc<"If greater than 0, sleep for packet-delay-multiplier * packet size nanoseconds for every packet sent or received.">;
}
----------------
`To simulate slower connections for testing purposes...`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100500/new/
https://reviews.llvm.org/D100500
More information about the lldb-commits
mailing list