summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/cooked-index.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* Fix race in background index-cache writingTom Tromey2023-03-311-9/+15
* Populate seen_names hash in cooked_index_shard::do_finalizeTom Tromey2023-03-271-0/+1
* Fix selfcheck regression due to new maint commandTom Tromey2023-03-071-2/+2
* Ensure index cache entry written in testTom Tromey2023-03-071-0/+15
* Write the DWARF index in the backgroundTom Tromey2023-02-241-1/+67
* Fix "start" for D, Rust, etcTom Tromey2023-02-181-17/+33
* Let user C-c when waiting for DWARF index finalizationTom Tromey2023-02-091-0/+16
* gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi2023-01-311-7/+7
* gdb/dwarf: rename cooked_index to cooked_index_shardSimon Marchi2023-01-311-11/+11
* gdb: fix dwarf2/cooked-index.c compilation on 32-bit systemsSimon Marchi2023-01-301-1/+1
* gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi2023-01-301-0/+93
* Fix comparator bug in cooked indexTom Tromey2023-01-301-79/+88
* Make addrmap const-correct in cooked indexTom Tromey2023-01-301-3/+3
* More const-correctness in cooked indexerTom Tromey2023-01-271-4/+4
* Fix parameter-less template regression in new DWARF readerTom Tromey2023-01-171-16/+127
* Move hash_entry and eq_entry into cooked_index::do_finalizeTom Tromey2023-01-171-20/+14
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Add name canonicalization for CTom Tromey2022-12-011-2/+6
* Refactor cooked_index::do_finalizeTom Tromey2022-12-011-26/+23
* [gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries2022-07-041-5/+5
* Finalize each cooked index separatelyTom Tromey2022-05-261-131/+136
* Micro-optimize cooked_index_entry::full_nameTom Tromey2022-04-201-6/+5
* gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cooked-index.cSimon Marchi2022-04-121-4/+2
* "Finalize" the DWARF index in the backgroundTom Tromey2022-04-121-2/+8
* Parallelize DWARF indexingTom Tromey2022-04-121-37/+105
* Introduce the new DWARF index classTom Tromey2022-04-121-0/+270