The Linux kernel debugger (KDB) allows you to debug the Linux kernel. This aptly named tool is essentially a patch to the kernel code that lets hackers access kernel memory and data structures. One of ...
Kprobes is a mechanism used to register breakpoints and corresponding handlers. After enabling Kprobes support in the kernel, we can debug any instruction at any kernel address. This article explains ...
Debugging the software in a complex real-time system is particularly challenging because the manifestation of a bug is frequently far removed from the actual occurrence of the bug-in both time and ...
As many kernel developers and hackers have known for years, loadable/unloadable kernel modules (like user-space applications) are almost never bug-free. With the continuing use and development of ...
It used to be that building the Linux kernel was not easy. Testing and debugging were even worse. Nowadays, it is reasonably easy to build a custom kernel and test or debug it using virtualization.
On various occasions, I’ve received inquiries about how to install and start using WinDbg. For this reason, in this post, I’m going to show you how to configure an environment with WinDbg and virtual ...
As with many Linux-related topics, the issue of using debuggers to troubleshoot the Linux kernel is not only technical--it's political. Linux is being mostly developed on the x86 platform, which does ...
Hey all. I was wondering if you know of any debugging, tracing, benchmarking, monitoring etc. tools that are available for kernel modules. I basically want to be able to monitor what a kernel module ...
SAN DIEGO, Calif. -- November 28, 2006--Express Logic, Inc., the worldwide leader in royalty-free real-time operating systems (RTOS) and First Silicon Solutions (FS2), a division of MIPS Technologies, ...