Searched defs:tstTry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp365 static void tstTry(PDBGC pDbgc, const char *pszCmds, int rcCmd) function
420 tstTry(pDbgc, "ba x 1 0f000:0000\n", VINF_SUCCESS);
421 tstTry(pDbgc, "ba x 1 0f000:0000 0\n", VINF_SUCCESS);
422 tstTry(pDbgc, "ba x 1 0f000:0000 0 ~0\n", VINF_SUCCESS);
423 tstTry(pDbgc, "ba x 1 0f000:0000 0 ~0 \"command\"\n", VINF_SUCCESS);
424 tstTry(pDbgc, "ba x 1 0f000:0000 0 ~0 \"command\" too_many\n", VERR_DBGC_PARSE_TOO_MANY_ARGUMENTS);
425 tstTry(pDbgc, "ba x 1\n", VERR_DBGC_PARSE_TOO_FEW_ARGUMENTS);
445 tstTry(pDbgc, "ba x 1 bad:bad 5 1000 \"command\"\n", VINF_SUCCESS);
446 tstTry(pDbgc, "ba x 1 %bad:bad 5 1000 \"command\"\n", VERR_DBGC_PARSE_CONVERSION_FAILED);
457 tstTry(pDbg
[all...]

Completed in 44 milliseconds