summaryrefslogtreecommitdiff
path: root/i386/i386/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/trap.c')
-rw-r--r--i386/i386/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c
index d3f61314..6c2a84bc 100644
--- a/i386/i386/trap.c
+++ b/i386/i386/trap.c
@@ -65,7 +65,7 @@
#include "debug.h"
#if MACH_KDB
-boolean_t debug_all_traps_with_kdb = FALSE;
+boolean_t debug_all_traps_with_kdb = TRUE;
extern struct db_watchpoint *db_watchpoint_list;
extern boolean_t db_watchpoints_inserted;