MCPcopy Create free account
hub / github.com/F-Stack/f-stack / kdb_switch

Function kdb_switch

freebsd/kern/kern_synch.c:473–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473static void
474kdb_switch(void)
475{
476 thread_unlock(curthread);
477 kdb_backtrace();
478 kdb_reenter();
479 panic("%s: did not reenter debugger", __func__);
480}
481
482/*
483 * The machine independent parts of context switching.

Callers 1

mi_switchFunction · 0.85

Calls 3

kdb_backtraceFunction · 0.85
kdb_reenterFunction · 0.85
panicFunction · 0.70

Tested by

no test coverage detected