aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-06-08 03:05:57 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2007-06-08 03:05:57 +0000
commitc8dde645624f12ed8cfa3b48a6d88f788f1fc35c (patch)
tree8e9bbe6ab5d7f9fdf38d5fe1c3d5ec45d240ec9a /sys/dev/dcons
parent599741f908e4a1996ccffb8939fa4346f653da5a (diff)
Notes
Diffstat (limited to 'sys/dev/dcons')
-rw-r--r--sys/dev/dcons/dcons_os.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c
index 83e9885822b9..fb626b445afc 100644
--- a/sys/dev/dcons/dcons_os.c
+++ b/sys/dev/dcons/dcons_os.c
@@ -207,11 +207,11 @@ dcons_check_break(struct dcons_softc *dc, int c)
#ifdef GDB
if (gdb_cur == &dcons_gdb_dbgport) {
kdb_dbbe_select("gdb");
- breakpoint();
+ kdb_enter("Break sequence on dcons gdb port");
}
#endif
} else
- breakpoint();
+ kdb_enter("Break sequence on dcons console port");
}
#else
switch (dc->brk_state) {