Age | Commit message (Expand) | Author | Files | Lines |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-08-03 | gdb: follow-fork: push target and add thread in target_follow_fork | Simon Marchi | 1 | -0/+9 |
2021-07-12 | gdb: optimize selection of resumed thread with pending event | Simon Marchi | 1 | -0/+5 |
2021-07-12 | gdb: optimize check for resumed threads with pending wait status in maybe_set... | Simon Marchi | 1 | -0/+5 |
2021-07-12 | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 1 | -0/+21 |
2021-05-13 | gdb: on exec, delegate pushing / unpushing target and adding thread to target... | Simon Marchi | 1 | -0/+8 |
2021-03-26 | gdb: generalize commit_resume, avoid commit-resuming when threads have pendin... | Simon Marchi | 1 | -0/+32 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-05-14 | gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread' | Tankut Baris Aktemur | 1 | -0/+10 |
2020-01-10 | Add "info connections" command, "info inferiors" connection number/string | Pedro Alves | 1 | -0/+13 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -0/+16 |
2020-01-10 | Make target_ops::has_execution take an 'inferior *' instead of a ptid_t | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-18 | Make process_stratum_target::stratum "final" | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -5/+2 |
2018-11-30 | Convert default_child_has_foo functions to process_stratum_target methods | Pedro Alves | 1 | -0/+8 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -0/+51 |