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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c2882 ptid_t gdb_threadid = ptid_t (pi->pid, thread->tid, 0); local
2884 thread_info *thr = find_thread_ptid (&the_procfs_target, gdb_threadid);
2886 add_thread (&the_procfs_target, gdb_threadid);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c2855 ptid_t gdb_threadid = ptid_t (pi->pid, thread->tid, 0); local
2857 thread_info *thr = find_thread_ptid (&the_procfs_target, gdb_threadid);
2859 add_thread (&the_procfs_target, gdb_threadid);

Completed in 115 milliseconds