aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/gdbthread.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-09gdbserver: remove 'struct' in 'struct thread_info' declarationsTankut Baris Aktemur1-3/+3
2024-12-04gdbserver: make thread_target_data a method of thread_infoSimon Marchi1-3/+5
2024-12-04gdbserver: make thread_regcache_data / set_thread_regcache_data methods of th...Simon Marchi1-2/+8
2024-11-08gdbserver: remove pid_of(thread)Simon Marchi1-8/+0
2024-11-08gdbserver: remove lwpid_of(thread)Simon Marchi1-8/+0
2024-11-08gdbserver: remove ptid_of(thread)Simon Marchi1-8/+0
2024-11-08gdbserver: remove current_ptid macroSimon Marchi1-3/+0
2024-11-08gdbserver: make remove_thread a method of process_infoSimon Marchi1-2/+0
2024-11-08gdbserver: make add_thread a method of process_infoSimon Marchi1-1/+0
2024-11-08gdbserver: add thread -> process backlinkSimon Marchi1-2/+9
2024-11-08gdbserver: remove for_each_thread(pid, func)Simon Marchi1-4/+0
2024-11-07gdbserver: add process specific thread list and mapStephan Rohr1-5/+13
2024-11-07gdbserver: change 'all_processes' and 'all_threads' list typeStephan Rohr1-5/+3
2024-10-28gdbserver: remove unused include in gdbthread.hSimon Marchi1-1/+0
2024-10-28gdbserver: fix formatting in gdbthread.hSimon Marchi1-12/+9
2024-10-22gdbserver: use 'gdb::function_view' in 'find_*' and 'for_each_*'Stephan Rohr1-88/+13
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-13Thread options & clone events (core + remote)Pedro Alves1-0/+3
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-05-03gdbserver: track current process as well as current threadPedro Alves1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-13gdbserver: introduce scoped_restore_current_thread and switch_to_threadTankut Baris Aktemur1-0/+22
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-3/+1
2021-10-21gdbserver: make thread_info non-PODSimon Marchi1-5/+16
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-02-07Move gdbserver to top levelTom Tromey1-0/+227