[Lldb-commits] [lldb] [lldb] Add format eFormatEnumWithValues to ensure raw enum value is always shown (PR #90059)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue May 28 02:20:44 PDT 2024


DavidSpickett wrote:

@clayborg I have updated this to instead use a format, inspired by `eFormatBytesWithASCII`. Which is also one value printed twice. There are examples in the added c++ tests.

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


More information about the lldb-commits mailing list