aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-21Fix incorrect .gdb_index with new DWARF scannerTom Tromey1-0/+15
2022-07-14[gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matchingTom de Vries1-2/+9
2022-06-12Remove addrmap::create_fixedTom Tromey1-2/+2
2022-06-12Remove addrmap wrapper functionsTom Tromey1-2/+2
2022-05-26Finalize each cooked index separatelyTom Tromey1-32/+56
2022-05-13Remove unused field cooked_index::m_startTom Tromey1-5/+0
2022-05-10Fix --disable-threading buildTom Tromey1-1/+1
2022-05-04Fix crash when creating index from indexTom Tromey1-0/+5
2022-04-29Fix .debug_names regression with new indexerTom Tromey1-2/+5
2022-04-20Introduce and use dwarf_scanner_baseTom Tromey1-1/+4
2022-04-14gdb: remove move constructor and move assignment operator from cooked_indexSimon Marchi1-2/+0
2022-04-12"Finalize" the DWARF index in the backgroundTom Tromey1-0/+17
2022-04-12Parallelize DWARF indexingTom Tromey1-33/+83
2022-04-12Introduce the new DWARF index classTom Tromey1-0/+260