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

Vlad Serebrennikov via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 01:11:12 PDT 2023


Endilll wrote:

> What happens with values that don't have a name, do we already have a fallback for that?

I think we do:
https://github.com/llvm/llvm-project/blob/2ad9fde41839879d8805d430c2e0857466d9c5d6/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp#L8563-L8571

Later there is a fallback for `can_be_bitfield == true` code path:
https://github.com/llvm/llvm-project/blob/2ad9fde41839879d8805d430c2e0857466d9c5d6/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp#L8597-L8599

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


More information about the lldb-commits mailing list