Debugging kernel modules
Posted Oct 12, 2004 11:29 UTC (Tue) by
mithlesh_t (guest, #13591)
Parent article:
Debugging kernel modules
The modules which are loaded on machine can very well be debugged using KGDB which can be found at http://kgdb.sourceforge.net . There is a patch for GDB which makes it understands that its debugging modules and kernel instead of normal user land programs. This patch and other module debugging utilities are available at http://kgdb.linsyssoft.com . With these you can debug modules as well as kernel as they are user land programs :)
(
Log in to post comments)