Linux Kernel
  • Cover
  • Introduction
    • Tools
    • Device Tree
  • Compilation
  • Build System
  • Kernel Trees
  • Samples
  • Debug
    • Printk
    • GDB
  • Kernel Message
  • Toolchain
Powered by GitBook
On this page

Debug

PreviousSamplesNextPrintk

Last updated 7 years ago

Kernel Debugger

The kernel has two different debugger front ends (kdb and kgdb) which interface to the debug core. It is possible to use either of the debugger front ends and dynamically transition between them if you configure the kernel properly at compile and runtime

Homepage