aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-18Fix "start" for D, Rust, etcTom Tromey1-17/+33
2023-01-30Fix comparator bug in cooked indexTom Tromey1-79/+88
2023-01-17Fix parameter-less template regression in new DWARF readerTom Tromey1-16/+127
2023-01-17Move hash_entry and eq_entry into cooked_index::do_finalizeTom Tromey1-20/+14
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-01Add name canonicalization for CTom Tromey1-2/+6
2022-12-01Refactor cooked_index::do_finalizeTom Tromey1-26/+23
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries1-5/+5
2022-05-26Finalize each cooked index separatelyTom Tromey1-131/+136
2022-04-20Micro-optimize cooked_index_entry::full_nameTom Tromey1-6/+5
2022-04-12gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cooked-index.cSimon Marchi1-4/+2
2022-04-12"Finalize" the DWARF index in the backgroundTom Tromey1-2/+8
2022-04-12Parallelize DWARF indexingTom Tromey1-37/+105
2022-04-12Introduce the new DWARF index classTom Tromey1-0/+270