aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cu.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-24Don't obstack-allocate the call site hash tableTom Tromey1-1/+1
2024-06-24Don't obstack-allocate the CU dependency hash tableTom Tromey1-1/+1
2024-06-24Don't obstack-allocate the DIE hashTom Tromey1-1/+1
2024-03-20[gdb/symtab] Workaround PR gas/31115Tom de Vries1-0/+1
2024-02-05Remove remnants of partial DIEs from DWARF readerTom Tromey1-12/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-4/+4
2023-11-01[gdb/symtab] Work around gas PR28629Tom de Vries1-0/+1
2023-10-16[gdb/symtab] Work around PR gas/29517Tom de Vries1-0/+1
2023-06-05Use unrelocated_addr in the DWARF readerTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-26Add initializers to comp_unit_headTom Tromey1-1/+1
2022-11-26remove the declared but undefined/unused method find_partial_diePhilippe Waroquiers1-2/+0
2022-11-03gdb: Fix issue with Clang CLI macrosBruno Larsen1-0/+1
2022-07-12[gdb/symtab] Add dwarf2_cu::lang ()Tom de Vries1-0/+7
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-5/+5
2022-01-27gdb: work around negative DW_AT_data_member_location GCC 11 bugSimon Marchi1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-25Remove dwarf2_cu::languageTom Tromey1-1/+0
2021-06-16[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder(), againTom de Vries1-16/+1
2021-05-27[gdb/symtab] Fix Dwarf Error: cannot find DIETom de Vries1-0/+6
2021-05-17Rename dwarf2/comp-unit.hTom Tromey1-1/+1
2021-05-17Change dwarf2_cu marking to use methodsTom Tromey1-6/+24
2021-05-17Move dwarf2_cu to new header fileTom Tromey1-0/+270