[Lldb-commits] [PATCH] D110510: [lldb] Remove "0x" prefix from hex values in dirty-pages
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 11 10:46:12 PDT 2021
jasonmolenda added a comment.
I'm fine with the change, it's true it's inconsistent but I also hate how we don't prefix base16 numbers in gdb RSP - so many bugs and mistakes are introduced because of it. So I'm always trying to sneak in some 0x prefixes when no one is looking. A fun one I saw the other day - in qHostInfo the cputype field is base16, in qProcessInfo the cputype field is base10. Sweet.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110510/new/
https://reviews.llvm.org/D110510
More information about the lldb-commits
mailing list