Age | Commit message (Expand) | Author | Files | Lines |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 1 | -30/+15 |
2021-02-24 | gdb: make the target_sections table private within program_space | Andrew Burgess | 1 | -4/+17 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-29 | Change add_target_sections_of_objfile to method on program_space | Tom Tromey | 1 | -0/+4 |
2020-10-29 | Change add_target_sections to method on program_space | Tom Tromey | 1 | -0/+5 |
2020-10-29 | Change remove_target_sections to method on program_space | Tom Tromey | 1 | -0/+3 |
2020-10-29 | Change program_space_empty_p to method on program_space | Tom Tromey | 1 | -3/+4 |
2020-10-29 | Change clear_program_space_solib_cache to method on program_space | Tom Tromey | 1 | -5/+5 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -5/+0 |
2020-10-29 | Change program_space::ebfd to a gdb_bfd_ref_ptr | Tom Tromey | 1 | -4/+4 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -0/+12 |
2020-10-29 | Remove current_target_sections macro | Tom Tromey | 1 | -4/+0 |
2020-10-29 | Change exec_close to be a method on program_space | Tom Tromey | 1 | -0/+3 |
2020-10-29 | Remove exec_filename macro | Tom Tromey | 1 | -3/+3 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -1/+1 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -10/+2 |
2020-05-08 | Remove ALL_SO_LIBS and so_list_head | Tom Tromey | 1 | -0/+7 |
2020-04-16 | Refactor delete_program_space as a destructor | Pedro Alves | 1 | -5/+9 |
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 | -5/+79 |
2019-12-12 | Move free_all_objfiles to program_space | Tom Tromey | 1 | -0/+3 |
2019-12-12 | Store objfiles on a std::list | Tom Tromey | 1 | -15/+12 |
2019-12-12 | Remove MULTI_OBJFILE_P | Tom Tromey | 1 | -0/+5 |
2019-12-12 | Introduce program_space::remove_objfile | Tom Tromey | 1 | -0/+2 |
2019-12-12 | Introduce program_space::add_objfile | Tom Tromey | 1 | -0/+6 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Change all_objfiles_safe adapter to be a method on program_space | Tom Tromey | 1 | -0/+18 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+13 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-05-29 | Change program_space::added_solibs to a std::vector | Tom Tromey | 1 | -4/+1 |
2018-05-16 | Make "cbfd" a gdb_bfd_ref_ptr | Tom Tromey | 1 | -1/+2 |
2018-05-11 | Move core_bfd to program space | Tom Tromey | 1 | -0/+3 |
2018-03-02 | Make program_space::deleted_solibs a vector of std::string | Simon Marchi | 1 | -1/+1 |
2018-03-02 | C++ify program_space | Simon Marchi | 1 | -78/+77 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-04 | Redesign mock environment for gdbarch selftests | Pedro Alves | 1 | -0/+11 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -5/+1 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -12/+20 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -4/+7 |
2015-07-08 | Revert "Delete program spaces directly when removing inferiors" | Simon Marchi | 1 | -7/+4 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -4/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-02 | Reduce Hg packet (select remote general thread) bouncing | Pedro Alves | 1 | -1/+2 |
2014-05-17 | * progspace.c (remove_program_space): Delete, unused. | Doug Evans | 1 | -3/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |