aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf-index-write.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1798/+0
2020-02-08Change section functions to be methods of dwarf2_section_infoTom Tromey1-2/+1
2020-01-26Introduce partial_symtab::read_symtab methodTom Tromey1-14/+15
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-0/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-2/+2
2019-11-26Add missing includes in dwarf-index-write.c and mi/mi-interp.cSimon Marchi1-0/+2
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-09-23Make ada_decode not use a static bufferChristian Biesinger1-4/+5
2019-09-10Add Ada support for .debug_namesTom Tromey1-5/+43
2019-07-09Rename common to gdbsupportTom Tromey1-5/+5
2019-06-21dwarf2read: Get rid of VEC (dwarf2_section_info_def)Simon Marchi1-1/+1
2019-06-16Write index for dwz -m fileSimon Marchi1-112/+160
2019-05-04Don't derive partial_symbol from general_symbol_infoTom Tromey1-4/+4
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-06Revert the header-sorting patchTom Tromey1-8/+6
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-6/+8
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