1

in kernel module programming how we can debug using Kdb? I tried with ubuntu 11.04 but I am not getting correct kdb patch for 2.6.38 kernel version so can any one suggest how to proceed with kdb debugging under this kernel version?

Jithesh
  • 81
  • 2
  • 8

1 Answers1

1

KDB must be turned on in your kernel. I suspect it is compiled off on Ubuntu default release.

Here the details. I expecting you know how to rebuild kernel.

Sergei Nikulov
  • 4,812
  • 21
  • 34