Age | Commit message (Expand) | Author | Files | Lines |
2020-06-27 | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 1 | -0/+15 |
2020-06-25 | gdb: make inferior::terminal a unique ptr | Simon Marchi | 1 | -1/+0 |
2020-04-23 | Remove iterate_over_inferiors | Tom Tromey | 1 | -11/+0 |
2020-04-16 | Refactor delete_program_space as a destructor | Pedro Alves | 1 | -1/+1 |
2020-01-12 | Remove last traces of discard_all_inferiors | Pedro Alves | 1 | -7/+0 |
2020-01-10 | Switch the inferior before outputting its id in "info inferiors" | Tankut Baris Aktemur | 1 | -1/+10 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -4/+52 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -23/+55 |
2020-01-10 | Introduce switch_to_inferior_no_thread | Pedro Alves | 1 | -8/+13 |
2020-01-10 | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 1 | -1/+1 |
2020-01-10 | Preserve selected thread in all-stop w/ background execution | Pedro Alves | 1 | -0/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-05 | Fix leaks when pruning inferiors. | Philippe Waroquiers | 1 | -6/+4 |
2019-11-26 | Remove unused overload of exit_inferior_silent | Simon Marchi | 1 | -8/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-05-04 | Fix leaks by clearing registers and frame caches. | Philippe Waroquiers | 1 | -0/+4 |
2019-04-09 | Consistently use bool for fake_pid_p | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -4/+4 |
2019-03-09 | Ensure 'help set/show print inferior-events' shows the example events. | Philippe Waroquiers | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
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 | -93/+42 |
2018-11-22 | Avoid find_thread_ptid with null_ptid | Pedro Alves | 1 | -3/+8 |
2018-09-17 | Use new and delete for struct infcall_control_state | Tom Tromey | 1 | -1/+1 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove exit_inferior_num_silent | Tom Tromey | 1 | -8/+0 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -85/+30 |
2018-05-24 | Fix help and documentation for inferior commands | Tom Tromey | 1 | -6/+12 |
2018-04-24 | Enable 'set print inferior-events' and improve detach/fork/kill/exit messages | Sergio Durigan Junior | 1 | -9/+9 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -7/+8 |
2018-03-02 | C++ify program_space | Simon Marchi | 1 | -2/+2 |
2018-02-15 | Reset inferior::control on inferior exit | Yao Qi | 1 | -0/+2 |
2018-01-19 | Make linux_nat_detach/thread_db_detach use the inferior parameter | Simon Marchi | 1 | -2/+13 |
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/+2 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -3/+3 |
2017-09-27 | Constify some commands in inferior.c | Tom Tromey | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -18/+8 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -5/+1 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 1 | -3/+1 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -26/+3 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -4/+1 |
2017-04-19 | Fix removing inferiors from within "thread apply" commands | Pedro Alves | 1 | -4/+8 |
2017-04-13 | Make inferior a class with cdtors, and use new/delete | Pedro Alves | 1 | -19/+16 |