[Lldb-commits] [lldb] [lldb] Fix qSpeedTest radix mistake, make number parsings explicit (PR #211495)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 23 05:11:52 PDT 2026
================
@@ -1423,14 +1423,14 @@ bool GDBRemoteCommunicationClient::GetHostInfo(bool force) {
++num_keys_decoded;
} else if (name == "default_packet_timeout") {
----------------
DavidSpickett wrote:
TIL that this exists.
https://github.com/llvm/llvm-project/pull/211495
More information about the lldb-commits
mailing list