aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf-index-write.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-10Introduce class psymtab_storageTom Tromey1-11/+16
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-26/+25
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-27Do not reopen temporary filesTom Tromey1-29/+27
2018-10-27Use mkostemp, not mkstempTom Tromey1-2/+3
2018-10-27Move make_temp_filename to common/pathstuff.cTom Tromey1-10/+1
2018-10-04Fix undefined behavior, don't pass NULL to fwriteSimon Marchi1-1/+2
2018-08-09Fix some gettext ARI warningsSimon Marchi1-4/+4
2018-08-07Add DWARF index cacheSimon Marchi1-25/+58
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-6/+2
2018-07-26Change representation of psymbol to flush out accessorsTom Tromey1-8/+8
2018-05-23Remove symfile_complaintsTom Tromey1-2/+1
2018-04-12Fix -D_GLIBCXX_DEBUG gdb-add-index regressionJan Kratochvil1-9/+13
2018-04-07Make dwarf2_per_objfile::all_type_units an std::vectorSimon Marchi1-4/+4
2018-04-07Make dwarf2_per_objfile::all_comp_units an std::vectorSimon Marchi1-12/+9
2018-03-27Include <cmath> in dwarf-index-write.cTom Tromey1-0/+1
2018-03-27Move DWARF index-related things to a separate fileSimon Marchi1-0/+1684