summaryrefslogtreecommitdiff
path: root/kern/bootstrap.c
diff options
context:
space:
mode:
authorMichael Casadevall <sonicmctails@gmail.com>2007-12-20 16:46:47 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:35:13 +0200
commite316e0e4e35b9150776229f89cdfb8220ccee27d (patch)
tree23a1bd334cc104086f8d450fe9a376e44dce5e35 /kern/bootstrap.c
parent894bc8c5b7936d274195f70b6db560f4fec569f4 (diff)
Isolated gdb-stub crash to the iret ASM statement
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r--kern/bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c
index 2e095106..86d896c3 100644
--- a/kern/bootstrap.c
+++ b/kern/bootstrap.c
@@ -112,7 +112,7 @@ void bootstrap_create()
* FIXME: Change this so its only
* run if -d is passed to mach
*/
- set_debug_traps();
+
printf("Waiting for debugger connection on com0\n");
breakpoint();
printf("Back from GDB\n");