Lines Matching defs:ptid
112 ptid_t ptid = regcache->ptid ();
117 thread = inf_tid_to_thread (gnu_current_inf, ptid.lwp ());
120 target_pid_to_str (ptid).c_str ());
204 ptid_t ptid = regcache->ptid ();
209 thread = inf_tid_to_thread (gnu_current_inf, ptid.lwp ());
212 target_pid_to_str (ptid).c_str ());
386 /* Get debug register REGNUM value from only the one LWP of PTID. */
389 i386_gnu_dr_get_reg (ptid_t ptid, int regnum)
397 thread = inf_tid_to_thread (gnu_current_inf, ptid.lwp ());