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