aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-18gdb: define COFF file offsets with file_ptrJameson Nash1-15/+15
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-20/+20
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-1/+1
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-4/+4
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-2/+2
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-12/+10
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-6/+6
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-6/+6
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-7/+6
2020-05-15Remove allocate_symbol et alTom Tromey1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-6/+6
2020-05-14gdb: add type::code / type::set_codeSimon Marchi1-5/+5
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-4/+4
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