summaryrefslogtreecommitdiff
path: root/gdb/progspace.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Rewrite registry.hTom Tromey2022-07-281-15/+3
* Change address_space to use new and deleteTom Tromey2022-07-281-8/+14
* Use unique_ptr for objfilesTom Tromey2022-05-311-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-061-30/+15
* gdb: make the target_sections table private within program_spaceAndrew Burgess2021-02-241-4/+17
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Change add_target_sections_of_objfile to method on program_spaceTom Tromey2020-10-291-0/+4
* Change add_target_sections to method on program_spaceTom Tromey2020-10-291-0/+5
* Change remove_target_sections to method on program_spaceTom Tromey2020-10-291-0/+3
* Change program_space_empty_p to method on program_spaceTom Tromey2020-10-291-3/+4
* Change clear_program_space_solib_cache to method on program_spaceTom Tromey2020-10-291-5/+5
* Remove symfile_objfile macroTom Tromey2020-10-291-5/+0
* Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey2020-10-291-4/+4
* Remove the exec_bfd macroTom Tromey2020-10-291-0/+12
* Remove current_target_sections macroTom Tromey2020-10-291-4/+0
* Change exec_close to be a method on program_spaceTom Tromey2020-10-291-0/+3
* Remove exec_filename macroTom Tromey2020-10-291-3/+3
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* Remove ALL_PSPACESTom Tromey2020-05-081-10/+2
* Remove ALL_SO_LIBS and so_list_headTom Tromey2020-05-081-0/+7
* Refactor delete_program_space as a destructorPedro Alves2020-04-161-5/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Manage objfiles with shared_ptrTom Tromey2019-12-121-5/+79
* Move free_all_objfiles to program_spaceTom Tromey2019-12-121-0/+3
* Store objfiles on a std::listTom Tromey2019-12-121-15/+12
* Remove MULTI_OBJFILE_PTom Tromey2019-12-121-0/+5
* Introduce program_space::remove_objfileTom Tromey2019-12-121-0/+2
* Introduce program_space::add_objfileTom Tromey2019-12-121-0/+6
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey2019-01-171-0/+18
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+13
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Change program_space::added_solibs to a std::vectorTom Tromey2018-05-291-4/+1
* Make "cbfd" a gdb_bfd_ref_ptrTom Tromey2018-05-161-1/+2
* Move core_bfd to program spaceTom Tromey2018-05-111-0/+3
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-1/+1
* C++ify program_spaceSimon Marchi2018-03-021-78/+77
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-0/+11
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-5/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-12/+20
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Delete program spaces directly when removing inferiorsSimon Marchi2015-07-081-4/+7
* Revert "Delete program spaces directly when removing inferiors"Simon Marchi2015-07-081-7/+4