Definition at line 578 of file traphdlr.c. Referenced by KdbpInNmiOrDoubleFaultHandler(). {
/* Save trap frame */
KiEnterTrap(TrapFrame);
/* Continue with the common handler */
KiDebugHandler(TrapFrame, BREAKPOINT_BREAK, 0, 0);
}
|