Age | Commit message (Expand) | Author | Files | Lines |
2021-04-22 | gdb/continuations: do minor cleanup | Tankut Baris Aktemur | 1 | -2/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -0/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping types to displaced-stepping.{h,c} | Simon Marchi | 1 | -0/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-07-05 | [gdb/build,c++17] Fix use of deprecated std::uncaught_exception | Tom de Vries | 1 | -1/+9 |
2020-06-27 | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 1 | -8/+11 |
2020-06-25 | gdb: make inferior::terminal a unique ptr | Simon Marchi | 1 | -1/+2 |
2020-05-25 | gdb: Move construct_inferior_arguments to gdbsupport | Michael Weghorn | 1 | -2/+0 |
2020-04-23 | Remove iterate_over_inferiors | Tom Tromey | 1 | -14/+0 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -14/+50 |
2020-01-10 | Introduce switch_to_inferior_no_thread | Pedro Alves | 1 | -0/+4 |
2020-01-10 | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 1 | -0/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Remove info_terminal_command declaration, make definition static | Simon Marchi | 1 | -2/+0 |
2019-10-02 | Fix type of startup_with_shell in gdbserver | Tom Tromey | 1 | -19/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-04-19 | Fix GDB crash when registers cannot be modified. | Philippe Waroquiers | 1 | -1/+12 |
2019-03-06 | Update two cleanup comments | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-23 | Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit type | Tom Tromey | 1 | -1/+3 |
2019-01-02 | Place displaced step data directly in inferior structure | Simon Marchi | 1 | -0/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -18/+73 |
2018-09-17 | Make save_infcall_*_state return unique pointers | Tom Tromey | 1 | -3/+4 |
2018-09-17 | Remove two infrun cleanups | Tom Tromey | 1 | -4/+27 |
2018-09-17 | Use new and delete for struct infcall_control_state | Tom Tromey | 1 | -1/+11 |
2018-09-15 | Change get_inferior_args to return const char * | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -1/+1 |
2018-06-28 | gdb: Eliminate the 'stop_pc' global | Pedro Alves | 1 | -4/+0 |
2018-06-25 | gdb: For macOS, s/thread_info/struct thread_info/ | Pedro Alves | 1 | -1/+1 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -21/+4 |
2018-04-24 | Enable 'set print inferior-events' and improve detach/fork/kill/exit messages | Sergio Durigan Junior | 1 | -0/+4 |
2018-02-21 | Class readonly_detached_regcache | Yao Qi | 1 | -1/+1 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -0/+10 |
2018-01-19 | Make linux_nat_detach/thread_db_detach use the inferior parameter | Simon Marchi | 1 | -0/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
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 |