escape to kernel debugger

2003-12-26 Thread Danny Braniss
hi, how can i break into the kernel debugger when the console is a serial one? (Ctrl-Alt-Esc has now ascii equivalent :-) thanks, danny ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsu

Re: escape to kernel debugger

2003-12-26 Thread Julian Elischer
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 o

Re: escape to kernel debugger

2003-12-26 Thread Danny Braniss
> > > 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 Great! just what i was lookin

Re: escape to kernel debugger

2003-12-26 Thread Dan Nelson
In the last episode (Dec 26), Danny Braniss said: > > > > > > 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