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 d07f1ed4..6d760e5e 100644 --- a/kern/debug.c +++ b/kern/debug.c @@ -164,6 +164,8 @@ panic(const char *s, ...) #if MACH_KDB Debugger("panic"); +#elif MACH_GDB_STUB + breakpoint(); #else halt_all_cpus (1); #endif |