[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 07:08:27 PDT 2024
DavidSpickett wrote:
This is the first change for https://discourse.llvm.org/t/rfc-adding-register-field-enums-to-lldb/77275, though there has been a change of plans and now I'm implementing existing GDB features to get the same result.
It is a subset of https://github.com/llvm/llvm-project/pull/69815, only for use by register printing (ping @Endilll).
> I have not added tests for this because right now the use case for this is registers
Also I wasn't sure if I could test this given only C++ can set this right now, but I'll add tests if someone knows where they might go.
https://github.com/llvm/llvm-project/pull/90059
More information about the lldb-commits
mailing list