summaryrefslogtreecommitdiff
path: root/gdb/coffread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-17/+17
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_DOMAIN macroSimon Marchi2022-02-061-5/+5
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setterSimon Marchi2022-02-061-10/+10
* gdb: remove SYMTAB_BLOCKVECTOR macroSimon Marchi2022-02-061-1/+1
* gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi2022-02-061-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: adjust x_file fields on COFF readersClément Chigot2021-11-101-4/+4
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-3/+3
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-3/+5
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-13/+13
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-201-1/+0
* Move sym_fns::qf to objfileTom Tromey2021-03-201-1/+0
* Change objfile_has_partial_symbols to a methodTom Tromey2021-03-201-1/+1
* Introduce dwarf2/public.hTom Tromey2021-03-201-0/+1
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-2/+2
* Fix build errors for armhfLuis Machado2021-01-211-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: define COFF file offsets with file_ptrJameson Nash2020-12-181-15/+15
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-20/+20
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-141-1/+1
* gdb: add field::type / field::set_typeSimon Marchi2020-06-081-4/+4
* 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