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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp99 static int dbgfR3VMMCmd(PVM pVM, DBGFCMD enmCmd, PDBGFCMDDATA pCmdData, bool *pfResumeExecution);
779 * value returned in the *pfResumeExecution indicator.
785 * @param pfResumeExecution Where to store the resume execution / continue waiting indicator.
787 static int dbgfR3VMMCmd(PVM pVM, DBGFCMD enmCmd, PDBGFCMDDATA pCmdData, bool *pfResumeExecution) argument
888 *pfResumeExecution = true;
896 *pfResumeExecution = fResume;

Completed in 46 milliseconds