Searched refs:pid_to_thread_id (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbthread.h98 extern int pid_to_thread_id (ptid_t ptid);
H A Dthread.c223 pid_to_thread_id (ptid_t ptid) function
313 tp = find_thread_id (pid_to_thread_id (ptid));
359 tp = find_thread_id (pid_to_thread_id (ptid));
664 pid_to_thread_id (inferior_ptid),
698 ui_out_field_int (uiout, "new-thread-id", pid_to_thread_id (inferior_ptid));
H A Dinfrun.c1786 context_hook (pid_to_thread_id (ecs->ptid));
1953 context_hook (pid_to_thread_id (ecs->ptid));
3349 pid_to_thread_id (inferior_ptid));
H A Dbreakpoint.c1806 thread = pid_to_thread_id (ptid);
1956 current_thread = pid_to_thread_id (inferior_ptid);
2617 int thread_id = pid_to_thread_id (ptid);
4701 b->thread = pid_to_thread_id (inferior_ptid);
7377 b->thread = pid_to_thread_id (inferior_ptid);
H A Dgnu-nat.c2599 proc->inf->pid, pid_to_thread_id (MERGEPID (proc->tid, 0)));
H A Dinfttrace.c1457 pid_to_thread_id. However, that function currently does nothing
5541 sprintf (buf, "thread %d (", pid_to_thread_id (ptid));
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c895 pid_to_thread_id (inferior_ptid),
901 pid_to_thread_id (inferior_ptid),
915 pid_to_thread_id (inferior_ptid),
996 pid_to_thread_id (inferior_ptid),
1026 pid_to_thread_id (inferior_ptid), GET_THREAD (inferior_ptid),
1040 pid_to_thread_id (inferior_ptid), GET_THREAD (inferior_ptid),
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c291 thread_id = pid_to_thread_id(pid_to_ptid(tid));

Completed in 285 milliseconds