[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
https://github.com/DavidSpickett commented:
`qProcessInfo`: "All numeric fields return base 16 numbers without any “0x” prefix."
`qProcessInfoPID:PID`: all decimal
To be fair, we did this one to ourselves.
I'd have preferred the qSpeedTest as its own PR but all the changes are correct according to our documentation so LGTM.
https://github.com/llvm/llvm-project/pull/211495
More information about the lldb-commits
mailing list