Home
last modified time | relevance | path

Searched refs:ti_lid (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gdb/gdb/gdbserver/
HDthread-db.c257 ti_p->ti_tid, ti_p->ti_lid); in maybe_attach_thread()
258 linux_attach_lwp (ti_p->ti_lid, ti_p->ti_tid); in maybe_attach_thread()
264 ti_p->ti_tid, ti_p->ti_lid); in maybe_attach_thread()
274 process->lwpid = ti_p->ti_lid; in maybe_attach_thread()
280 ti_p->ti_lid, thread_db_err_str (err)); in maybe_attach_thread()
/NextBSD/contrib/gdb/gdb/
HDthread-db.c368 return BUILD_LWP (thread_info->private->ti.ti_lid, GET_PID (ptid)); in lwp_from_thread()
714 ATTACH_LWP (BUILD_LWP (ti_p->ti_lid, GET_PID (ptid)), 0); in attach_thread()
1164 if (ti_p->ti_state == TD_THR_ACTIVE && ti_p->ti_lid != 0) in thread_db_pid_to_str()
1167 (long) ti_p->ti_tid, ti_p->ti_lid); in thread_db_pid_to_str()
HDgdb_thread_db.h295 lwpid_t ti_lid; /* Unused. */ member
HDsol-thread.c339 return BUILD_LWP (ti.ti_lid, PIDGET (thread_id)); in thread_to_lwp()
1477 ti.ti_tid, ti.ti_lid); in info_cb()
/NextBSD/lib/libthread_db/
HDthread_db_int.h43 lwpid_t ti_lid; member
HDthread_db.h185 lwpid_t ti_lid; member
HDlibpthread_db.c594 info->ti_lid = ta->map[th->th_tid].lwp; in pt_thr_old_get_info()
615 &info->ti_lid, sizeof(lwpid_t)); in pt_thr_old_get_info()
HDlibthr_db.c484 info->ti_lid = th->th_tid; in pt_thr_get_info_common()
/NextBSD/gnu/usr.bin/gdb/libgdb/
HDfbsd-threads.c649 lwp = ti.ti_lid; in fbsd_thread_resume()
1223 if (ti.ti_lid != 0) in fbsd_thread_pid_to_str()
1226 (unsigned long long)th.th_thread, ti.ti_lid, in fbsd_thread_pid_to_str()
1227 fbsd_thread_get_name (ti.ti_lid)); in fbsd_thread_pid_to_str()