linux-pinenote/kernel/debug/kdb
Anton Vorontsov 15a42a9bc9 kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
We're about to add more options for command behaviour, so let's expand
the meaning of kdb_repeat_t.

So far we just do various renames, there should be no functional changes.

Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2014-11-11 09:31:51 -06:00
..
.gitignore
kdb_bp.c kdb: replace strnicmp with strncasecmp 2014-10-14 02:18:25 +02:00
kdb_bt.c kernel/printk: use symbolic defines for console loglevels 2014-06-04 16:54:17 -07:00
kdb_cmds
kdb_debugger.c
kdb_io.c kernel/printk: use symbolic defines for console loglevels 2014-06-04 16:54:17 -07:00
kdb_keyboard.c
kdb_main.c kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags 2014-11-11 09:31:51 -06:00
kdb_private.h kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags 2014-11-11 09:31:51 -06:00
kdb_support.c
Makefile