| /src/external/gpl3/gdb/dist/gdbserver/ |
| thread-db.cc | 44 td_thragent_t *thread_agent; member in struct:thread_db 179 td_err_e err = thread_db->td_ta_map_lwp2thr_p (thread_db->thread_agent, lwpid, 331 err = thread_db->td_ta_thr_iter_p (thread_db->thread_agent, 490 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent); 552 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent); 789 (*td_ta_clear_event_p) (thread_db->thread_agent, &events); 822 (*td_ta_delete_p) (thread_db->thread_agent);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| thread-db.cc | 44 td_thragent_t *thread_agent; member in struct:thread_db 179 td_err_e err = thread_db->td_ta_map_lwp2thr_p (thread_db->thread_agent, lwpid, 331 err = thread_db->td_ta_thr_iter_p (thread_db->thread_agent, 492 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent); 554 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent); 791 (*td_ta_clear_event_p) (thread_db->thread_agent, &events); 824 (*td_ta_delete_p) (thread_db->thread_agent);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-thread-db.c | 185 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; 414 err = info->td_ta_map_lwp2thr_p (info->thread_agent, ptid.lwp (), 641 CHECK (th->th_ta_p == tdb_testinfo->info->thread_agent); 766 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,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-thread-db.c | 184 td_thragent_t *thread_agent; member in struct:thread_db_info 280 if (info->thread_agent != NULL && info->td_ta_delete_p != NULL) 282 td_err_e err = info->td_ta_delete_p (info->thread_agent); 287 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,
|