[Lldb-commits] [lldb] [LLDB] Add a setting for printing ValueObject hex values without leading zeroes (PR #66548)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 19 00:50:36 PDT 2023


DavidSpickett wrote:

This is failing on Arm 32 bit (https://lab.llvm.org/buildbot/#/builders/17/builds/43300), I'll reproduce and fix it. I expect it just needs to expect 8 hex characters instead of 16.

https://github.com/llvm/llvm-project/pull/66548


More information about the lldb-commits mailing list