Home
last modified time | relevance | path

Searched refs:defcmd_in_progress (Results 1 – 1 of 1) sorted by relevance

/kernel/debug/kdb/
Dkdb_main.c720 static bool defcmd_in_progress; variable
733 defcmd_in_progress = false; in kdb_defcmd2()
756 if (defcmd_in_progress) { in kdb_defcmd()
812 defcmd_in_progress = true; in kdb_defcmd()
999 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
1052 if (defcmd_in_progress) { in kdb_parse()
1054 if (!defcmd_in_progress) { in kdb_parse()
2960 if (defcmd_in_progress) { in kdb_cmd_init()