| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb: replace inferior::waiting_for_vfork_done with inferior::thread_waiting_f... | Simon Marchi | 2022-04-04 | 1 | -4/+4 |
* | gdb/mi: fix regression in mi -add-inferior command | Umair Sair | 2022-03-07 | 1 | -0/+7 |
* | gdb: add a symbol* argument to get_return_value | Lancelot SIX | 2022-02-15 | 1 | -2/+8 |
* | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 2022-01-01 | 1 | -1/+1 |
* | gdb: make inferior::m_terminal an std::string | Simon Marchi | 2021-07-23 | 1 | -8/+10 |
* | gdb: make inferior::m_cwd an std::string | Simon Marchi | 2021-07-23 | 1 | -10/+8 |
* | gdb: make inferior::m_args an std::string | Simon Marchi | 2021-07-23 | 1 | -18/+8 |
* | gdb: add setter/getter for inferior cwd | Simon Marchi | 2021-07-23 | 1 | -4/+23 |
* | gdb: add setter/getter for inferior arguments | Simon Marchi | 2021-07-23 | 1 | -7/+29 |
* | gdb: remove inferior::{argc,argv} | Simon Marchi | 2021-07-23 | 1 | -9/+0 |
* | gdb: make all_inferiors_safe actually work | Simon Marchi | 2021-07-17 | 1 | -1/+1 |
* | gdb: maintain ptid -> thread map, optimize find_thread_ptid | Simon Marchi | 2021-07-12 | 1 | -0/+6 |
* | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 2021-07-12 | 1 | -2/+1 |
* | gdb: make inferior_list use intrusive_list | Pedro Alves | 2021-07-12 | 1 | -5/+4 |
* | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 2021-07-12 | 1 | -5/+9 |
* | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 2021-07-06 | 1 | -2/+2 |
* | gdb: try to load libthread_db only after reading all shared libraries when at... | Simon Marchi | 2021-06-08 | 1 | -0/+4 |
* | gdb: some int to bool conversion | Andrew Burgess | 2021-05-07 | 1 | -1/+1 |
* | gdb: make inferior::args a unique_xmalloc_ptr | Simon Marchi | 2021-05-06 | 1 | -1/+1 |
* | gdb/continuations: turn continuation functions into inferior methods | Tankut Baris Aktemur | 2021-04-22 | 1 | -4/+11 |
* | gdb/continuations: use lambdas instead of function pointers | Tankut Baris Aktemur | 2021-04-22 | 1 | -2/+2 |
* | gdb/continuations: do minor cleanup | Tankut Baris Aktemur | 2021-04-22 | 1 | -2/+1 |
* | gdb: remove push_target free functions | Simon Marchi | 2021-03-23 | 1 | -0/+7 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 1 | -1/+1 |
* | gdb: move displaced stepping types to displaced-stepping.{h,c} | Simon Marchi | 2020-12-04 | 1 | -0/+1 |
* | gdb: remove arguments from inferior_created observable | Simon Marchi | 2020-10-02 | 1 | -1/+1 |
* | Remove target_has_execution macro | Tom Tromey | 2020-09-28 | 1 | -1/+1 |
* | [gdb/build,c++17] Fix use of deprecated std::uncaught_exception | Tom de Vries | 2020-07-05 | 1 | -1/+9 |
* | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 2020-06-27 | 1 | -8/+11 |
* | gdb: make inferior::terminal a unique ptr | Simon Marchi | 2020-06-25 | 1 | -1/+2 |
* | gdb: Move construct_inferior_arguments to gdbsupport | Michael Weghorn | 2020-05-25 | 1 | -2/+0 |
* | Remove iterate_over_inferiors | Tom Tromey | 2020-04-23 | 1 | -14/+0 |
* | 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 |