Age | Commit message (Expand) | Author | Files | Lines |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -2/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -0/+1 |
2018-05-29 | Change program_space::added_solibs to a std::vector | Tom Tromey | 1 | -2/+1 |
2018-04-07 | Defer breakpoint reset when cloning progspace for fork child | Simon Marchi | 1 | -1/+2 |
2018-03-02 | Make program_space::deleted_solibs a vector of std::string | Simon Marchi | 1 | -2/+1 |
2018-03-02 | C++ify program_space | Simon Marchi | 1 | -26/+15 |
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 | -12/+0 |
2017-09-27 | Constify maintenance_info_program_spaces_command | Tom Tromey | 1 | -1/+1 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -4/+1 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -77/+3 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -3/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -10/+10 |
2016-01-12 | Reapply: List inferiors/threads/pspaces in ascending order | Pedro Alves | 1 | -2/+10 |
2016-01-11 | testsuite: Fix false FAILs on too long base directory | Jan Kratochvil | 1 | -10/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-24 | List inferiors/threads/pspaces in ascending order | Pedro Alves | 1 | -2/+10 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-07-08 | Add missing spaces in previous patch | Simon Marchi | 1 | -2/+2 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -13/+14 |
2015-07-08 | Revert "Delete program spaces directly when removing inferiors" | Simon Marchi | 1 | -14/+13 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -13/+14 |
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 | -3/+2 |
2014-09-26 | Don't prune program spaces when doing "maintenance info program-spaces" | Simon Marchi | 1 | -4/+0 |
2014-06-03 | resize_section_table cleanup | Doug Evans | 1 | -2/+1 |
2014-05-17 | * progspace.c (remove_program_space): Delete, unused. | Doug Evans | 1 | -24/+0 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-20 | Add REGISTRY for struct address_space. | Yao Qi | 1 | -4/+14 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+1 |
2013-09-04 | * progspace.c (save_current_space_and_thread): Remove unnecessary | Doug Evans | 1 | -1/+2 |
2013-08-28 | PR gdb/15415 | Jan Kratochvil | 1 | -5/+4 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -4/+4 |
2012-08-22 | * registry.h (struct registry_fields): New. | Tom Tromey | 1 | -1/+1 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -105/+6 |
2012-04-17 | gdb/ | Jan Kratochvil | 1 | -6/+3 |
2012-01-24 | PR symtab/12406: | Tom Tromey | 1 | -0/+17 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |
2011-08-04 | 2011-08-04 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+1 |
2011-01-05 | 2011-01-05 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+4 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-05-16 | 2010-05-15 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+3 |
2010-05-07 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+0 |
2010-03-02 | * progspace.c (update_address_spaces): Update inferior address spaces | Daniel Jacobowitz | 1 | -12/+18 |