summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-2/+2
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-221-12/+10
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-221-6/+6
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-6/+6
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-7/+6
* Remove allocate_symbol et alTom Tromey2020-05-151-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-6/+6
* gdb: add type::code / type::set_codeSimon Marchi2020-05-141-5/+5
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-4/+4
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-8/+6
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-18/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-1/+1
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-2/+2
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-271-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-11/+10
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-3/+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-1/+1
* Change SYMBOL_VALUE_ADDRESS to be an rvalueTom Tromey2019-10-021-6/+8
* bfd_section_* macrosAlan Modra2019-09-191-6/+6
* bfd_get_filenameAlan Modra2019-09-061-1/+1
* Use obstack_strdup moreTom Tromey2019-08-061-8/+3
* Replace uses of concat with xstrdupTom Tromey2019-06-161-1/+1
* Remove unnecessary casts of NULLTom Tromey2019-06-161-4/+2
* Delay allocation of dbx_symfile_infoTom Tromey2019-06-101-7/+0
* Convert coffread.c to type-safe registry APITom Tromey2019-05-081-26/+12
* Revert the header-sorting patchTom Tromey2019-04-061-17/+17
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-17/+17
* More block constificationTom Tromey2019-03-241-1/+1
* Slightly simplify minsym creationTom Tromey2019-03-151-1/+2
* Remove cleanups from coffread.cTom Tromey2019-03-061-81/+34
* Fix coff_start_symtab resource leak found by CoverityGary Benson2019-03-011-4/+1
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Add compunits range adapter to objfileTom Tromey2019-01-171-1/+1
* Remove ALL_OBJFILE_FILETABSTom Tromey2019-01-091-2/+5
* Remove ALL_COMPUNIT_FILETABSTom Tromey2019-01-091-2/+0
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-1/+0
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Avoid internal errors when stepping outside 'main' on MinGWEli Zaretskii2018-12-281-2/+4
* Simple -Wshadow=local fixesTom Tromey2018-10-041-6/+6
* Avoid two uninitialized warnings from gccTom Tromey2018-10-031-1/+1
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Remove buildsym_initTom Tromey2018-07-201-1/+0
* Move the symbol lists to buildsym_compunitTom Tromey2018-07-201-15/+15