aboutsummaryrefslogtreecommitdiff
path: root/gdb/process-stratum-target.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17gdb: remove regcache's address spaceSimon Marchi1-14/+0
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-04-04gdb: make find_thread_ptid a process_stratum_target methodSimon Marchi1-0/+11
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-03gdb: follow-fork: push target and add thread in target_follow_forkSimon Marchi1-0/+17
2021-07-12gdb: optimize selection of resumed thread with pending eventSimon Marchi1-0/+43
2021-07-12gdb: maintain per-process-target list of resumed threads with pending wait st...Simon Marchi1-0/+34
2021-05-13gdb: on exec, delegate pushing / unpushing target and adding thread to target...Simon Marchi1-0/+20
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-14gdb: introduce 'all_non_exited_process_targets' and 'switch_to_target_no_thread'Tankut Baris Aktemur1-0/+25
2020-01-10Multi-target supportPedro Alves1-2/+2
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-4/+4
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-0/+36
2018-11-30Introduce process_stratum_targetPedro Alves1-0/+49