You need a text console to enter kdb commands. While kdb is in control
you cannot use interrupts, mice etc. That means that you cannot switch
from X11 back to a text screen.
The best way to debug using kdb is to compile the kernel with a serial
console, see char options on the config menu. Boot the kernel with the
serial option (console=ttySx) and run a serial line to a second
machine. kdb will come up on the second screen. See
Documentation/serial-console.txt for details.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/