Home
last modified time | relevance | path

Searched refs:th_p (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gdb/gdb/gdbserver/
Dthread-db.c55 static int find_new_threads_callback (const td_thrhandle_t *th_p, void *data);
162 find_new_threads_callback (msg.th_p, NULL); in thread_db_create_event()
230 maybe_attach_thread (const td_thrhandle_t *th_p, td_thrinfo_t *ti_p) in maybe_attach_thread() argument
277 err = td_thr_event_enable (th_p, 1); in maybe_attach_thread()
284 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) in find_new_threads_callback() argument
289 err = td_thr_get_info (th_p, &ti); in find_new_threads_callback()
297 maybe_attach_thread (th_p, &ti); in find_new_threads_callback()
/freebsd-10-stable/contrib/gdb/gdb/
Dsol-thread.c148 static td_err_e (*p_td_thr_validate) (const td_thrhandle_t * th_p);
149 static td_err_e (*p_td_thr_tsd) (const td_thrhandle_t * th_p,
152 static td_err_e (*p_td_thr_get_info) (const td_thrhandle_t * th_p,
154 static td_err_e (*p_td_thr_getfpregs) (const td_thrhandle_t * th_p,
156 static td_err_e (*p_td_thr_getxregsize) (const td_thrhandle_t * th_p,
158 static td_err_e (*p_td_thr_getxregs) (const td_thrhandle_t * th_p,
160 static td_err_e (*p_td_thr_sigsetmask) (const td_thrhandle_t * th_p,
162 static td_err_e (*p_td_thr_setprio) (const td_thrhandle_t * th_p,
164 static td_err_e (*p_td_thr_setsigpending) (const td_thrhandle_t * th_p,
167 static td_err_e (*p_td_thr_setfpregs) (const td_thrhandle_t * th_p,
[all …]
Dthread-db.c131 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
693 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, in attach_thread() argument
718 err = td_thr_event_enable_p (th_p, 1); in attach_thread()
841 err = td_thr_get_info_p (msg.th_p, &ti); in check_event()
855 attach_thread (ptid, msg.th_p, &ti, 1); in check_event()
1108 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) in find_new_threads_callback() argument
1114 err = td_thr_get_info_p (th_p, &ti); in find_new_threads_callback()
1125 attach_thread (ptid, th_p, &ti, 1); in find_new_threads_callback()
Dgdb_thread_db.h216 const td_thrhandle_t *th_p; /* Thread reporting the event. */ member
/freebsd-10-stable/lib/libthr/thread/
Dthr_event.c45 curthread->event_buf.th_p = (uintptr_t)newthread; in _thr_report_creation()
58 curthread->event_buf.th_p = (uintptr_t)curthread; in _thr_report_death()
/freebsd-10-stable/gnu/usr.bin/gdb/libgdb/
Dfbsd-threads.c154 static void attach_thread (ptid_t ptid, const td_thrhandle_t *th_p,
585 suspend_thread_callback (const td_thrhandle_t *th_p, void *data) in suspend_thread_callback() argument
587 int err = td_thr_dbsuspend_p (th_p); in suspend_thread_callback()
594 resume_thread_callback (const td_thrhandle_t *th_p, void *data) in resume_thread_callback() argument
596 int err = td_thr_dbresume_p (th_p); in resume_thread_callback()
699 attach_thread (ptid_t ptid, const td_thrhandle_t *th_p, in attach_thread() argument
719 err = td_thr_event_enable_p (th_p, 1); in attach_thread()
757 err = td_thr_get_info_p ((void *)(uintptr_t)msg.th_p, &ti); in check_event()
767 attach_thread (ptid, (void *)(uintptr_t)msg.th_p, &ti, 1); in check_event()
1167 find_new_threads_callback (const td_thrhandle_t *th_p, void *data) in find_new_threads_callback() argument
[all …]
/freebsd-10-stable/lib/libthread_db/
Dlibthr_db.c397 pt = msg->th_p; in pt_ta_event_getmsg()
404 msg->th_p = (uintptr_t)&handle; in pt_ta_event_getmsg()
701 pt = msg->th_p; in pt_thr_event_getmsg()
708 msg->th_p = (uintptr_t)&handle; in pt_thr_event_getmsg()
Dthread_db.h98 psaddr_t th_p; member