]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/objfiles.h
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / objfiles.h
2025-05-29  Simon Marchigdb/solib: boolify in_dynsym_resolve_code functions
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-26  Simon Marchigdb: move "gdb:function_view" into quick-symbol.h typedefs
2024-12-18  Tom TromeyRun check-include-guards.py
2024-12-03  Guinevere Larsengdb: fix crash when GDB can't read an objfile
2024-11-26  Simon MarchiConvert static links to new hash table
2024-11-11  Simon Marchigdb/progspace: link objfiles using owning_intrusive_list
2024-09-24  Tom de Vries[gdb/symtab] Don't expand non-Ada CUs for info exceptions
2024-08-12  Simon Marchigdb: drop struct keyword when using bound_minimal_symbol
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 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 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-04  Tom TromeyRemove a couple unnecessary casts
2024-05-16  Simon Marchigdb: remove unused includes in objfiles.{c,h}
2024-02-20  Tom TromeyAdd obj_section::contains method
2024-02-15  Tom TromeyMove lookup_name_info creation into basic_lookup_transp...
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-28  Tom TromeyUse domain_search_flags in lookup_global_symbol_language
2024-01-28  Tom TromeyReplace search_domain with domain_search_flags
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeyRemove two quick_symbol_functions methods
2024-01-09  Tom TromeyAdd quick_symbol_functions::compute_main_name
2023-12-06  Tom TromeyRemove quick_symbol_functions::expand_matching_symbols
2023-11-14  Andrew Burgessgdb: merge debug symbol file lookup code from coffread...
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-31  Kevin Buettner[symtab/27831] Fix OBJF_MAINLINE assert
2023-08-18  Tom TromeyRemove most includes of psymtab.h
2023-05-07  Tom TromeyRemove ALL_OBJFILE_OSECTIONS
2023-05-07  Tom TromeyRename objfile::sections
2023-01-20  Tom TromeyUse bool in pc_in_* functions
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-08  Jan Vranygdb: skip objfiles with no BFD in DWARF unwinder
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
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-05-31  Tom TromeyUse unique_ptr for objfiles
2022-05-26  Lancelot SIXgdb: Require psymtab before calling quick_functions...
2022-05-05  Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
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-07-30  Tom TromeyUse iterator_range in more places
2021-07-06  Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-06-28  Simon Marchigdb: convert obj_section macros to methods
2021-06-25  Andrew Burgessgdb: add new function quick_symbol_functions::has_unexp...
2021-04-17  Tom TromeySimplify quick_symbol_functions::map_matching_symbols
2021-04-17  Tom TromeyRemove quick_symbol_functions::expand_symtabs_with_fullname
2021-04-17  Tom TromeyRemove quick_symbol_functions::expand_symtabs_for_function
2021-04-17  Tom TromeyRemove quick_symbol_functions::map_symtabs_matching_fil...
2021-04-17  Tom TromeyRemove quick_symbol_functions::lookup_symbol
2021-04-17  Tom TromeyAdd 'domain' parameter to expand_symtabs_matching
2021-04-17  Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-17  Tom TromeyLet expand_symtabs_matching short-circuit
2021-04-02  Simon Marchigdb: pass objfile_per_bfd_storage instead of objfile...
2021-04-02  Simon Marchigdb: add intern methods to objfile_per_bfd_storage
2021-03-26  Tom TromeyUse function view in quick_symbol_functions::map_symbol...
2021-03-20  Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20  Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20  Tom TromeyRemove objfile::psymtabs
2021-03-20  Tom TromeyIntroduce objfile::require_partial_symbols
2021-03-20  Tom TromeyMove psymtab statistics printing to psymtab.c
2021-03-20  Tom TromeyMove psymbol_map out of objfile
2021-03-20  Tom TromeyConvert quick_symbol_functions to use methods
2021-03-20  Tom TromeyMove sym_fns::qf to 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-01-14  Tom de Vries[gdb/breakpoint] Handle .plt.sec in in_plt_section
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-11-01  Tom TromeyRemove partial symbol statistics
2020-07-22  Simon Marchigdb/jit: skip jit symbol lookup if already detected...
2020-07-22  Simon Marchigdb/jit: split jit_objfile_data in two
2020-07-22  Simon Marchigdb/jit: link to jit_objfile_data directly from the...
2020-05-27  Tom TromeyShare DWARF partial symtabs
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-03-04  Tom TromeyIntroduce objfile::intern
2020-01-23  Simon Marchigdb: introduce objfile text_section_offset and data_sec...
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 TromeyChange objfile::partial_symtabs to be a unique_ptr
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 TromeyRemove MULTI_OBJFILE_P
2019-12-12  Tom TromeyMake the objfile destructor private
2019-12-12  Tom TromeyMake add_separate_debug_objfile static
2019-12-12  Tom TromeyMake the objfile constructor private
2019-12-06  Christian BiesingerPut bcache inside "namespace gdb"
next