Searched refs:inf_tid_to_thread (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | i386gnu-nat.c | 122 thread = inf_tid_to_thread (current_inferior, PIDGET (inferior_ptid)); in gnu_fetch_registers() 209 thread = inf_tid_to_thread (current_inferior, PIDGET (inferior_ptid)); in gnu_store_registers()
|
| D | gnu-nat.h | 32 struct proc *inf_tid_to_thread (struct inf *inf, int tid);
|
| D | gnu-nat.c | 959 inf_tid_to_thread (struct inf *inf, int tid) in inf_tid_to_thread() function 1583 thread = inf_tid_to_thread (inf, PIDGET (tid)); in gnu_wait() 1973 struct proc *thread = inf_tid_to_thread (inf, PIDGET (tid)); in gnu_resume() 1982 step_thread = inf_tid_to_thread (inf, PIDGET (tid)); in gnu_resume() 2238 return !!inf_tid_to_thread (current_inferior, PIDGET (tid)); in gnu_thread_alive() 2571 struct proc *thread = inf_tid_to_thread (inf, tid); in gnu_pid_to_str() 2710 struct proc *thread = inf_tid_to_thread (inf, PIDGET (inferior_ptid)); in cur_thread() 2896 inf->signal_thread = inf_tid_to_thread (inf, tid); in set_sig_thread_cmd()
|