aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/index-write.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Don't include cooked-index.h from dwarf2/read.hTom Tromey1-0/+1
2023-10-20[gdb/symtab] Fix more style issues in v9 .gdb_index section supportTom de Vries1-1/+1
2023-10-19Fix race in DWARF readerTom Tromey1-1/+1
2023-10-18[gdb/symtab] Fix two style issues in gdb/dwarf2/index-write.cTom de Vries1-3/+3
2023-10-18[gdb/symtab] Fix style issues in v9 .gdb_index section supportTom de Vries1-4/+4
2023-10-10[gdb/symtab] Add name_of_main and language_of_main to the DWARF indexMatheus Branco Borella1-8/+46
2023-09-20[gdb/symtab] Error out for .debug_types section in dwz fileTom de Vries1-0/+3
2023-09-16[gdb/symtab] Fix overly large gdb-index file check for 32-bitTom de Vries1-2/+82
2023-09-14Throw error when creating an overly large gdb-index fileKevin Buettner1-1/+8
2023-09-07[gdb/symtab] Fix gdb-index writing for .debug_typesTom de Vries1-7/+3
2023-08-13[gdb/symtab] Don't deduplicate variables in gdb-indexTom de Vries1-3/+2
2023-08-10[gdb/symtab] Fix assertion in write_debug_namesTom de Vries1-1/+1
2023-08-03[gdb/symtab] Remove superfluous handling of Ada main in write_cooked_indexTom de Vries1-21/+6
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