summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/attribute.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* [gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implicit_constTom de Vries2021-02-241-0/+8
* [gdb/symtab] Handle DW_FORM_strx in form_requires_reprocessingTom de Vries2021-02-111-1/+2
* gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi2021-02-021-1/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Add attribute::as_boolean methodTom Tromey2020-09-291-0/+12
* Add attribute::as_virtuality methodTom Tromey2020-09-291-0/+23
* Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey2020-09-291-0/+23
* Remove DW_ADDRTom Tromey2020-09-291-0/+3
* Add reprocessing flag to struct attributeTom Tromey2020-09-291-0/+14
* Use setter for attribute's unsigned valueTom Tromey2020-09-291-0/+23
* Remove DW_BLOCKTom Tromey2020-09-291-1/+2
* Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey2020-09-291-9/+17
* Avoid using DW_* macros in dwarf2/attribute.cTom Tromey2020-09-291-5/+5
* Rename struct attribute accessorsTom Tromey2020-09-291-2/+2
* Attribute method inliningTom Tromey2020-05-271-27/+2
* Add attribute::value_as_string methodTom Tromey2020-04-241-0/+18
* Support for DW_AT_loclists_base and DW_FORM_loclistx.nitachra2020-04-071-1/+2
* Change two functions to be methods on struct attributeTom Tromey2020-03-261-0/+37
* Change attr_form_is_block to be a methodTom Tromey2020-02-081-8/+7
* Change some attribute functions to be methodsTom Tromey2020-02-081-20/+20
* Create dwarf2/attribute.[ch]Tom Tromey2020-02-081-0/+122