Remove path name from test case
[binutils-gdb.git] / gdb / progspace.c
2023-10-21 Simon Marchigdb: fix owner passed to remove_target_sections in...
2023-10-19 Simon Marchigdb: rename struct so_list to shobj
2023-10-19 Simon Marchigdb: link so_list using intrusive_list
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-02 Andrew Burgessgdb: add Python events for program space addition and...
2023-07-21 Tom TromeyAdd Progspace.objfile_for_address
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-14 Andrew Burgessgdb/maint: add core file name to 'maint info program...
2022-07-28 Tom TromeyRewrite registry.h
2022-07-28 Tom TromeyChange address_space to use new and delete
2022-05-31 Tom TromeyUse unique_ptr for objfiles
2022-03-29 Tom TromeyUnify gdb printf functions
2022-02-28 Tom TromeyAdd more filename styling
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-07-13 Pedro Alvesgdb: make inferior_list use intrusive_list
2021-07-06 Simon Marchigdb: introduce iterator_range, remove next_adapter
2021-01-21 Simon Marchigdb: make some variables static
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-10-29 Tom TromeyRemove call to exec_close
2020-10-29 Tom TromeyChange program_space_empty_p to method on program_space
2020-10-29 Tom TromeyChange clear_program_space_solib_cache to method on...
2020-10-29 Tom TromeyChange program_space::ebfd to a gdb_bfd_ref_ptr
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-10-29 Tom TromeyChange exec_close to be a method on program_space
2020-10-29 Tom TromeyRemove exec_filename macro
2020-10-13 Tom TromeyRemove clear_section_table
2020-08-28 Pedro AlvesAdjust "maint info program-spaces" to per-inferior...
2020-08-12 Pedro Alvesgdb.base/corefile.exp regression for unix/-m32 on x86_6...
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-05-08 Tom TromeyRemove ALL_SO_LIBS and so_list_head
2020-04-16 Pedro AlvesRefactor delete_program_space as a destructor
2020-01-10 Pedro AlvesSwitch the inferior too in switch_to_program_space_and_...
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-12 Tom TromeyManage objfiles with shared_ptr
2019-12-12 Tom TromeyMove free_all_objfiles to program_space
2019-12-12 Tom TromeyStore objfiles on a std::list
2019-12-12 Tom TromeyRemove MULTI_OBJFILE_P
2019-12-12 Tom TromeyIntroduce program_space::remove_objfile
2019-12-12 Tom TromeyIntroduce program_space::add_objfile
2019-07-17 Tom TromeyRename field_int to field_signed
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-29 Tom TromeyChange program_space::added_solibs to a std::vector
2018-04-07 Simon MarchiDefer breakpoint reset when cloning progspace for fork...
2018-03-03 Simon MarchiMake program_space::deleted_solibs a vector of std...
2018-03-03 Simon MarchiC++ify program_space
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-04 Pedro AlvesRedesign mock environment for gdbarch selftests
2017-09-27 Tom TromeyConstify maintenance_info_program_spaces_command
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-05-04 Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-01-12 Pedro AlvesReapply: List inferiors/threads/pspaces in ascending...
2016-01-11 Jan Kratochviltestsuite: Fix false FAILs on too long base directory
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-24 Pedro AlvesList inferiors/threads/pspaces in ascending order
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-07-08 Simon MarchiAdd missing spaces in previous patch
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-07-08 Simon MarchiRevert "Delete program spaces directly when removing...
2015-07-08 Simon MarchiDelete program spaces directly when removing inferiors
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-02 Pedro AlvesReduce Hg packet (select remote general thread) bouncing
2014-09-26 Simon MarchiDon't prune program spaces when doing "maintenance...
2014-06-03 Doug Evansresize_section_table cleanup
2014-05-17 Doug Evans * progspace.c (remove_program_space): Delete, unused.
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-20 Yao QiAdd REGISTRY for struct address_space.
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-04 Doug Evans * progspace.c (save_current_space_and_thread): Remove...
2013-08-28 Jan KratochvilPR gdb/15415
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-08-22 Tom Tromey * registry.h (struct registry_fields): New.
2012-08-22 Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-04-17 Jan Kratochvilgdb/
2012-01-24 Tom Tromey PR symtab/12406:
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-08-04 Pedro Alves2011-08-04 Pedro Alves <pedro@codesourcery.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-16 Michael Snyder2010-05-15 Michael Snyder <msnyder@vmware.com>
2010-05-07 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-03-02 Daniel Jacobowitz * progspace.c (update_address_spaces): Update inferior...
2010-01-19 Joel BrobeckerDelete unused or undefined functions.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-20 Pedro Alves * linux-nat.c (linux_nat_thread_address_space): New.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>