Home
last modified time | relevance | path

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

/linux/kernel/debug/kdb/
H A Dkdb_main.c645 static bool defcmd_in_progress; variable
658 defcmd_in_progress = false; in kdb_defcmd2()
681 if (defcmd_in_progress) { in kdb_defcmd()
729 defcmd_in_progress = true; in kdb_defcmd()
916 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
969 if (defcmd_in_progress) { in kdb_parse()
971 if (!defcmd_in_progress) { in kdb_parse()
2785 if (defcmd_in_progress) { in kdb_cmd_init()