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

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 15 14:09:35 PDT 2023


walter-erquinigo wrote:

@jimingham , that's a good catch. Probably I should rename this because I want this setting to affect only SBValueObject::GetValue(), which is want ends up being sent to IDEs as a common interface. Trying to control all places that print as hex value is a bit too much and it'll be hard to enforce in the long term. Any particular suggestion? Because I can't really come up with a good name better than  `show-leading-zeroes-in-valueobject-values`.

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


More information about the lldb-commits mailing list