[Lldb-commits] [lldb] [lldb] Add ability to show enum as name and value at the same time (PR #90059)
Vlad Serebrennikov via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 25 07:40:44 PDT 2024
Endilll wrote:
I'm excited so see changes in this area!
> It is a subset of https://github.com/llvm/llvm-project/pull/69815, only for use by register printing (ping @Endilll).
Yeah, that effort is stalled because I don't see a clear path forward there, and I'm lacking energy to find and push for one. I guess I can try to piggyback on this PR if it goes in the direction I need (I hope you don't mind :).
Seriously, though, I'm not sure how your design with a flag orthogonal to format fares in the feedback I was given back then. It's also not clear how this new "presentation mode" is going to be controlled. While it's not in the scope of this PR, it would be nice if you can share a bigger picture.
Another thing this PR doesn't seem to touch is flag-like enums. Even if you don't want to add a numerical value there, because it'd be too much information to present, it still would be nice to see it explicitly considered.
https://github.com/llvm/llvm-project/pull/90059
More information about the lldb-commits
mailing list