Remove path name from test case
[binutils-gdb.git] / gdb / objfiles.h
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 BrobeckerCopyright Year update after running gdb/copyright.py
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"
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-21 Tom TromeyMake unlink_objfile and put_objfile_before static
2019-10-17 Tom TromeyConstify objfile::original_name
2019-09-30 Christian BiesingerImprove some comments about msymbol handling
2019-09-19 Alan Modrabfd_section_* macros
2019-08-05 Christian BiesingerAdd a comment briefly explaining partial symbols
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-19 Tom TromeyMake objfile::static_links an htab_up
2019-04-10 Tom TromeyIntroduce a separate debug objfile iterator
2019-03-23 Tom TromeyInclude bcache.h from objfiles.h
2019-03-15 Tom TromeyAllocate minimal symbols with malloc
2019-03-15 Tom TromeyUse htab_up for demangled hash
2019-03-15 Tom TromeySimplify per-BFD storage management
2019-03-15 Tom TromeyUse bitset for demangled_hash_languages
2019-03-07 Tom TromeyC++-ify bcache
2019-01-23 Tom TromeyUse "struct bcache" in objfiles.h
2019-01-17 Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-17 Tom TromeySimplify minsym iteration
2019-01-17 Tom TromeyMake psymtab range adapter a method on objfile
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 Tom TromeyMove psymtabs to their own obstack
2019-01-10 Tom TromeyIntroduce objfile::reset_psymtabs
2019-01-10 Tom TromeyIntroduce class psymtab_storage
2019-01-10 Tom TromeyRemove ALL_OBJSECTIONS
2019-01-10 Tom TromeyRemove ALL_OBJFILES and ALL_FILETABS
2019-01-10 Tom TromeyRemove ALL_OBJFILE_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNIT_FILETABS
2019-01-10 Tom TromeyRemove ALL_COMPUNITS
next