[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 24 10:46:00 PDT 2023
clayborg wrote:
Is there a way to have Visual Studio change the display format of the enum values?
I currently like the way that enum values are displayed without any changes where we try to show the enum value as an integer because I can change the format if that is needed, or use the command line API to get the lldb::SBValue and get the value and signed or unsigned manually if it is needed.
Does anyone else have any input for or against showing the signed/unsigned value as a summary?
I would vote to leave things as is, but if others support showing the signed/unsigned value, then we can make that happen. The needed change in that case would be to show the signed/unsigned as a value as the summary.
https://github.com/llvm/llvm-project/pull/69815
More information about the lldb-commits
mailing list