[Lldb-commits] [lldb] [lldb] Add ability to show enum as name and value at the same time (PR #90059)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 25 08:23:14 PDT 2024
DavidSpickett wrote:
I understand, so the value is made from `a | b | c` for example. I didn't think of whether register fields could hit this path, but it's equivalent to a C enum they'll be using, so I think it could happen.
I'll test this, thanks for bringing it up.
https://github.com/llvm/llvm-project/pull/90059
More information about the lldb-commits
mailing list