Home
last modified time | relevance | path

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

/qemu/gdbstub/
H A Dgdbstub.c865 static const char *cmd_next_param(const char *param, const char delimiter) in cmd_next_param() argument
871 if (delimiter == '?') { in cmd_next_param()
873 } else if (delimiter == '0') { in cmd_next_param()
875 } else if (delimiter == '.' && *param) { in cmd_next_param()
878 curr_delimiters[0] = delimiter; in cmd_next_param()
/qemu/docs/devel/testing/
H A Dmain.rst139 path contains the delimiter ":" which will confuse the blkdebug parser.