aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/attribute.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey1-3/+3
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-0/+8
2021-02-11[gdb/symtab] Handle DW_FORM_strx in form_requires_reprocessingTom de Vries1-1/+2
2021-02-02gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi1-1/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
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