summaryrefslogtreecommitdiff
path: root/gdb/progspace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/maint: add core file name to 'maint info program-spaces' outputAndrew Burgess2022-12-141-2/+16
* Rewrite registry.hTom Tromey2022-07-281-22/+0
* Change address_space to use new and deleteTom Tromey2022-07-281-26/+12
* Use unique_ptr for objfilesTom Tromey2022-05-311-3/+3
* Unify gdb printf functionsTom Tromey2022-03-291-6/+6
* Add more filename stylingTom Tromey2022-02-281-1/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-121-2/+1
* gdb: introduce iterator_range, remove next_adapterSimon Marchi2021-07-061-8/+0
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove call to exec_closeTom Tromey2020-10-291-1/+0
* Change program_space_empty_p to method on program_spaceTom Tromey2020-10-291-6/+3
* Change clear_program_space_solib_cache to method on program_spaceTom Tromey2020-10-291-4/+3
* Change program_space::ebfd to a gdb_bfd_ref_ptrTom Tromey2020-10-291-4/+2
* Remove the exec_bfd macroTom Tromey2020-10-291-3/+3
* Change exec_close to be a method on program_spaceTom Tromey2020-10-291-0/+20
* Remove exec_filename macroTom Tromey2020-10-291-4/+4
* Remove clear_section_tableTom Tromey2020-10-121-1/+0
* Adjust "maint info program-spaces" to per-inferior target stackPedro Alves2020-08-291-2/+8
* gdb.base/corefile.exp regression for unix/-m32 on x86_64 (PR 26336)Pedro Alves2020-08-121-0/+6
* Remove ALL_PSPACESTom Tromey2020-05-081-57/+12
* Remove ALL_SO_LIBS and so_list_headTom Tromey2020-05-081-3/+9
* Refactor delete_program_space as a destructorPedro Alves2020-04-161-41/+43
* Switch the inferior too in switch_to_program_space_and_threadPedro Alves2020-01-101-2/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Manage objfiles with shared_ptrTom Tromey2019-12-121-7/+14
* Move free_all_objfiles to program_spaceTom Tromey2019-12-121-0/+18
* Store objfiles on a std::listTom Tromey2019-12-121-38/+14
* Remove MULTI_OBJFILE_PTom Tromey2019-12-121-0/+8
* Introduce program_space::remove_objfileTom Tromey2019-12-121-0/+25
* Introduce program_space::add_objfileTom Tromey2019-12-121-0/+22
* Rename field_int to field_signedTom Tromey2019-07-171-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove pid_to_ptidTom Tromey2018-07-031-2/+2
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-0/+1
* Change program_space::added_solibs to a std::vectorTom Tromey2018-05-291-2/+1
* Defer breakpoint reset when cloning progspace for fork childSimon Marchi2018-04-071-1/+2
* Make program_space::deleted_solibs a vector of std::stringSimon Marchi2018-03-021-2/+1
* C++ify program_spaceSimon Marchi2018-03-021-26/+15
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Redesign mock environment for gdbarch selftestsPedro Alves2017-10-041-12/+0
* Constify maintenance_info_program_spaces_commandTom Tromey2017-09-271-1/+1
* Introduce and use ui_out_emit_tableTom Tromey2017-08-031-4/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-77/+3
* Use ui_out_emit_tupleTom Tromey2017-04-221-3/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-10/+10