]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/objfiles.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / objfiles.c
2025-05-27  Simon Marchigdb: make objfile_has_full_symbols and objfile_has_symb...
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-02-17  Simon Marchigdb: remove unused include in objfiles.h
2024-12-12  Tom TromeyLock bfd_stat and bfd_get_mtime
2024-12-06  Simon Marchigdb: make objfile::make actually use its pspace parameter
2024-11-26  Simon MarchiConvert static links to new hash table
2024-10-26  Tom de Vries[gdb] Don't create registry keys in destructor
2024-07-15  Simon Marchigdb: pass program space to objfile::make
2024-07-15  Simon Marchigdb: pass program space to objfile::objfile
2024-07-15  Simon Marchigdb: pass program space to entry_point_address
2024-07-15  Simon Marchigdb: pass program space to entry_point_address_query
2024-07-15  Simon Marchigdb: pass program space to objfiles_changed
2024-07-15  Simon Marchigdb: pass program space to get_current_source_symtab_an...
2024-07-15  Simon Marchigdb: pass program space to have_{full,partial}_symbols
2024-07-15  Simon Marchigdb: bool-ify a few functions in objfiles.{c,h}
2024-07-15  Simon Marchigdb: pass program space to clear_current_source_symtab_...
2024-07-15  Simon Marchigdb: pass program space to objfile_purge_solibs
2024-07-15  Simon Marchigdb: use objfile::pspace in objfile::unlink
2024-07-15  Simon Marchigdb: make objfile::pspace private
2024-06-24  Tom TromeyDon't obstack-allocate the call site hash table
2024-05-16  Simon Marchigdb: remove unused includes in objfiles.{c,h}
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-20  Tom TromeyAdd obj_section::contains method
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-18  Tom TromeyRemove most includes of psymtab.h
2023-05-07  Tom TromeyRemove ALL_DICT_SYMBOLS
2023-05-07  Tom TromeyRemove ALL_OBJFILE_OSECTIONS
2023-05-07  Tom TromeyRename objfile::sections
2023-03-18  Tom TromeyRename objfile_type to builtin_type
2023-03-11  Tom TromeyRemove extra scopes from objfile_relocate1
2023-03-11  Tom TromeyChange linetables to be objfile-independent
2023-03-07  Tom TromeyMerge forget_cached_source_info_for_objfile into objfil...
2023-02-08  Tom TromeyRemove most calls to fixup_symbol_section
2023-02-08  Tom TromeyRemove compunit_symtab::m_block_line_section
2023-01-20  Tom TromeyUse bool in pc_in_* functions
2023-01-19  Tom TromeyRemove some unused includes
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyRemove quick_symbol_functions::relocated
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-08-03  Tom TromeyUse unique_ptr to destroy per-bfd object
2022-08-03  Tom TromeyUse auto_obstack in objfile
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28  Tom TromeyRewrite registry.h
2022-06-12  Tom TromeyRemove addrmap wrapper functions
2022-06-02  Ilya Leoshkevichgdb: Do not add empty sections to the section map
2022-05-31  Tom TromeyUse unique_ptr for objfiles
2022-05-05  Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_MAP macro
2022-04-28  Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28  Simon Marchigdb: remove BLOCK_RANGES macro
2022-04-28  Simon Marchigdb: remove BLOCK_RANGE_{START,END} macros
2022-04-28  Simon Marchigdb: remove BLOCK_MULTIDICT macro
2022-04-28  Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-18  Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-07  Simon Marchigdb: remove symtab::objfile
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-18  Weimin PanCTF: incorrect underlying type setting for enumeration...
2021-06-28  Simon Marchigdb: convert obj_section macros to methods
2021-04-02  Simon Marchigdb: remove objfile parameter from get_objfile_bfd_data
2021-04-02  Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-03-20  Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20  Tom TromeyRearrange psymtab_storage construction
2021-03-20  Tom TromeyMove psymbol_map out of objfile
2021-03-20  Tom TromeyIntroduce method wrappers for quick_symbol_functions
2021-03-20  Tom TromeyChange objfile::has_partial_symbols to return bool
2021-03-20  Tom TromeyChange objfile_has_partial_symbols to a method
2021-02-10  Andrew Burgessgdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove symfile_objfile macro
2020-09-19  Tom TromeyUse gdb_bfd_sections in build_objfile_section_table
2020-05-12  Simon Marchigdb: make two objfile functions return bool
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
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-12  Tom TromeyManage objfiles with shared_ptr
2019-12-12  Tom TromeyMove free_all_objfiles to program_space
2019-12-12  Tom TromeyStore objfiles on a std::list
2019-12-12  Tom TromeyIntroduce program_space::remove_objfile
2019-12-12  Tom TromeyIntroduce program_space::add_objfile
2019-12-12  Tom TromeyMake the objfile destructor private
2019-12-12  Tom TromeyMake add_separate_debug_objfile static
2019-10-21  Andrew Burgessgdb: Ensure that !(a < a) is true in sort_cmp on obj_se...
2019-10-21  Tom TromeyMake unlink_objfile and put_objfile_before static
2019-10-19  Christian BiesingerReplace some more qsort calls with std::sort
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-08-07  Tom TromeyUse obstack_strdup more
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-08  Tom TromeyConvert objfiles.c to type-safe registry API
next