Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c1193 void remote_notice_new_inferior (ptid_t currthread, bool executing);
2925 remote_target::remote_notice_new_inferior (ptid_t currthread, bool executing) in remote_notice_new_inferior() argument
2935 thread_info *tp = this->find_thread (currthread); in remote_notice_new_inferior()
2940 remote_add_thread (currthread, running, executing, false); in remote_notice_new_inferior()
2944 if (!in_thread_list (this, currthread)) in remote_notice_new_inferior()
2947 int pid = currthread.pid (); in remote_notice_new_inferior()
2958 thread_change_ptid (this, inferior_ptid, currthread); in remote_notice_new_inferior()
2962 = remote_add_thread (currthread, running, executing, false); in remote_notice_new_inferior()
2975 thread_change_ptid (this, inferior_ptid, currthread); in remote_notice_new_inferior()
2983 if (find_inferior_pid (this, currthread.pid ()) == NULL) in remote_notice_new_inferior()
[all …]