diff options
Diffstat (limited to 'kern/debug.c')
-rw-r--r-- | kern/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/debug.c b/kern/debug.c index fd392d21..faa03565 100644 --- a/kern/debug.c +++ b/kern/debug.c @@ -167,6 +167,8 @@ panic(const char *s, ...) #if MACH_KDB Debugger("panic"); +#elif MACH_GDB_STUB + breakpoint(); #else # ifdef MACH_HYP hyp_crash(); |