summaryrefslogtreecommitdiff
path: root/gdb/objfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_DICT_SYMBOLSTom Tromey2023-05-071-7/+2
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-11/+6
* Rename objfile::sectionsTom Tromey2023-05-071-6/+6
* Rename objfile_type to builtin_typeTom Tromey2023-03-181-2/+2
* Remove extra scopes from objfile_relocate1Tom Tromey2023-03-111-43/+33
* Change linetables to be objfile-independentTom Tromey2023-03-111-16/+0
* Merge forget_cached_source_info_for_objfile into objfile methodTom Tromey2023-03-071-1/+1
* Remove most calls to fixup_symbol_sectionTom Tromey2023-02-081-2/+0
* Remove compunit_symtab::m_block_line_sectionTom Tromey2023-02-081-2/+2
* Use bool in pc_in_* functionsTom Tromey2023-01-201-10/+5
* Remove some unused includesTom Tromey2023-01-191-1/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Remove quick_symbol_functions::relocatedTom Tromey2022-12-191-4/+0
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* Use unique_ptr to destroy per-bfd objectTom Tromey2022-08-031-15/+7
* Use auto_obstack in objfileTom Tromey2022-08-031-7/+0
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-27/+28
* Rewrite registry.hTom Tromey2022-07-281-13/+2
* Remove addrmap wrapper functionsTom Tromey2022-06-121-1/+1
* gdb: Do not add empty sections to the section mapIlya Leoshkevich2022-06-021-1/+7
* Use unique_ptr for objfilesTom Tromey2022-05-311-3/+1
* gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi2022-05-051-10/+4
* gdb: remove BLOCKVECTOR_MAP macroSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2022-04-271-4/+2
* gdb: remove BLOCK_RANGES macroSimon Marchi2022-04-271-7/+5
* gdb: remove BLOCK_RANGE_{START,END} macrosSimon Marchi2022-04-271-2/+3
* gdb: remove BLOCK_MULTIDICT macroSimon Marchi2022-04-271-1/+1
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-5/+2
* gdb: remove symtab::objfileSimon Marchi2022-04-071-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-2/+2
* gdb: remove SYMTAB_OBJFILE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMTAB_LINETABLE macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add getter/setterSimon Marchi2022-02-061-2/+2
* gdb: remove COMPUNIT_BLOCKVECTOR macro, add getter/setterSimon Marchi2022-02-061-1/+1
* gdb: move compunit_filetabs to compunit_symtab::filetabsSimon Marchi2022-02-061-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* CTF: incorrect underlying type setting for enumeration typesWeimin Pan2021-10-181-0/+26
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-14/+13
* gdb: remove objfile parameter from get_objfile_bfd_dataSimon Marchi2021-04-021-6/+4
* gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi2021-04-021-1/+1
* Switch objfile to hold a list of psymbol readersTom Tromey2021-03-201-2/+2
* Rearrange psymtab_storage constructionTom Tromey2021-03-201-1/+0
* Move psymbol_map out of objfileTom Tromey2021-03-201-3/+3
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-201-19/+0
* Change objfile::has_partial_symbols to return boolTom Tromey2021-03-201-3/+3
* Change objfile_has_partial_symbols to a methodTom Tromey2021-03-201-8/+8
* gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess2021-02-101-2/+2