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

/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp374 || rc == VWRN_DBGC_CMD_PENDING)
554 if (RT_SUCCESS(rc) && rc != VWRN_DBGC_CMD_PENDING)
H A DDBGCCommands.cpp871 rc = VWRN_DBGC_CMD_PENDING;
969 if (rc == VWRN_DBGC_CMD_PENDING)
971 rc = DBGCCmdHlpPrintf(pCmdHlp, "runscript error: VWRN_DBGC_CMD_PENDING on line #%u, script terminated\n", iLine);
/vbox/include/VBox/
H A Derr.h2301 #define VWRN_DBGC_CMD_PENDING 5401 macro

Completed in 3465 milliseconds