Searched refs:kdb_thread (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/mips/mips/
H A Dgdb_machdep.c114 if (kdb_thread == curthread) {
152 if (kdb_thread == curthread)
/freebsd-12-stable/sys/arm64/arm64/
H A Dgdb_machdep.c51 if (kdb_thread == curthread) {
78 if (kdb_thread == curthread) {
/freebsd-12-stable/sys/ddb/
H A Ddb_thread.c49 if (kdb_thread->td_proc != NULL)
50 pid = kdb_thread->td_proc->p_pid;
51 db_printf("[ thread pid %d tid %ld ]\n", pid, (long)kdb_thread->td_tid);
H A Ddb_ps.c348 td = kdb_thread;
444 p = kdb_thread->td_proc;
H A Ddb_command.c834 td = kdb_thread;
/freebsd-12-stable/sys/i386/i386/
H A Dgdb_machdep.c56 if (kdb_thread == curthread) {
92 if (kdb_thread == curthread)
H A Ddb_trace.c609 tf = thr == kdb_thread ? kdb_frame : NULL;
/freebsd-12-stable/sys/arm/arm/
H A Dgdb_machdep.c58 if (kdb_thread == curthread) {
101 if (kdb_thread != curthread)
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgdb_machdep.c57 if (kdb_thread == curthread) {
/freebsd-12-stable/sys/sys/
H A Dkdb.h70 extern struct thread *kdb_thread; /* Current thread. */
/freebsd-12-stable/sys/amd64/amd64/
H A Dgdb_machdep.c61 if (kdb_thread == curthread) {
101 if (kdb_thread == curthread) {
H A Ddb_trace.c388 tf = thr == kdb_thread ? kdb_frame : NULL;
H A Dpmap.c10447 if (kdb_thread != NULL)
10448 pmap = vmspace_pmap(kdb_thread->td_proc->p_vmspace);
/freebsd-12-stable/sys/kern/
H A Dsubr_kdb.c61 struct thread *kdb_thread = NULL; variable in typeref:struct:thread
638 kdb_thread = thr;
H A Dsubr_turnstile.c1216 td = kdb_thread;
H A Dsubr_witness.c2532 td = kdb_thread;
/freebsd-12-stable/sys/gdb/
H A Dgdb_main.c153 gdb_tx_varhex((long)kdb_thread->td_tid);

Completed in 222 milliseconds