LXer: Live Debugging Techniques for the Linux Kernel, Part 1 of 3
by LXer from LinuxQuestions.org on (#5RMNC)
Published at LXer:
When investigating Linux kernel bugs, or developing new kernel features, it is often incredibly valuable to be able to examine the state of the system as it is running, rather than to use log messages and other bits of information gathered "after the fact." In this three-part series of blog posts, I will attempt to detail many of the various methods that I have used to debug running kernels.
Read More...
When investigating Linux kernel bugs, or developing new kernel features, it is often incredibly valuable to be able to examine the state of the system as it is running, rather than to use log messages and other bits of information gathered "after the fact." In this three-part series of blog posts, I will attempt to detail many of the various methods that I have used to debug running kernels.
Read More...