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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp252 * @param pszCmds The command to test.
264 static void tstTryExV(PDBGC pDbgc, const char *pszCmds, int rcCmd, bool fNoExecute, const char *pszExpected, argument
269 g_pszInput = pszCmds;
270 if (strchr(pszCmds, '\0')[-1] == '\n')
271 RTTestPrintfNl(g_hTest, RTTESTLVL_ALWAYS, "RUNNING: %s", pszCmds);
273 RTTestPrintfNl(g_hTest, RTTESTLVL_ALWAYS, "RUNNING: %s\n", pszCmds);
337 * @param pszCmds The command to test.
349 static void tstTryEx(PDBGC pDbgc, const char *pszCmds, int rcCmd, bool fNoExecute, const char *pszExpected, int32_t cArgs, ...) argument
353 tstTryExV(pDbgc, pszCmds, rcCmd, fNoExecute, pszExpected, cArgs, va);
362 * @param pszCmds Th
365 tstTry(PDBGC pDbgc, const char *pszCmds, int rcCmd) argument
381 tstTryExec(PDBGC pDbgc, const char *pszCmds, int rcCmd, const char *pszExpected) argument
[all...]
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp455 const char *pszCmds = NULL; local
469 pszCmds = paArgs[iArg].u.pszString;
481 rc = dbgcBpAdd(pDbgc, iBp, pszCmds);
486 rc = dbgcBpUpdate(pDbgc, iBp, pszCmds);
759 const char *pszCmds = NULL; local
773 pszCmds = paArgs[iArg].u.pszString;
785 rc = dbgcBpAdd(pDbgc, iBp, pszCmds);
790 rc = dbgcBpUpdate(pDbgc, iBp, pszCmds);
819 const char *pszCmds = NULL; local
833 pszCmds
[all...]

Completed in 38 milliseconds