Inside the Linux kernel debugger 28
An anonymous reader writes "Here's a good article that shows you how to install and set up the kernel debugger (KDB) to trace Linux kernel execution and examine memory and data structures. The best part is, you don't need a separate machine for debugging."
Beos was better. (Score:2, Interesting)
The article .. (Score:2, Insightful)
Visual debuggers (Score:4, Interesting)
This probably comes from my own experience with OS debuggers and Application debuggers (windbg, VC++/Borland C++). Being able to get immediate feedback about program state without having to enter arcane commands is a definite boon.
Are there any GUI wrappers available for KDB?
Re:Visual debuggers (Score:2, Interesting)
Re:Visual debuggers (Score:2, Insightful)
Re:Visual debuggers (Score:1)
Re:Visual debuggers (Score:2, Insightful)
Re:Visual debuggers (Score:2)
Re:Visual debuggers (Score:1)
Re:Visual debuggers (Score:1)
Re:Visual debuggers (Score:2)
Re:Visual debuggers (Score:1)
Re:Visual debuggers (Score:1)
Re:Visual debuggers (Score:1)
Re:Visual debuggers (Score:1)
-------------
* "Debug kernel-mode drivers with ease
SoftICE is a powerful kernel mode debugger that supports device drive
Re:Visual debuggers (Score:1, Redundant)
Re:Visual debuggers (Score:1)
See http://www.gnu.org/software/ddd/
Much easier to use User-Mode Linux (Score:3, Interesting)
Re:Much easier to use User-Mode Linux (Score:1)