aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/attribute.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Remove DW_UNSNDTom Tromey1-4/+0
2020-09-29Add attribute::as_boolean methodTom Tromey1-0/+4
2020-09-29Add attribute::as_virtuality methodTom Tromey1-0/+5
2020-09-29Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey1-0/+7
2020-09-29Add attribute::as_unsigned methodTom Tromey1-1/+10
2020-09-29Change how reprocessing is doneTom Tromey1-0/+6
2020-09-29Remove DW_ADDRTom Tromey1-3/+14
2020-09-29Add reprocessing flag to struct attributeTom Tromey1-1/+36
2020-09-29Use setter for attribute's unsigned valueTom Tromey1-0/+10
2020-09-29Remove DW_SNDTom Tromey1-1/+15
2020-09-29Remove DW_SIGNATURETom Tromey1-1/+15
2020-09-29Remove DW_BLOCKTom Tromey1-1/+14
2020-09-29Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey1-5/+24
2020-09-29Remove some uses of DW_STRING_IS_CANONICALTom Tromey1-0/+10
2020-09-29Rename struct attribute accessorsTom Tromey1-2/+2
2020-05-27Attribute method inliningTom Tromey1-2/+23
2020-04-24Add attribute::value_as_string methodTom Tromey1-0/+4
2020-03-28Fix comment in dwarf2/attribute.hTom Tromey1-3/+3
2020-03-26Change two functions to be methods on struct attributeTom Tromey1-0/+12
2020-02-08Change attr_form_is_block to be a methodTom Tromey1-5/+5
2020-02-08Change some attribute functions to be methodsTom Tromey1-39/+39
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey1-0/+118