Re: Device-driver debugger on Linux ?

Alan Cox (alan@lxorguk.ukuu.org.uk)
11 Jun 2003 13:14:58 +0100


On Mer, 2003-06-11 at 23:55, Mathur, Shobhit wrote:
> Hello,
>
> I would like to know whether there exists a device-driver debugger on
> Linux like SoftIce on Windows. From the working of kgdb, I understand
> that the debugging on the Target machine can happen once the code
> reaches the gdbstub, which is well past the driver-initialisations.

You can invoke the kgdbstubs stuff very very early, well before device
driver setup. Also you can (and its normally easier for development)
load device drivers at run time

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/