gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab
[binutils-gdb.git] / gdb / coffread.c
2022-04-04 Simon Marchigdb: rename start_symtab/end_symtab to start_compunit_s...
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06 Simon Marchigdb: move compunit_filetabs to compunit_symtab::filetabs
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-10 Clément Chigotgdb: adjust x_file fields on COFF readers
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-03-20 Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20 Tom TromeyMove sym_fns::qf to objfile
2021-03-20 Tom TromeyChange objfile_has_partial_symbols to a method
2021-03-20 Tom TromeyIntroduce dwarf2/public.h
2021-02-10 Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-01-21 Luis MachadoFix build errors for armhf
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-18 Jameson Nashgdb: define COFF file offsets with file_ptr
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-14 Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-06-08 Simon Marchigdb: add field::type / field::set_type
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: add type::fields / type::set_fields
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22 Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-21 Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-05-15 Tom TromeyRemove allocate_symbol et al
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-14 Simon Marchigdb: add type::code / type::set_code
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-01-23 Simon Marchigdb: introduce objfile text_section_offset and data_sec...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Christian BiesingerUse a member function to set a symbol's language
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-29 Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-02 Tom TromeyChange SYMBOL_VALUE_ADDRESS to be an rvalue
2019-09-19 Alan Modrabfd_section_* macros
2019-09-06 Alan Modrabfd_get_filename
2019-08-07 Tom TromeyUse obstack_strdup more
2019-06-16 Tom TromeyReplace uses of concat with xstrdup
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-10 Tom TromeyDelay allocation of dbx_symfile_info
2019-05-08 Tom TromeyConvert coffread.c to type-safe registry API
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-25 Tom TromeyMore block constification
2019-03-15 Tom TromeySlightly simplify minsym creation
2019-03-06 Tom TromeyRemove cleanups from coffread.c
2019-03-01 Gary BensonFix coff_start_symtab resource leak found by Coverity
2019-01-17 Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-10 Tom TromeyRemove ALL_OBJFILE_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10 Tom TromeyRemove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Eli ZaretskiiAvoid internal errors when stepping outside 'main'...
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-04 Tom TromeyAvoid two uninitialized warnings from gcc
2018-07-20 Tom TromeyIntroduce buildsym-legacy.h
2018-07-20 Tom TromeyRemove buildsym_init
2018-07-20 Tom TromeyMove the symbol lists to buildsym_compunit
2018-07-20 Tom TromeyRemove the "listhead" argument from finish_block
2018-07-20 Tom TromeyMove current_subfile to buildsym_compunit
2018-07-20 Tom TromeyMove the context stack to buildsym_compunit
2018-07-17 Tom TromeyUse scoped_free_pendings in coff_symtab_read
2018-07-16 Tom TromeyUse outermost_context_p in more places
2018-07-16 Tom TromeyMove within_function to stabsread
2018-07-16 Tom TromeyMove last_source_start_addr to buildsym_compunit
2018-06-28 Tom TromeyMake dwarf2_free_objfile static
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-23 Tom TromeyRemove symfile_complaints
2018-05-05 Tom TromeyFix "obvious" fall-through warnings
2018-05-05 Tom TromeyFix "fall through" comments
2018-03-08 Simon MarchiMake find_separate_debug_file* return std::string
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-02 Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21 Tom TromeyRecord minimal symbols directly in reader.
2016-10-21 Tom TromeyChange minimal_symbol_reader to store objfile
2016-10-21 Tom TromeyIntroduce minimal_symbol_reader
next