]> git.baikalelectronics.ru Git - kernel.git/commit
kdb: Add kdb kernel module sample
authorJason Wessel <jason.wessel@windriver.com>
Mon, 25 Oct 2010 15:14:05 +0000 (10:14 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 29 Oct 2010 18:14:39 +0000 (13:14 -0500)
commit904b6436f74e442e6050af00b9a479fe38d1ce05
tree51dc43c1b455cb6e166642051f64c80c7dd1d0b5
parent227b5623365884d6675c56b7a749431c1c22174b
kdb: Add kdb kernel module sample

Add an example of how to add a dynamic kdb shell command via a kernel
module.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Documentation/DocBook/kgdb.tmpl
samples/Kconfig
samples/Makefile
samples/kdb/Makefile [new file with mode: 0644]
samples/kdb/kdb_hello.c [new file with mode: 0644]