aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/index-write.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Only use the per-BFD object to write a DWARF indexTom Tromey1-44/+36
2023-01-31gdb/dwarf: rename cooked_index_vector to cooked_indexSimon Marchi1-7/+4
2023-01-30Make addrmap const-correct in cooked indexTom Tromey1-5/+7
2023-01-30gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-21Fix incorrect .gdb_index with new DWARF scannerTom Tromey1-0/+5
2022-10-17Change .gdb_index de-duplication implementationTom Tromey1-36/+41
2022-10-17Improve Ada support in .gdb_indexTom Tromey1-9/+35
2022-10-17Fix regression in c-linkage-name.exp with gdb indexTom Tromey1-3/+4
2022-10-08Merge both implementations of debug_names::insertTom Tromey1-27/+24
2022-09-22[gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries1-3/+2
2022-09-22[gdb/symtab] Rename all_comp_units to all_unitsTom de Vries1-10/+10
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-07-11[gdb/symtab] Fix data race in per_cu->lengthTom de Vries1-1/+1
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries1-1/+1
2022-06-12Remove addrmap wrapper functionsTom Tromey1-1/+1
2022-05-04Fix crash when creating index from indexTom Tromey1-18/+9
2022-04-29De-duplicate .gdb_indexTom Tromey1-2/+23
2022-04-29Fix .debug_names regression with new indexerTom Tromey1-1/+13
2022-04-28Check OBJF_NOT_FILENAME in DWARF index codeTom Tromey1-6/+3
2022-04-25Do not put linkage names into .gdb_indexTom Tromey1-0/+8
2022-04-20Unify the DWARF index holdersTom Tromey1-12/+16
2022-04-12Delete DWARF psymtab codeTom Tromey1-316/+22
2022-04-12Adapt .debug_names writer to new DWARF scannerTom Tromey1-10/+42
2022-04-12Adapt .gdb_index writer to new DWARF scannerTom Tromey1-8/+55
2022-04-12Genericize addrmap handling in the DWARF index writerTom Tromey1-9/+28
2022-04-12Change parameters to write_address_mapTom Tromey1-4/+4
2022-04-12Change the key type in psym_index_mapTom Tromey1-9/+9
2022-04-12Rename write_psymtabs_to_indexTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi1-2/+2
2021-09-14[gdb/symtab] Fix CU list in .debug_names for dummy CUsTom de Vries1-12/+8
2021-08-27[gdb/symtab] Don't write .gdb_index symbol table with empty entriesTom de Vries1-0/+3
2021-07-05Simplify debug_names index writingTom Tromey1-83/+10
2021-07-05Simplify gdb_index writingTom Tromey1-60/+24
2021-07-05Minor cleanup to addrmap_index_data::previous_validTom Tromey1-4/+4
2021-07-05Fix oddity in write_gdbindexTom Tromey1-1/+1
2021-06-25Use gdb::function_view in addrmap_foreachTom Tromey1-23/+18
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-04-30Remove dwarf2_per_bfd::all_type_unitsTom Tromey1-11/+18
2021-04-30Allocate dwarf2_per_cu_data with 'new'Tom Tromey1-13/+15
2021-04-17Handle unaligned mapping of .gdb_indexTom Tromey1-19/+22
2021-04-17Avoid crash in write_psymtabs_to_indexTom Tromey1-1/+2
2021-03-20Change how DWARF index writer finds address mapTom Tromey1-11/+10
2021-02-02[gdb/symtab] Fix assert in write_one_signatured_typeTom de Vries1-0/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey1-49/+23
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-0/+1
2020-06-10[gdb/symtab] Enable ada .gdb_indexTom de Vries1-4/+36