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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c250 static int attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
409 attach_thread (thread_ptid, thp, &ti);
502 attach_thread (ptid, &th, &ti);
1006 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
1216 /* Call attach_thread whether or not we already know about a
1218 attach_thread (ptid, msg.th_p, &ti);
1378 if (attach_thread (ptid, th_p, &ti))
1001 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dthread-db.c324 attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p) function
371 if (!attach_thread (th_p, ti_p))

Completed in 186 milliseconds