Skip to search formSkip to main contentSkip to account menu

Kernel debugger

Known as: Kernel debugging, Kernel-level debugger 
A kernel debugger is a debugger present in some operating system kernels to ease debugging and kernel development by the kernel developers. A kernel… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2013
2013
We present LgDb 2.0. The second generation of LgDb, an innovative framework for kernel code coverage, profiling and simulation… 
2013
2013
A (kernel mode) API spectrum of binary code is a histogram of the (kernel) API calls made by that code. When API calls are… 
2011
2011
All systems that utilize virtual machine introspection (VMI) need to overcome the disconnect between the low-level state that the… 
Highly Cited
2009
Highly Cited
2009
See how the core components of the Windows operating system work behind the scenesguided by a team of internationally renowned… 
Review
2008
Review
2008
Just like every other piece of software, the FreeBSD kernel has bugs. Debugging a kernel is a bit different from debugging a user… 
2006
2006
Kprobes is a mechanism used to register breakpoints and corresponding handlers. After enabling Kprobes support in the kernel, we… 
2005
2005
Characters of traditional debugging techniques for operating system kernels are analyzed. To simplify the development of the… 
2003
2003
It is necessary to cut or modify the Linux kernel in the course of Linux application development, because of the particularity of… 
Review
2001
Review
2001
From the Book: PREFACE: Audience There are two primary audiences for this material: support persons and device driver…