Main Page
Line 6: | Line 6: | ||
[https://sourceforge.net/mailarchive/forum.php?set=custom&viewmonth=&viewday=&forum_name=kgdb-bugreport&style=threaded&max_rows=25&submit=Change+View KGDB Mail archives] | [https://sourceforge.net/mailarchive/forum.php?set=custom&viewmonth=&viewday=&forum_name=kgdb-bugreport&style=threaded&max_rows=25&submit=Change+View KGDB Mail archives] | ||
− | == KGDB | + | == 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 | 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 == | == KGDB kernel documentation == | ||
http://kernel.org/pub/linux/kernel/people/jwessel/kgdb/ | http://kernel.org/pub/linux/kernel/people/jwessel/kgdb/ |
Revision as of 17:47, 21 September 2009
Welcome to the KGDB wiki, the official home of kgdb for kernel.org.
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