summaryrefslogtreecommitdiff
path: root/gdb/dwarf-index-write.c
Commit message (Expand)AuthorAgeFilesLines
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1798/+0
* Change section functions to be methods of dwarf2_section_infoTom Tromey2020-02-081-2/+1
* Introduce partial_symtab::read_symtab methodTom Tromey2020-01-261-14/+15
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-2/+2
* Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi2019-11-261-0/+2
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-2/+2
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Make ada_decode not use a static bufferChristian Biesinger2019-09-231-4/+5
* Add Ada support for .debug_namesTom Tromey2019-09-101-5/+43
* Rename common to gdbsupportTom Tromey2019-07-091-5/+5
* dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi2019-06-211-1/+1
* Write index for dwz -m fileSimon Marchi2019-06-161-112/+160
* Don't derive partial_symbol from general_symbol_infoTom Tromey2019-05-041-4/+4
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Revert the header-sorting patchTom Tromey2019-04-061-8/+6
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-6/+8
* 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