Trigger INT3 on unexpected system thread termination

This commit is contained in:
2026-06-16 10:49:16 +02:00
parent 208684c3b4
commit d1aa3cf481

View File

@@ -34,6 +34,8 @@ XTAPI
VOID VOID
KE::KThread::HandleSystemThreadExit(VOID) KE::KThread::HandleSystemThreadExit(VOID)
{ {
/* Trigger a debugger breakpoint */
asm("int $3\n");
} }
/** /**