Inside the Linux kernel debugger

16
Anonymous Reader writes “When debugging kernel problems, being able to trace the kernel execution and examine its memory and data structures is very useful. The built-in kernel debugger in Linux, KDB, provides this facility. In this article you’ll learn how to use the features provided by KDB and how to install and set up KDB on a Linux machine. You’ll also get acquainted with the commands and the setup and display options available to you in KDB.”

Link: ibm.com

Category:

  • Linux