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

/freebsd-10.1-release/lib/libthread_db/
H A Dthread_db_int.h49 psaddr_t ti_startfunc; member in struct:__anon5894
H A Dthread_db.h191 psaddr_t ti_startfunc; member in struct:__anon5893
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsol-thread.c1511 if (ti.ti_startfunc != 0)
1514 msym = lookup_minimal_symbol_by_pc (ti.ti_startfunc);
1518 printf_filtered (" startfunc: 0x%s\n", paddr (ti.ti_startfunc));
1529 printf_filtered (" - Sleep func: 0x%s\n", paddr (ti.ti_startfunc));
1533 if (ti.ti_state != TD_THR_SLEEP && ti.ti_startfunc == 0)
H A Dgdb_thread_db.h281 psaddr_t ti_startfunc; /* Start function passed to member in struct:td_thrinfo

Completed in 309 milliseconds