Age | Commit message (Expand) | Author | Files | Lines |
2024-07-15 | gdb: make `program_space::free_all_objfiles` use `this` | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: pass program space to no_shared_libraries | Simon Marchi | 1 | -1/+1 |
2024-07-15 | gdb: split no_shared_libraries, command vs implementation | Simon Marchi | 1 | -1/+1 |
2024-06-07 | gdb: make progspace::exec_filename private, add getter / setter | Simon Marchi | 1 | -7/+7 |
2024-05-16 | gdb: remove unused includes from progspace.{c,h} | Simon Marchi | 1 | -1/+0 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-22 | gdb: move two declarations out of defs.h | Simon Marchi | 1 | -2/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-05 | gdb: rename struct shobj -> struct solib | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-28 | [gdb] Fix segfault in for_each_block, part 1 | Tom de Vries | 1 | -14/+8 |
2023-10-20 | gdb: fix owner passed to remove_target_sections in clear_solib | Simon Marchi | 1 | -1/+2 |
2023-10-19 | gdb: rename struct so_list to shobj | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: link so_list using intrusive_list | Simon Marchi | 1 | -2/+2 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -4/+6 |
2023-10-02 | gdb: add Python events for program space addition and removal | Andrew Burgess | 1 | -0/+3 |
2023-07-21 | Add Progspace.objfile_for_address | Tom Tromey | 1 | -0/+16 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-14 | gdb/maint: add core file name to 'maint info program-spaces' output | Andrew Burgess | 1 | -2/+16 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -22/+0 |
2022-07-28 | Change address_space to use new and delete | Tom Tromey | 1 | -26/+12 |
2022-05-31 | Use unique_ptr for objfiles | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -6/+6 |
2022-02-28 | Add more filename styling | Tom Tromey | 1 | -1/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-07-12 | gdb: make inferior_list use intrusive_list | Pedro Alves | 1 | -2/+1 |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 1 | -8/+0 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-29 | Remove call to exec_close | Tom Tromey | 1 | -1/+0 |
2020-10-29 | Change program_space_empty_p to method on program_space | Tom Tromey | 1 | -6/+3 |
2020-10-29 | Change clear_program_space_solib_cache to method on program_space | Tom Tromey | 1 | -4/+3 |
2020-10-29 | Change program_space::ebfd to a gdb_bfd_ref_ptr | Tom Tromey | 1 | -4/+2 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -3/+3 |
2020-10-29 | Change exec_close to be a method on program_space | Tom Tromey | 1 | -0/+20 |
2020-10-29 | Remove exec_filename macro | Tom Tromey | 1 | -4/+4 |
2020-10-12 | Remove clear_section_table | Tom Tromey | 1 | -1/+0 |
2020-08-29 | Adjust "maint info program-spaces" to per-inferior target stack | Pedro Alves | 1 | -2/+8 |
2020-08-12 | gdb.base/corefile.exp regression for unix/-m32 on x86_64 (PR 26336) | Pedro Alves | 1 | -0/+6 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -57/+12 |
2020-05-08 | Remove ALL_SO_LIBS and so_list_head | Tom Tromey | 1 | -3/+9 |
2020-04-16 | Refactor delete_program_space as a destructor | Pedro Alves | 1 | -41/+43 |
2020-01-10 | Switch the inferior too in switch_to_program_space_and_thread | Pedro Alves | 1 | -2/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-12 | Manage objfiles with shared_ptr | Tom Tromey | 1 | -7/+14 |
2019-12-12 | Move free_all_objfiles to program_space | Tom Tromey | 1 | -0/+18 |
2019-12-12 | Store objfiles on a std::list | Tom Tromey | 1 | -38/+14 |
2019-12-12 | Remove MULTI_OBJFILE_P | Tom Tromey | 1 | -0/+8 |
2019-12-12 | Introduce program_space::remove_objfile | Tom Tromey | 1 | -0/+25 |
2019-12-12 | Introduce program_space::add_objfile | Tom Tromey | 1 | -0/+22 |