summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/index-write.c
AgeCommit message (Expand)Author
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-07-11[gdb/symtab] Fix data race in per_cu->lengthTom de Vries
2022-07-04[gdb/symtab] Add get/set functions for per_cu->lang/unit_typeTom de Vries
2022-06-12Remove addrmap wrapper functionsTom Tromey
2022-05-04Fix crash when creating index from indexTom Tromey
2022-04-29De-duplicate .gdb_indexTom Tromey
2022-04-29Fix .debug_names regression with new indexerTom Tromey
2022-04-28Check OBJF_NOT_FILENAME in DWARF index codeTom Tromey
2022-04-25Do not put linkage names into .gdb_indexTom Tromey
2022-04-20Unify the DWARF index holdersTom Tromey
2022-04-12Delete DWARF psymtab codeTom Tromey
2022-04-12Adapt .debug_names writer to new DWARF scannerTom Tromey
2022-04-12Adapt .gdb_index writer to new DWARF scannerTom Tromey
2022-04-12Genericize addrmap handling in the DWARF index writerTom Tromey
2022-04-12Change parameters to write_address_mapTom Tromey
2022-04-12Change the key type in psym_index_mapTom Tromey
2022-04-12Rename write_psymtabs_to_indexTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-30gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi
2021-09-14[gdb/symtab] Fix CU list in .debug_names for dummy CUsTom de Vries
2021-08-27[gdb/symtab] Don't write .gdb_index symbol table with empty entriesTom de Vries
2021-07-05Simplify debug_names index writingTom Tromey
2021-07-05Simplify gdb_index writingTom Tromey
2021-07-05Minor cleanup to addrmap_index_data::previous_validTom Tromey
2021-07-05Fix oddity in write_gdbindexTom Tromey
2021-06-25Use gdb::function_view in addrmap_foreachTom Tromey
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-04-30Remove dwarf2_per_bfd::all_type_unitsTom Tromey
2021-04-30Allocate dwarf2_per_cu_data with 'new'Tom Tromey
2021-04-17Handle unaligned mapping of .gdb_indexTom Tromey
2021-04-17Avoid crash in write_psymtabs_to_indexTom Tromey
2021-03-20Change how DWARF index writer finds address mapTom Tromey
2021-02-02[gdb/symtab] Fix assert in write_one_signatured_typeTom de Vries
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi
2020-06-10[gdb/symtab] Enable ada .gdb_indexTom de Vries
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi
2020-05-27Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfdSimon Marchi
2020-05-11[gdb/symtab] Save modules in .debug_namesTom de Vries
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey
2020-04-16[gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries
2020-03-26Introduce dwarf2/dwz.hTom Tromey
2020-02-26Remove casts from dwarf2/index-write.cTom Tromey
2020-02-08Change dwarf2_per_objfile::signatured_types to be htab_upTom Tromey
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey