Replace breakpoint() with kdb_enter().
This commit is contained in:
parent
5740b4bccd
commit
193607a47c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user