Fix a new warning on Cygwin
[binutils-gdb.git] / gdb / dwarf2 / index-write.c
2022-05-04 Tom TromeyFix crash when creating index from index
2022-04-29 Tom TromeyDe-duplicate .gdb_index
2022-04-29 Tom TromeyFix .debug_names regression with new indexer
2022-04-28 Tom TromeyCheck OBJF_NOT_FILENAME in DWARF index code
2022-04-25 Tom TromeyDo not put linkage names into .gdb_index
2022-04-20 Tom TromeyUnify the DWARF index holders
2022-04-12 Tom TromeyDelete DWARF psymtab code
2022-04-12 Tom TromeyAdapt .debug_names writer to new DWARF scanner
2022-04-12 Tom TromeyAdapt .gdb_index writer to new DWARF scanner
2022-04-12 Tom TromeyGenericize addrmap handling in the DWARF index writer
2022-04-12 Tom TromeyChange parameters to write_address_map
2022-04-12 Tom TromeyChange the key type in psym_index_map
2022-04-12 Tom TromeyRename write_psymtabs_to_index
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-09-30 Simon Marchigdbsupport: make gdb_mkostemp_cloexec return a scoped_fd
2021-09-14 Tom de Vries[gdb/symtab] Fix CU list in .debug_names for dummy CUs
2021-08-27 Tom de Vries[gdb/symtab] Don't write .gdb_index symbol table with...
2021-07-05 Tom TromeySimplify debug_names index writing
2021-07-05 Tom TromeySimplify gdb_index writing
2021-07-05 Tom TromeyMinor cleanup to addrmap_index_data::previous_valid
2021-07-05 Tom TromeyFix oddity in write_gdbindex
2021-06-25 Tom TromeyUse gdb::function_view in addrmap_foreach
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-04-30 Tom TromeyRemove dwarf2_per_bfd::all_type_units
2021-04-30 Tom TromeyAllocate dwarf2_per_cu_data with 'new'
2021-04-17 Tom TromeyHandle unaligned mapping of .gdb_index
2021-04-17 Tom TromeyAvoid crash in write_psymtabs_to_index
2021-03-20 Tom TromeyChange how DWARF index writer finds address map
2021-02-02 Tom de Vries[gdb/symtab] Fix assert in write_one_signatured_type
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-17 Tom TromeyHave partial symbol tables own psymbol vectors
2020-08-06 Simon Marchigdb: move regcache::regcaches to regcache.c
2020-06-10 Tom de Vries[gdb/symtab] Enable ada .gdb_index
2020-05-29 Simon Marchigdb: rename dwarf2_per_objfile variables/fields to...
2020-05-27 Simon MarchiMake dwarf2_get_dwz_file take a dwarf2_per_bfd
2020-05-27 Simon MarchiSplit dwarf2_per_objfile into dwarf2_per_objfile and...
2020-05-11 Tom de Vries[gdb/symtab] Save modules in .debug_names
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-16 Tom de Vries[gdb/symtab] Handle PU without import in "save gdb...
2020-03-26 Tom TromeyIntroduce dwarf2/dwz.h
2020-02-26 Tom TromeyRemove casts from dwarf2/index-write.c
2020-02-08 Tom TromeyChange dwarf2_per_objfile::signatured_types to be htab_up
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory