Home
last modified time | relevance | path

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

/openbmc/linux/kernel/debug/kdb/
H A Dkdb_main.c719 static bool defcmd_in_progress; variable
732 defcmd_in_progress = false; in kdb_defcmd2()
755 if (defcmd_in_progress) { in kdb_defcmd()
811 defcmd_in_progress = true; in kdb_defcmd()
998 (*cp == '#' && !defcmd_in_progress)) in kdb_parse()
1051 if (defcmd_in_progress) { in kdb_parse()
1053 if (!defcmd_in_progress) { in kdb_parse()
2911 if (defcmd_in_progress) { in kdb_cmd_init()