aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/attribute.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Add attribute::as_boolean methodTom Tromey1-0/+12
2020-09-29Add attribute::as_virtuality methodTom Tromey1-0/+23
2020-09-29Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey1-0/+23
2020-09-29Remove DW_ADDRTom Tromey1-0/+3
2020-09-29Add reprocessing flag to struct attributeTom Tromey1-0/+14
2020-09-29Use setter for attribute's unsigned valueTom Tromey1-0/+23
2020-09-29Remove DW_BLOCKTom Tromey1-1/+2
2020-09-29Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey1-9/+17
2020-09-29Avoid using DW_* macros in dwarf2/attribute.cTom Tromey1-5/+5
2020-09-29Rename struct attribute accessorsTom Tromey1-2/+2
2020-05-27Attribute method inliningTom Tromey1-27/+2
2020-04-24Add attribute::value_as_string methodTom Tromey1-0/+18
2020-04-07Support for DW_AT_loclists_base and DW_FORM_loclistx.nitachra1-1/+2
2020-03-26Change two functions to be methods on struct attributeTom Tromey1-0/+37
2020-02-08Change attr_form_is_block to be a methodTom Tromey1-8/+7
2020-02-08Change some attribute functions to be methodsTom Tromey1-20/+20
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey1-0/+122