Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobsd-nat.c62 thread_change_ptid (this, inferior_ptid, ptid); in update_thread_list()
133 thread_change_ptid (this, ptid_t (pid), wptid); in wait()
Dbsd-uthread.c416 thread_change_ptid (beneath, inferior_ptid, ptid); in wait()
477 thread_change_ptid (proc_target, inferior_ptid, ptid); in update_thread_list()
Dnetbsd-nat.c126 thread_change_ptid (target, inferior_ptid, ptid); in nbsd_add_threads()
648 thread_change_ptid (this, ptid_t (pid), wptid); in wait()
Dgdbthread.h732 void thread_change_ptid (process_stratum_target *targ,
Dlinux-nat.c968 thread_change_ptid (linux_target, inferior_ptid, new_ptid); in linux_nat_switch_fork()
1161 thread_change_ptid (linux_target, inferior_ptid, ptid); in attach()
3326 thread_change_ptid (linux_target, ptid, lwp_ptid); in linux_nat_wait_1()
Dgnu-nat.c1083 thread_change_ptid (this, inferior_ptid, ptid); in inf_validate_procs()
2138 thread_change_ptid (this, inferior_ptid, in create_inferior()
Dthread.c831 thread_change_ptid (process_stratum_target *targ, in thread_change_ptid() function
Dfbsd-nat.c1427 thread_change_ptid (this, ptid_t (pid), wptid); in wait_1()
Daix-thread.c832 thread_change_ptid (proc_target, ptid_t (pid), ptid); in sync_threadlists()
Dregcache.c2226 thread_change_ptid (&target1.mock_target, old_ptid, new_ptid); in regcache_thread_ptid_changed()
Dprocfs.c2676 thread_change_ptid (this, ptid_t (pid), ptid_t (pid, lwpid, 0)); in procfs_init_inferior()
DChangeLog-20082357 (record_currthread): Use thread_change_ptid. Notice new
2397 * thread.c (thread_change_ptid): Also account for the inferior pid
3581 Change main thread's ptid with thread_change_ptid.
3588 attaching. Change the main thread ptid with thread_change_ptid.
3593 thread_change_ptid.
3625 using thread_change_ptid, and set its private data. Don't add the
3632 thread_change_ptid. Check for exited threads.
3645 thread_change_ptid. Don't add or mark the main thread as running
4624 * gdbthread.h (thread_change_ptid): Declare.
4631 * thread.c (thread_change_ptid): New.
Dinfrun.c10440 thread_change_ptid (&target1.mock_target, old_ptid, new_ptid); in infrun_thread_ptid_changed()
10469 thread_change_ptid (&target1.mock_target, old_ptid, new_ptid); in infrun_thread_ptid_changed()
DChangeLog-20206834 * thread.c (thread_change_ptid): Pass target to
10153 (inf_validate_procs): Pass gnu_target to thread_change_ptid,
10156 add_thread_silent, thread_change_ptid call.
17907 as_process_stratum_target and adjust thread_change_ptid and
17911 thread_change_ptid and add_thread calls.
17941 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
18061 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
18066 thread_change_ptid.
18267 (thread_change_ptid, set_resumed, set_running): New
Dremote.c2958 thread_change_ptid (this, inferior_ptid, currthread); in remote_notice_new_inferior()
2975 thread_change_ptid (this, inferior_ptid, currthread); in remote_notice_new_inferior()
DChangeLog-20092319 thread_change_ptid.
4992 instead of clearing the whole list. Use thread_change_ptid to
10562 before calling thread_change_ptid.
DChangeLog-20181038 (thread_change_ptid): Pass inferior pointer to find_thread_ptid.
DChangeLog-2014353 * thread.c (thread_change_ptid): Same.