linux/kernel/debug
Daniel Thompson 32d375f6f2 kdb: Const qualifier for kdb_getstr's prompt argument
All current callers of kdb_getstr() can pass constant pointers via the
prompt argument. This patch adds a const qualification to make explicit
the fact that this is safe.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2015-02-19 12:39:03 -06:00
..
kdb kdb: Const qualifier for kdb_getstr's prompt argument 2015-02-19 12:39:03 -06:00
debug_core.c kdb: Fix off by one error in kdb_cpu() 2015-02-19 12:39:02 -06:00
debug_core.h kgdb/kdb: Fix no KDB config problem 2014-01-25 08:55:09 +01:00
gdbstub.c
Makefile