Re: kernel mode console

From: Krishnakumar. R
Date: Wed Mar 03 2004 - 23:10:15 EST


Hi,

> set up a remote debug session just to poke around in the kernel.
> Remote debug setup is complex and often fragile.

There is framework called "Kprobes" available, which may
be of use in the cases were remote debugging is a no-no.

After you have applied the kprobes patch, you can put probes
at different portions of the kernel and can dump registers
variables etc.

More details can be found at
http://www-124.ibm.com/linux/projects/kprobes.


Regards,
KK.
--
HomePage: http://puggy.symonds.net/~krishnakumar


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