Home
last modified time | relevance | path

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

/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c77 #define inferior_pid (pid_of (get_thread_process (current_inferior)))
106 if (get_thread_process (current_inferior)->stepping) in get_stop_pc()
220 struct process_info *process = get_thread_process (thread); in fbsd_kill_one_process()
242 struct process_info *process = get_thread_process (thread); in fbsd_detach_one_process()
413 event_child = get_thread_process (child); in fbsd_wait_for_event()
443 event_child = get_thread_process (child); in fbsd_wait_for_event()
883 process = get_thread_process (thread); in fbsd_set_resume_request()
906 process = get_thread_process (thread); in fbsd_continue_one_thread()
935 process = get_thread_process (thread); in fbsd_queue_one_thread()
1200 process = get_thread_process (current_inferior); in fbsd_send_signal()
H A Dfbsd-low.h67 #define get_thread_process(thr) (get_process (inferior_target_data (thr))) macro
/freebsd-12.1/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c241 process = get_thread_process (inferior); in maybe_attach_thread()