Build kdb command example -- loadable modules only

modulename: kdb_hello.ko

configname: CONFIG_SAMPLE_KDB

Linux Kernel Configuration
└─>Kernel hacking
└─>Sample kernel code
└─>Build kdb command example -- loadable modules only
In linux kernel since version 2.6.37 (release Date: 2011-01-04)  
Build an example of how to dynamically add the hello
command to the kdb shell.

source code:
depends
CONFIG_KGDB_KDB
CONFIG_MODULES
CONFIG_SAMPLES