Home
last modified time | relevance | path

Searched refs:new_ptid (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDgdbthread.h300 void thread_change_ptid (ptid_t old_ptid, ptid_t new_ptid);
HDthread.c552 thread_change_ptid (ptid_t old_ptid, ptid_t new_ptid) in thread_change_ptid() argument
561 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()
HDregcache.c526 regcache_thread_ptid_changed (ptid_t old_ptid, ptid_t new_ptid) in regcache_thread_ptid_changed() argument
532 list->regcache->ptid = new_ptid; in regcache_thread_ptid_changed()
HDinfrun.c1586 infrun_thread_ptid_changed (ptid_t old_ptid, ptid_t new_ptid) in infrun_thread_ptid_changed() argument
1592 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()
/dragonfly/contrib/gdb-7/gdb/doc/
HDobserver.texi194 @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.