Searched refs:dbgcEvalCommand (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGCCmdWorkers.cpp184 * @returns VBox status code from dbgcEvalCommand() otherwise.
220 int rc = dbgcEvalCommand(pDbgc, pszScratch, pBp->cchCmd, false /* fNoExecute */);
H A DDBGCInternal.h384 int dbgcEvalCommand(PDBGC pDbgc, char *pszCmd, size_t cchCmd, bool fNoExecute);
H A DDBGConsole.cpp372 rc = dbgcEvalCommand(pDbgc, &pDbgc->achScratch[0], pszTrg - &pDbgc->achScratch[0] - 1, fNoExecute);

Completed in 553 milliseconds