[Lldb-commits] [lldb] [lldb] Add value to enumerator dump (PR #69815)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 16 03:32:24 PST 2023


DavidSpickett wrote:

The existing code is https://github.com/llvm/llvm-project/blob/865f54e501739f382d33866baebfd0f9aaad01bb/lldb/source/Core/DumpRegisterValue.cpp#L47. Register contents is described as a packed struct with bitfields as members. Now I am looking at making some of those enums so we can say what each value means.

https://github.com/llvm/llvm-project/pull/69815


More information about the lldb-commits mailing list