aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/attribute.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey1-3/+3
2023-01-20gdb: move call site types to call-site.hSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-02-24[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implicit_constTom de Vries1-1/+26
2021-02-02gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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