aboutsummaryrefslogtreecommitdiff
path: root/gdb/progspace.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-10/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+10
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-07-08Add missing spaces in previous patchSimon Marchi1-2/+2
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-13/+14
2015-07-08Revert "Delete program spaces directly when removing inferiors"Simon Marchi1-14/+13
2015-07-08Delete program spaces directly when removing inferiorsSimon Marchi1-13/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-02Reduce Hg packet (select remote general thread) bouncingPedro Alves1-3/+2
2014-09-26Don't prune program spaces when doing "maintenance info program-spaces"Simon Marchi1-4/+0
2014-06-03resize_section_table cleanupDoug Evans1-2/+1
2014-05-17 * progspace.c (remove_program_space): Delete, unused.Doug Evans1-24/+0
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-20Add REGISTRY for struct address_space.Yao Qi1-4/+14
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-1/+1
2013-09-04 * progspace.c (save_current_space_and_thread): Remove unnecessaryDoug Evans1-1/+2
2013-08-28PR gdb/15415Jan Kratochvil1-5/+4
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-4/+4