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

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc58 td_ta_new_ftype *td_ta_new_p; member in struct:thread_db
491 tdb->td_ta_new_p = &td_ta_new;
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);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc58 td_ta_new_ftype *td_ta_new_p; member in struct:thread_db
490 tdb->td_ta_new_p = &td_ta_new;
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);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c201 td_ta_new_ftype *td_ta_new_p; member in struct:thread_db_info
847 err = info->td_ta_new_p (&info->proc_handle, &info->thread_agent);
934 library = dladdr_to_soname ((const void *) *info->td_ta_new_p);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c197 td_ta_new_ftype *td_ta_new_p; member in struct:thread_db_info
861 err = info->td_ta_new_p (&info->proc_handle, &info->thread_agent);
946 library = dladdr_to_soname ((const void *) *info->td_ta_new_p);

Completed in 198 milliseconds