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

/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp579 static const char *dbgcGetEventCtx(DBGFEVENTCTX enmCtx) function
631 pDbgc->pVM, dbgcGetEventCtx(pEvent->enmCtx));
645 dbgcGetEventCtx(pEvent->enmCtx));
663 pEvent->u.Bp.iBp, dbgcGetEventCtx(pEvent->enmCtx));
668 pEvent->u.Bp.iBp, dbgcGetEventCtx(pEvent->enmCtx));
673 pEvent->u.Bp.iBp, dbgcGetEventCtx(pEvent->enmCtx));
691 rc = pDbgc->CmdHlp.pfnPrintf(&pDbgc->CmdHlp, NULL, "\ndbgf event: Single step! (%s)\n", dbgcGetEventCtx(pEvent->enmCtx));
706 dbgcGetEventCtx(pEvent->enmCtx),
722 dbgcGetEventCtx(pEvent->enmCtx),

Completed in 72 milliseconds