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)
commit4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea
tree51dc43c1b455cb6e166642051f64c80c7dd1d0b5
parent12ba8d1e9262ce81a695795410bd9ee5c9407ba1
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]