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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dthread-db.c87 static td_err_e (*td_ta_map_lwp2thr_p) (const td_thragent_t *ta, variable
349 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), &th);
424 td_ta_map_lwp2thr_p = verbose_dlsym (handle, "td_ta_map_lwp2thr");
425 if (td_ta_map_lwp2thr_p == NULL)
/freebsd-12-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c103 static td_err_e (*td_ta_map_lwp2thr_p) (const td_thragent_t *ta, lwpid_t lwpid, variable
260 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), th);
1139 err = td_ta_map_lwp2thr_p (thread_agent, GET_LWP (ptid), &th);

Completed in 56 milliseconds