NameTypeEntry::Type is a bit-packed value of CU index+attributes, which is named cu_index_and_attrs in a local variable in gdb/dwarf2read.c:dw2_symtab_iter_next
CuIndexAndAttrs is more meaningful.
Differential D54481
[ELF] Rename NameTypeEntry and its field "Type" MaskRay on Nov 13 2018, 10:39 AM. Authored by
Details NameTypeEntry::Type is a bit-packed value of CU index+attributes, which is named cu_index_and_attrs in a local variable in gdb/dwarf2read.c:dw2_symtab_iter_next CuIndexAndAttrs is more meaningful.
Diff Detail
Event TimelineComment Actions Seems reasonable - the spec https://sourceware.org/gdb//onlinedocs/gdb/Index-Section-Format.html also describes these as "CU index+attributes" values. |