aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Change dwarf2_per_objfile::die_type_hash to htab_upTom Tromey2-13/+8
2020-02-08Change dwp_file to use htab_upTom Tromey1-12/+9
2020-02-08Don't allocate DWO file hash on obstackTom Tromey1-7/+5
2020-02-08Change dwarf2_per_objfile::line_header_hash to htab_upTom Tromey2-13/+7
2020-02-08Change dwarf2_per_objfile::type_unit_groups to htab_upTom Tromey2-11/+8
2020-02-08Change dwarf2_per_objfile::signatured_types to be htab_upTom Tromey3-52/+50
2020-02-08Remove DWARF queue-related globalsTom Tromey2-60/+59
2020-02-08Introduce die_info::has_childrenTom Tromey1-48/+34
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey17-1/+38240
2020-02-08Change attr_form_is_block to be a methodTom Tromey2-13/+12
2020-02-08Change some attribute functions to be methodsTom Tromey2-59/+59
2020-02-08Create dwarf2/attribute.[ch]Tom Tromey2-0/+240
2020-02-08Create dwarf2/abbrev.[ch]Tom Tromey2-0/+281
2020-02-08Change section functions to be methods of dwarf2_section_infoTom Tromey2-91/+77
2020-02-08Create dwarf2/section.[ch]Tom Tromey2-0/+300
2020-02-08Create dwarf2/leb.[ch]Tom Tromey2-0/+177