aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cu.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-24Prefer htab_traverse_noresizeTom Tromey1-1/+2
2024-06-24Don't obstack-allocate the CU dependency hash tableTom Tromey1-7/+5
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-20[gdb/symtab] Workaround PR gas/31115Tom de Vries1-0/+1
2024-02-05Remove remnants of partial DIEs from DWARF readerTom Tromey1-2/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
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-03-18Rename objfile_type to builtin_typeTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-26Fix jump on uninit producer_is_clang bit of cu.h dwarf2_cu struct.Philippe Waroquiers1-0/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi1-1/+16
2022-07-12[gdb/symtab] Add dwarf2_cu::lang ()Tom de Vries1-1/+1
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries1-1/+1
2022-04-12Delete DWARF psymtab codeTom Tromey1-0/+1
2022-04-04gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtabSimon Marchi1-2/+2
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-12-01gdb: use actual DWARF version in compunit's debugformat fieldSimon Marchi1-1/+12
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan1-1/+1
2021-06-25Remove dwarf2_cu::languageTom Tromey1-1/+1
2021-06-16[gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder(), againTom de Vries1-0/+15
2021-05-27[gdb/symtab] Fix Dwarf Error: cannot find DIETom de Vries1-1/+2
2021-05-17Change dwarf2_cu marking to use methodsTom Tromey1-1/+51
2021-05-17Move some dwarf2_cu methods to new fileTom Tromey1-0/+89