aboutsummaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-16gdb: remove unused includes in objfiles.{c,h}Simon Marchi1-6/+0
2024-02-20Add obj_section::contains methodTom Tromey1-0/+6
2024-02-15Move lookup_name_info creation into basic_lookup_transparent_typeTom Tromey1-1/+2
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-1/+1
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-3/+2
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2024-01-08Remove two quick_symbol_functions methodsTom Tromey1-14/+0
2024-01-08Add quick_symbol_functions::compute_main_nameTom Tromey1-0/+3
2023-12-06Remove quick_symbol_functions::expand_matching_symbolsTom Tromey1-6/+0
2023-11-14gdb: merge debug symbol file lookup code from coffread & elfread pathsAndrew Burgess1-0/+10
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-31[symtab/27831] Fix OBJF_MAINLINE assertKevin Buettner1-0/+11
2023-08-18Remove most includes of psymtab.hTom Tromey1-1/+0
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-46/+107
2023-05-07Rename objfile::sectionsTom Tromey1-10/+10
2023-01-20Use bool in pc_in_* functionsTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-08gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany1-1/+3
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-6/+3
2022-08-03Use unique_ptr to destroy per-bfd objectTom Tromey1-2/+7
2022-08-03Use auto_obstack in objfileTom Tromey1-1/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-6/+6
2022-07-28Rewrite registry.hTom Tromey1-5/+1
2022-05-31Use unique_ptr for objfilesTom Tromey1-1/+1
2022-05-26gdb: Require psymtab before calling quick_functions in objfileLancelot SIX1-0/+13
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-3/+2
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-18CTF: incorrect underlying type setting for enumeration typesWeimin Pan1-0/+5
2021-07-30Use iterator_range in more placesTom Tromey1-50/+9
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-4/+2
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-31/+62
2021-06-25gdb: add new function quick_symbol_functions::has_unexpanded_symbolsAndrew Burgess1-0/+6
2021-04-17Simplify quick_symbol_functions::map_matching_symbolsTom Tromey1-2/+1
2021-04-17Remove quick_symbol_functions::expand_symtabs_with_fullnameTom Tromey1-1/+5
2021-04-17Remove quick_symbol_functions::expand_symtabs_for_functionTom Tromey1-1/+2
2021-04-17Remove quick_symbol_functions::map_symtabs_matching_filenameTom Tromey1-1/+12
2021-04-17Remove quick_symbol_functions::lookup_symbolTom Tromey1-1/+10
2021-04-17Add 'domain' parameter to expand_symtabs_matchingTom Tromey1-0/+1
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-0/+1
2021-04-17Let expand_symtabs_matching short-circuitTom Tromey1-1/+1
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi1-2/+14
2021-04-02gdb: add intern methods to objfile_per_bfd_storageSimon Marchi1-3/+19
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey1-2/+2
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-11/+0
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey1-1/+2
2021-03-20Remove objfile::psymtabsTom Tromey1-8/+0
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey1-0/+3
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey1-2/+1