Home
last modified time | relevance | path

Searched refs:get_thread_process (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c79 #define inferior_pid (pid_of (get_thread_process (current_inferior)))
108 if (get_thread_process (current_inferior)->stepping) in get_stop_pc()
224 struct process_info *process = get_thread_process (thread); in linux_kill_one_process()
247 struct process_info *process = get_thread_process (thread); in linux_kill()
267 struct process_info *process = get_thread_process (thread); in linux_detach_one_process()
448 event_child = get_thread_process (child); in linux_wait_for_event()
478 event_child = get_thread_process (child); in linux_wait_for_event()
944 process = get_thread_process (thread); in linux_set_resume_request()
967 process = get_thread_process (thread); in linux_continue_one_thread()
996 process = get_thread_process (thread); in linux_queue_one_thread()
[all …]
H A Dlinux-low.h65 #define get_thread_process(thr) (get_process (inferior_target_data (thr))) macro
H A Dthread-db.c241 process = get_thread_process (inferior); in maybe_attach_thread()