aboutsummaryrefslogtreecommitdiff
path: root/gdb/progspace.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14gdb/maint: add core file name to 'maint info program-spaces' outputAndrew Burgess1-2/+16
2022-07-28Rewrite registry.hTom Tromey1-22/+0
2022-07-28Change address_space to use new and deleteTom Tromey1-26/+12
2022-05-31Use unique_ptr for objfilesTom Tromey1-3/+3
2022-03-29Unify gdb printf functionsTom Tromey1-6/+6
2022-02-28Add more filename stylingTom Tromey1-1/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves1-2/+1
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-8/+0
2021-01-20gdb: make some variables staticSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-29Remove call to exec_closeTom Tromey1-1/+0
2020-10-29Change program_space_empty_p to method on program_spaceTom Tromey1-6/+3
2020-10-29Change clear_program_space_solib_cache to method on program_spaceTom Tromey1-4/+3
2020-10-29Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey1-4/+2
2020-10-29Remove the exec_bfd macroTom Tromey1-3/+3
2020-10-29Change exec_close to be a method on program_spaceTom Tromey1-0/+20
2020-10-29Remove exec_filename macroTom Tromey1-4/+4
2020-10-12Remove clear_section_tableTom Tromey1-1/+0
2020-08-29Adjust "maint info program-spaces" to per-inferior target stackPedro Alves1-2/+8
2020-08-12gdb.base/corefile.exp regression for unix/-m32 on x86_64 (PR 26336)Pedro Alves1-0/+6
2020-05-08Remove ALL_PSPACESTom Tromey1-57/+12
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-3/+9
2020-04-16Refactor delete_program_space as a destructorPedro Alves1-41/+43
2020-01-10Switch the inferior too in switch_to_program_space_and_threadPedro Alves1-2/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Manage objfiles with shared_ptrTom Tromey1-7/+14
2019-12-12Move free_all_objfiles to program_spaceTom Tromey1-0/+18
2019-12-12Store objfiles on a std::listTom Tromey1-38/+14
2019-12-12Remove MULTI_OBJFILE_PTom Tromey1-0/+8
2019-12-12Introduce program_space::remove_objfileTom Tromey1-0/+25
2019-12-12Introduce program_space::add_objfileTom Tromey1-0/+22
2019-07-17Rename field_int to field_signedTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove pid_to_ptidTom Tromey1-2/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey1-2/+1
2018-04-07Defer breakpoint reset when cloning progspace for fork childSimon Marchi1-1/+2
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-2/+1
2018-03-02C++ify program_spaceSimon Marchi1-26/+15
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves1-12/+0
2017-09-27Constify maintenance_info_program_spaces_commandTom Tromey1-1/+1
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-4/+1
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-77/+3
2017-04-22Use ui_out_emit_tupleTom Tromey1-3/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-10/+10
2016-01-12Reapply: List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+10