Searched refs:new_ptid (Results 1 – 5 of 5) sorted by relevance
300 void thread_change_ptid (ptid_t old_ptid, ptid_t new_ptid);
552 thread_change_ptid (ptid_t old_ptid, ptid_t new_ptid) in thread_change_ptid() argument561 inf->pid = ptid_get_pid (new_ptid); in thread_change_ptid()564 tp->ptid = new_ptid; in thread_change_ptid()566 observer_notify_thread_ptid_changed (old_ptid, new_ptid); in thread_change_ptid()
526 regcache_thread_ptid_changed (ptid_t old_ptid, ptid_t new_ptid) in regcache_thread_ptid_changed() argument532 list->regcache->ptid = new_ptid; in regcache_thread_ptid_changed()
1586 infrun_thread_ptid_changed (ptid_t old_ptid, ptid_t new_ptid) in infrun_thread_ptid_changed() argument1592 inferior_ptid = new_ptid; in infrun_thread_ptid_changed()1595 singlestep_ptid = new_ptid; in infrun_thread_ptid_changed()1598 deferred_step_ptid = new_ptid; in infrun_thread_ptid_changed()1605 displaced->step_ptid = new_ptid; in infrun_thread_ptid_changed()1609 it->ptid = new_ptid; in infrun_thread_ptid_changed()
194 @deftypefun void thread_ptid_changed (ptid_t @var{old_ptid}, ptid_t @var{new_ptid})196 the old value, and @var{new_ptid} specifies the new value.