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.
Paths
| Differential D54481
[ELF] Rename NameTypeEntry and its field "Type" ClosedPublic Authored by MaskRay on Nov 13 2018, 10:39 AM.
Details Summary 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 TimelineHerald added subscribers: llvm-commits, arphaman, JDevlieghere and 3 others. · View Herald Transcript MaskRay retitled this revision from [ELF] Rename NameTypeEntry::Type to CuIndexAndAttrs to [ELF] Rename NameTypeEntry and its field "Type". Comment ActionsAlso rename NameTypeEntry Comment Actions Seems reasonable - the spec https://sourceware.org/gdb//onlinedocs/gdb/Index-Section-Format.html also describes these as "CU index+attributes" values. This revision is now accepted and ready to land.Nov 13 2018, 11:36 AM Closed by commit rL346794: [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to… (authored by MaskRay). · Explain WhyNov 13 2018, 12:29 PM Closed by commit rLLD346794: [ELF] Rename NameTypeEntry to NameAttrEntry and its field "Type" to… (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 173913 ELF/SyntheticSections.h
ELF/SyntheticSections.cpp
|