[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)

Aaron Ballman via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 11:23:43 PDT 2023


AaronBallman wrote:

Making sure I'm following along properly. For context, this is the debug experience I'm most used to:
![Capture](https://github.com/llvm/llvm-project/assets/4587626/e45937dc-9b78-4a3d-9321-1fa99a35daa8)

It sounds like you're saying we shouldn't change the enum formatter to display `Enum (1)`, it should continue to display just `Enum`. But the summary could be changed for enumerations so it says `(1)`, so that both pieces of information would appear in the debugger by default?

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


More information about the lldb-commits mailing list