aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert static links to new hash tableSimon Marchi6 days1-65/+9
* [gdb] Don't create registry keys in destructorTom de Vries2024-10-261-9/+4
* gdb: pass program space to objfile::makeSimon Marchi2024-07-151-2/+2
* gdb: pass program space to objfile::objfileSimon Marchi2024-07-151-3/+5
* gdb: pass program space to entry_point_addressSimon Marchi2024-07-151-3/+3
* gdb: pass program space to entry_point_address_querySimon Marchi2024-07-151-5/+4
* gdb: pass program space to objfiles_changedSimon Marchi2024-07-151-5/+3
* gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi2024-07-151-1/+2
* gdb: pass program space to have_{full,partial}_symbolsSimon Marchi2024-07-151-6/+6
* gdb: bool-ify a few functions in objfiles.{c,h}Simon Marchi2024-07-151-45/+32
* gdb: pass program space to clear_current_source_symtab_and_lineSimon Marchi2024-07-151-1/+1
* gdb: pass program space to objfile_purge_solibsSimon Marchi2024-07-151-5/+3
* gdb: use objfile::pspace in objfile::unlinkSimon Marchi2024-07-151-1/+1
* gdb: make objfile::pspace privateSimon Marchi2024-07-151-3/+3
* Don't obstack-allocate the call site hash tableTom Tromey2024-06-241-0/+2
* gdb: remove unused includes in objfiles.{c,h}Simon Marchi2024-05-161-3/+0
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Add obj_section::contains methodTom Tromey2024-02-201-1/+1
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Remove explanatory comments from includesTom Tromey2023-09-201-1/+1
* Remove most includes of psymtab.hTom Tromey2023-08-181-1/+0
* 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