Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | Create private_inferior class hierarchy | Simon Marchi | 1 | -2/+7 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -2/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-10-04 | Implement "set cwd" command on GDB | Sergio Durigan Junior | 1 | -0/+4 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -5/+1 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -1/+1 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -5/+0 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 1 | -2/+4 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -28/+6 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -1/+22 |
2017-04-19 | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 1 | -9/+26 |
2017-04-19 | Make inferior::detaching a bool, and introduce scoped_restore::release() | Pedro Alves | 1 | -1/+1 |
2017-04-13 | Make inferior a class with cdtors, and use new/delete | Pedro Alves | 1 | -31/+36 |
2017-04-13 | GC inferior.c:init_inferior_list | Pedro Alves | 1 | -3/+0 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -1/+1 |
2017-02-20 | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 1 | -0/+14 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -3/+4 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -0/+6 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -0/+3 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -0/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-14 | Target remote mode fork and exec event support | Don Breazeal | 1 | -0/+3 |
2015-11-30 | Remote all-stop-on-top-of-non-stop | Pedro Alves | 1 | -0/+12 |
2015-09-09 | Garbage collect dummy_frame_ctx_saver | Pedro Alves | 1 | -4/+2 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -8/+1 |
2015-07-08 | Revert "Delete program spaces directly when removing inferiors" | Simon Marchi | 1 | -1/+8 |
2015-07-08 | Delete program spaces directly when removing inferiors | Simon Marchi | 1 | -8/+1 |
2015-06-23 | inferior.h (struct inferior_suspend_state): Delete, unused. | Doug Evans | 1 | -16/+0 |
2015-05-13 | infcall: stop_registers -> register_dummy_frame_dtor | Jan Kratochvil | 1 | -2/+4 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | Refactor gdbarch method print_float_info | Yao Qi | 1 | -0/+8 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -0/+3 |
2014-10-17 | Delete Tru64 support | Pedro Alves | 1 | -4/+2 |
2014-10-02 | Reduce Hg packet (select remote general thread) bouncing | Pedro Alves | 1 | -1/+2 |
2014-08-27 | Fix terminal state corruption when starting a program from within TUI | Patrick Palka | 1 | -2/+0 |
2014-08-07 | Move ptid.h to common-defs.h | Gary Benson | 1 | -2/+0 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 1 | -0/+7 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -134/+0 |
2014-03-30 | * inferior.h (enum stop_kind): Improve comment. | Doug Evans | 1 | -8/+8 |
2014-03-20 | PR breakpoints/7143 - Watchpoint does not trigger when first set | Pedro Alves | 1 | -0/+6 |
2014-03-18 | PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output. | Pedro Alves | 1 | -0/+2 |
2014-03-14 | Rename native-only terminal related functions. | Pedro Alves | 1 | -8/+8 |
2014-02-27 | Move ptid_match to common/ptid.c. | Hui Zhu | 1 | -10/+0 |
2014-02-19 | Add target_ops argument to to_terminal_info | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_save_ours | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours_for_output | Tom Tromey | 1 | -1/+1 |