Searched refs:thread_from_lwp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c398 thread_from_lwp (thread_info *stopped, ptid_t ptid) function
449 thread_from_lwp (stopped, child);
453 thread_from_lwp (stopped, parent);
883 attached to all LWPs. Use thread_from_lwp, which uses
915 thread_from_lwp (curr_thread, lp->ptid);
1418 thread_from_lwp (find_thread_ptid (beneath, ptid), ptid);
1628 instead use thread_from_lwp immediately when we see an LWP
1745 thread_info = thread_from_lwp (thread_info, ptid);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c394 thread_from_lwp (thread_info *stopped, ptid_t ptid) function
445 thread_from_lwp (stopped, child);
449 thread_from_lwp (stopped, parent);
897 attached to all LWPs. Use thread_from_lwp, which uses
928 thread_from_lwp (curr_thread, lp->ptid);
1421 thread_from_lwp (find_thread_ptid (beneath, ptid), ptid);
1642 instead use thread_from_lwp immediately when we see an LWP
1759 thread_info = thread_from_lwp (thread_info, ptid);

Completed in 139 milliseconds