escape to kernel debugger
Julian Elischer
julian at elischer.org
Fri Dec 26 00:02:16 PST 2003
On Fri, 26 Dec 2003, Danny Braniss wrote:
> hi,
> how can i break into the kernel debugger when the console
> is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-)
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
will cause the kernel to enter the debugger on reception of a BREAK
condition.
but there is also,
sysctl debug.enter_debugger=ddb
>
> thanks,
> danny
>
>
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
More information about the freebsd-hackers
mailing list