aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-8/+6
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-18/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-1/+1
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-2/+2
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-11/+10
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-3/+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-1/+1
2019-10-02Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey1-6/+8
2019-09-19bfd_section_* macrosAlan Modra1-6/+6
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-08-06Use obstack_strdup moreTom Tromey1-8/+3
2019-06-16Replace uses of concat with xstrdupTom Tromey1-1/+1
2019-06-16Remove unnecessary casts of NULLTom Tromey1-4/+2
2019-06-10Delay allocation of dbx_symfile_infoTom Tromey1-7/+0
2019-05-08Convert coffread.c to type-safe registry APITom Tromey1-26/+12
2019-04-06Revert the header-sorting patchTom Tromey1-17/+17
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-17/+17
2019-03-24More block constificationTom Tromey1-1/+1
2019-03-15Slightly simplify minsym creationTom Tromey1-1/+2
2019-03-06Remove cleanups from coffread.cTom Tromey1-81/+34
2019-03-01Fix coff_start_symtab resource leak found by CoverityGary Benson1-4/+1
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-1/+1
2019-01-17Add compunits range adapter to objfileTom Tromey1-1/+1
2019-01-09Remove ALL_OBJFILE_FILETABSTom Tromey1-2/+5
2019-01-09Remove ALL_COMPUNIT_FILETABSTom Tromey1-2/+0
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-1/+0
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Avoid internal errors when stepping outside 'main' on MinGWEli Zaretskii1-2/+4
2018-10-04Simple -Wshadow=local fixesTom Tromey1-6/+6
2018-10-03Avoid two uninitialized warnings from gccTom Tromey1-1/+1
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-20Remove buildsym_initTom Tromey1-1/+0
2018-07-20Move the symbol lists to buildsym_compunitTom Tromey1-15/+15
2018-07-20Remove the "listhead" argument from finish_blockTom Tromey1-2/+2
2018-07-20Move current_subfile to buildsym_compunitTom Tromey1-4/+4
2018-07-20Move the context stack to buildsym_compunitTom Tromey1-8/+8
2018-07-17Use scoped_free_pendings in coff_symtab_readTom Tromey1-0/+3
2018-07-16Use outermost_context_p in more placesTom Tromey1-4/+4
2018-07-16Move within_function to stabsreadTom Tromey1-0/+1
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey1-3/+3
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-2/+0
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-14/+2
2018-05-23Remove symfile_complaintsTom Tromey1-20/+10
2018-05-04Fix "obvious" fall-through warningsTom Tromey1-0/+1