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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dthread-db.c71 td_err_e (*td_ta_new_p) (struct ps_prochandle * ps, td_thragent_t **ta); member in struct:thread_db
542 tdb->td_ta_new_p = &td_ta_new;
545 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
609 CHK (1, tdb->td_ta_new_p = dlsym (handle, "td_ta_new"));
612 err = tdb->td_ta_new_p (&tdb->proc_handle, &tdb->thread_agent);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c141 td_err_e (*td_ta_new_p) (struct ps_prochandle * ps, member in struct:thread_db_info
673 info->td_ta_new_p = verbose_dlsym (info->handle, "td_ta_new");
674 if (info->td_ta_new_p == NULL)
681 err = info->td_ta_new_p (&info->proc_handle, &info->thread_agent);
739 library = dladdr_to_soname (*info->td_ta_new_p);

Completed in 147 milliseconds