Debugging using KGDB
  Home
  Introduction
  What's new
  Quick start
  Features
  Setup for using KGDB
  Debugging using KGDB
  Architecture Dep.
  Miscellaneous
  Troubleshooting
  FAQ
  Downloads
  Development version
  Support
  About KGDB
Debugging the Linux Kernel
The Linux kernel can be debugged using the KGDB. This page has information regarding how to control the kernel while debugging, placing breakpoints and other information useful for debugging.

Debugging Modules
Modules can be loaded and unloaded at runtime. This page has information regarding how to loading of modules, their symbol files and other relevant inofrmation regaridn the module debugging.