Displaying 1 result from an estimated 1 matches for "dw_at_attr".
2017 Feb 25
2
[DebugInfo] [DWARFv5] .debug_abbrev contents for different implicit_const values
...y one abbrev in .debug_abbrev
section. For example consider two structures: S1 with implicit_const
attribute ATTR and value VAL1 and S2 with implicit_const ATTR and value
VAL2. The .debug_abbrev section will contain only 1 related record:
[N] DW_TAG_structure_type DW_CHILDREN_yes
DW_AT_ATTR DW_FORM_implicit_const VAL1
// ....
However it looks like we need to have two different abbreviations here:
[N] DW_TAG_structure_type DW_CHILDREN_yes
DW_AT_ATTR DW_FORM_implicit_const VAL1
// ....
[M] DW_TAG_structure_type DW_CHILDREN_yes...