| Commit message (Expand) | Author | Age | Files | Lines |
* | Multi-target support | Pedro Alves | 2020-01-10 | 1 | -14/+50 |
* | Introduce switch_to_inferior_no_thread | Pedro Alves | 2020-01-10 | 1 | -0/+4 |
* | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 2020-01-10 | 1 | -0/+3 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2020-01-01 | 1 | -1/+1 |
* | Remove info_terminal_command declaration, make definition static | Simon Marchi | 2019-11-26 | 1 | -2/+0 |
* | Fix type of startup_with_shell in gdbserver | Tom Tromey | 2019-10-02 | 1 | -19/+0 |
* | Change boolean options to bool instead of int | Christian Biesinger | 2019-09-18 | 1 | -2/+2 |
* | Rename common to gdbsupport | Tom Tromey | 2019-07-09 | 1 | -4/+4 |
* | Fix GDB crash when registers cannot be modified. | Philippe Waroquiers | 2019-04-19 | 1 | -1/+12 |
* | Update two cleanup comments | Tom Tromey | 2019-03-06 | 1 | -1/+1 |
* | Normalize includes to use common/ | Tom Tromey | 2019-01-25 | 1 | -2/+2 |
* | Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type | Tom Tromey | 2019-01-23 | 1 | -1/+3 |
* | Place displaced step data directly in inferior structure | Simon Marchi | 2019-01-02 | 1 | -0/+3 |
* | Update copyright year range in all GDB files. | Joel Brobecker | 2019-01-01 | 1 | -1/+1 |
* | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 2018-11-22 | 1 | -18/+73 |
* | Make save_infcall_*_state return unique pointers | Tom Tromey | 2018-09-17 | 1 | -3/+4 |
* | Remove two infrun cleanups | Tom Tromey | 2018-09-17 | 1 | -4/+27 |
* | Use new and delete for struct infcall_control_state | Tom Tromey | 2018-09-17 | 1 | -1/+11 |
* | Change get_inferior_args to return const char * | Tom Tromey | 2018-09-15 | 1 | -1/+1 |
* | Remove ptid_get_pid | Tom Tromey | 2018-07-03 | 1 | -1/+1 |
* | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 2018-06-28 | 1 | -4/+0 |
* | gdb: For macOS, s/thread_info/struct thread_info/ | Pedro Alves | 2018-06-25 | 1 | -1/+1 |
* | Use thread_info and inferior pointers more throughout | Pedro Alves | 2018-06-21 | 1 | -21/+4 |
* | Enable 'set print inferior-events' and improve detach/fork/kill/exit messages | Sergio Durigan Junior | 2018-04-24 | 1 | -0/+4 |
* | Class readonly_detached_regcache | Yao Qi | 2018-02-21 | 1 | -1/+1 |
* | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 2018-01-30 | 1 | -0/+10 |
* | Make linux_nat_detach/thread_db_detach use the inferior parameter | Simon Marchi | 2018-01-19 | 1 | -0/+3 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Create private_inferior class hierarchy | Simon Marchi | 2017-11-24 | 1 | -2/+7 |
* | Constify add_info | Tom Tromey | 2017-11-07 | 1 | -1/+1 |
* | Constify add_com | Tom Tromey | 2017-11-07 | 1 | -2/+2 |
* | Constify add_prefix_cmd | Tom Tromey | 2017-10-11 | 1 | -1/+1 |
* | Implement "set cwd" command on GDB | Sergio Durigan Junior | 2017-10-04 | 1 | -0/+4 |
* | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 2017-09-19 | 1 | -5/+1 |
* | Rename some command functions | Simon Marchi | 2017-08-22 | 1 | -1/+1 |
* | Remove save_inferior_ptid | Tom Tromey | 2017-08-18 | 1 | -5/+0 |
* | C++ify gdb/common/environ.c | Sergio Durigan Junior | 2017-06-20 | 1 | -2/+4 |
* | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 2017-06-07 | 1 | -28/+6 |
* | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 2017-05-04 | 1 | -1/+22 |
* | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 2017-04-19 | 1 | -9/+26 |
* | Make inferior::detaching a bool, and introduce scoped_restore::release() | Pedro Alves | 2017-04-19 | 1 | -1/+1 |
* | Make inferior a class with cdtors, and use new/delete | Pedro Alves | 2017-04-13 | 1 | -31/+36 |
* | GC inferior.c:init_inferior_list | Pedro Alves | 2017-04-13 | 1 | -3/+0 |
* | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 2017-04-12 | 1 | -1/+1 |
* | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 2017-02-20 | 1 | -0/+14 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 2016-10-26 | 1 | -3/+4 |
* | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 2016-10-26 | 1 | -0/+6 |
* | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 2016-10-03 | 1 | -0/+3 |
* | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 2016-01-13 | 1 | -0/+3 |