Remove path name from test case
[binutils-gdb.git] / gdb / objfiles.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2019-05-04 Tom TromeyRemove "struct" from foreach statements
2019-04-19 Tom TromeyMake objfile::static_links an htab_up
2019-04-10 Tom TromeyIntroduce a separate debug objfile iterator
2019-04-10 Tom TromeyFix a couple of comments
2019-03-23 Tom TromeyHave parser reset the innermost block tracker
2019-03-15 Tom TromeyUse htab_up for demangled hash
2019-03-15 Tom TromeySimplify per-BFD storage management
2019-03-15 Tom TromeyRemove minsym termination
2019-03-07 Tom TromeyC++-ify bcache
2019-01-17 Tom TromeyAdd compunits range adapter to objfile
2019-01-17 Tom TromeyChange all_objfiles_safe adapter to be a method on...
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-10 Tom TromeyMove psymtabs to their own obstack
2019-01-10 Tom TromeyIntroduce class psymtab_storage
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_OBJFILES_SAFE
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-08-23 Kevin BuettnerRelocate block range start and end addresses
next