https://github.com/clayborg requested changes to this pull request.
I would rather we add a new setting in lldb that controls if we see hex values with leading zeroes and allow users to set this. It will be _very_ easy to fix this as all you need to do is fix lldb_private::DumpDataExtractor() and change the "case eFormatHex:" case. Setting could be: ``` (lldb) settings set target.show-hex-values-with-leading-zeroes true (lldb) settings set target.show-hex-values-with-leading-zeroes false ``` Then users can choose how they want to see their values and it will be consistent across the command line and IDEs https://github.com/llvm/llvm-project/pull/66534 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits