kdb prompt??

slurn at verisign.com slurn at verisign.com
Wed May 23 15:08:00 PDT 2001


> 
> Hello,
> 	How do I get to break into kdb on a live system? is it by using
> the pause key ( I think I read that in the documentation or
> something )...but what if I am running the target machine
> console via a serial port? the pause key does not seem to
> work...of course when I simulate a panic, the system goes into
> kdb..so, that's okay... buI would liek to know how to enter it
> at any point in time...
> any pointers would be most welcome..

>From the serial port, control-A is the default accessor. 

Note that control-A won't be accepted until the interrupt routine
has been attached, which doesn't happen until the first application
program (e.g. mingetty or getty) opens the serial port.   If you
need to break in via the serial port prior to that point, you'll have
to use the early kdb entry mechanism and establish the appropriate
breakpoint(s).

scott

> Thanks




More information about the kdb mailing list