Searched refs:thread_agent (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc45 td_thragent_t *thread_agent; member in struct:thread_db
177 err = thread_db->td_ta_map_lwp2thr_p (thread_db->thread_agent, lwpid, &th);
330 err = thread_db->td_ta_thr_iter_p (thread_db->thread_agent,
494 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
558 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
799 (*td_ta_clear_event_p) (thread_db->thread_agent, &events);
834 (*td_ta_delete_p) (thread_db->thread_agent);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc45 td_thragent_t *thread_agent; member in struct:thread_db
180 td_err_e err = thread_db->td_ta_map_lwp2thr_p (thread_db->thread_agent, lwpid,
332 err = thread_db->td_ta_thr_iter_p (thread_db->thread_agent,
493 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
555 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
792 (*td_ta_clear_event_p) (thread_db->thread_agent, &events);
825 (*td_ta_delete_p) (thread_db->thread_agent);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c189 td_thragent_t *thread_agent; member in struct:thread_db_info
285 if (info->thread_agent != NULL && info->td_ta_delete_p != NULL)
287 td_err_e err = info->td_ta_delete_p (info->thread_agent);
292 info->thread_agent = NULL;
417 err = info->td_ta_map_lwp2thr_p (info->thread_agent, ptid.lwp (),
644 CHECK (th->th_ta_p == tdb_testinfo->info->thread_agent);
769 td_err_e err = td_ta_thr_iter_p (info->thread_agent,
847 err = info->td_ta_new_p (&info->proc_handle, &info->thread_agent);
1525 err = info->td_ta_thr_iter_p (info->thread_agent,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c185 td_thragent_t *thread_agent; member in struct:thread_db_info
281 if (info->thread_agent != NULL && info->td_ta_delete_p != NULL)
283 td_err_e err = info->td_ta_delete_p (info->thread_agent);
288 info->thread_agent = NULL;
413 err = info->td_ta_map_lwp2thr_p (info->thread_agent, ptid.lwp (),
640 CHECK (th->th_ta_p == tdb_testinfo->info->thread_agent);
765 td_err_e err = td_ta_thr_iter_p (info->thread_agent,
861 err = info->td_ta_new_p (&info->proc_handle, &info->thread_agent);
1541 err = info->td_ta_thr_iter_p (info->thread_agent,

Completed in 109 milliseconds