Main Page
Welcome to the KGDB wiki, the official home of kgdb for kernel.org.
Contents |
KGDB Mailing list
Subscribe: https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
KGDB Development
The git branch is organized into the pieces that are not in the main line kernel. The top level link to the development git archive is here:
http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git
There is a branch head for each kernel release starting with 2.6.21. Starting in 2.6.24 the kgdb internals were completely changed. The kgdb core was merged to the mainline kernel in 2.6.26.
There is also a directory with a quilt series corresponding to the kgdb development git archive which is periodically updated. It can be found at: http://kernel.org/pub/linux/kernel/people/jwessel/branches
KGDB kernel documentation
http://kernel.org/pub/linux/kernel/people/jwessel/kgdb/
Linux Plumbers Conference presentation 2009
Merging KGDB KDB and Kernel Mode Setting
This presentation used kdb_prototype8 from the kgdb git repository.