[Lldb-commits] [lldb] [lldb] Add ability to show enum as name and value at the same time (PR #90059)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri May 10 11:28:30 PDT 2024
clayborg wrote:
If your register has fields, you can set its format to be eFormatEnum by default. Each register defines how it gets displayed when we query the dynamic register information from the `lldb-server` or `debugserver`
https://github.com/llvm/llvm-project/pull/90059
More information about the lldb-commits
mailing list