aboutsummaryrefslogtreecommitdiff
path: root/gdb/progspace.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-15/+3
2022-07-28Change address_space to use new and deleteTom Tromey1-8/+14
2022-05-31Use unique_ptr for objfilesTom Tromey1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-30/+15
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess1-4/+17
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-29Change add_target_sections_of_objfile to method on program_spaceTom Tromey1-0/+4
2020-10-29Change add_target_sections to method on program_spaceTom Tromey1-0/+5
2020-10-29Change remove_target_sections to method on program_spaceTom Tromey1-0/+3
2020-10-29Change program_space_empty_p to method on program_spaceTom Tromey1-3/+4
2020-10-29Change clear_program_space_solib_cache to method on program_spaceTom Tromey1-5/+5
2020-10-29Remove symfile_objfile macroTom Tromey1-5/+0
2020-10-29Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey1-4/+4
2020-10-29Remove the exec_bfd macroTom Tromey1-0/+12
2020-10-29Remove current_target_sections macroTom Tromey1-4/+0
2020-10-29Change exec_close to be a method on program_spaceTom Tromey1-0/+3
2020-10-29Remove exec_filename macroTom Tromey1-3/+3
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-05-08Remove ALL_PSPACESTom Tromey1-10/+2
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-0/+7
2020-04-16Refactor delete_program_space as a destructorPedro Alves1-5/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Manage objfiles with shared_ptrTom Tromey1-5/+79
2019-12-12Move free_all_objfiles to program_spaceTom Tromey1-0/+3
2019-12-12Store objfiles on a std::listTom Tromey1-15/+12
2019-12-12Remove MULTI_OBJFILE_PTom Tromey1-0/+5
2019-12-12Introduce program_space::remove_objfileTom Tromey1-0/+2
2019-12-12Introduce program_space::add_objfileTom Tromey1-0/+6
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-0/+18
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-2/+13
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey1-4/+1
2018-05-16Make "cbfd" a gdb_bfd_ref_ptrTom Tromey1-1/+2
2018-05-11Move core_bfd to program spaceTom Tromey1-0/+3
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-1/+1
2018-03-02C++ify program_spaceSimon Marchi1-78/+77
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves1-0/+11
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-5/+1
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-12/+20
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-4/+7
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi1-7/+4