aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/index-write.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi1-55/+50
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi1-1/+2
2020-05-27Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfdSimon Marchi1-24/+24
2020-05-11[gdb/symtab] Save modules in .debug_namesTom de Vries1-0/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-04-16[gdb/symtab] Handle PU without import in "save gdb-index"Tom de Vries1-11/+8
2020-03-26Introduce dwarf2/dwz.hTom Tromey1-0/+1
2020-02-26Remove casts from dwarf2/index-write.cTom Tromey1-13/+13
2020-02-08Change dwarf2_per_objfile::signatured_types to be htab_upTom Tromey1-2/+2
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-0/+1798