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

/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp312 * @param fNoExecute Indicates that no commands should actually be executed.
314 static int dbgcProcessCommands(PDBGC pDbgc, bool fNoExecute) argument
372 rc = dbgcEvalCommand(pDbgc, &pDbgc->achScratch[0], pszTrg - &pDbgc->achScratch[0] - 1, fNoExecute);
535 * @param fNoExecute Indicates that no commands should actually be executed.
537 int dbgcProcessInput(PDBGC pDbgc, bool fNoExecute) argument
553 rc = dbgcProcessCommands(pDbgc, fNoExecute);
849 rc = dbgcProcessInput(pDbgc, false /* fNoExecute */);
861 rc = dbgcProcessInput(pDbgc, false /* fNoExecute */);
H A DDBGCEval.cpp1317 * @param fNoExecute Indicates that no commands should actually be executed.
1319 int dbgcEvalCommand(PDBGC pDbgc, char *pszCmd, size_t cchCmd, bool fNoExecute) argument
1372 if (!fNoExecute)
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp254 * @param fNoExecute When set, the command is not executed.
264 static void tstTryExV(PDBGC pDbgc, const char *pszCmds, int rcCmd, bool fNoExecute, const char *pszExpected, argument
276 dbgcProcessInput(pDbgc, fNoExecute);
281 else if ( !fNoExecute
339 * @param fNoExecute When set, the command is not executed.
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);
367 return tstTryEx(pDbgc, pszCmds, rcCmd, true /*fNoExecute*/, NULL, -1);
383 return tstTryEx(pDbgc, pszCmds, rcCmd, false /*fNoExecute*/, pszExpected, -1);
404 return tstTryEx(pDbgc, szCmd, VINF_SUCCESS, false /*fNoExecute*/, szExpecte
[all...]
/vbox/include/VBox/vmm/
H A Dcpum.h986 uint32_t fNoExecute : 1; member in struct:CPUMFEATURES

Completed in 48 milliseconds