summaryrefslogtreecommitdiff
path: root/gdb/process-stratum-target.h
Commit message (Expand)AuthorAgeFilesLines
* gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi2023-04-041-0/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use checked_static_cast in more placesTom Tromey2022-10-161-1/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi2021-08-031-0/+9
* gdb: optimize selection of resumed thread with pending eventSimon Marchi2021-07-121-0/+5
* gdb: optimize check for resumed threads with pending wait status in maybe_set...Simon Marchi2021-07-121-0/+5
* gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi2021-07-121-0/+21
* gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi2021-05-131-0/+8
* gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi2021-03-261-0/+32
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'Tankut Baris Aktemur2020-05-141-0/+10
* Add "info connections" command, "info inferiors" connection number/stringPedro Alves2020-01-101-0/+13
* Multi-target supportPedro Alves2020-01-101-0/+16
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make process_stratum_target::stratum "final"Tom Tromey2019-04-181-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-5/+2
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-0/+8
* Introduce process_stratum_targetPedro Alves2018-11-301-0/+51