Searched refs:pDbgVt (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddeferred.cpp79 bool const fDbgVt = pMod->pDbgVt == &g_rtDbgModVtDbgDeferred;
90 pMod->pDbgVt = NULL;
103 Assert(!fDbgVt || pMod->pDbgVt != NULL);
120 Assert(!pMod->pDbgVt);
121 pMod->pDbgVt = &g_rtDbgModVtDbgDeferred;
158 rc = pMod->pDbgVt->pfnLineByAddr(pMod, iSeg, off, poffDisp, pLineInfo);
168 rc = pMod->pDbgVt->pfnLineByOrdinal(pMod, iOrdinal, pLineInfo);
178 return pMod->pDbgVt->pfnLineCount(pMod);
189 rc = pMod->pDbgVt->pfnLineAdd(pMod, pszFile, cchFile, uLineNo, iSeg, off, piOrdinal);
240 rc = pMod->pDbgVt
[all...]
H A Ddbgmod.cpp416 pDbgMod->pDbgVt = pCur->pVt;
471 AssertReturn(!pDbgMod->pDbgVt, VERR_DBG_MOD_IPE);
479 pDbgMod->pDbgVt = pDbg->pVt;
492 pDbgMod->pDbgVt = NULL;
509 Assert(!pDbgMod->pDbgVt);
524 pDbgMod->pDbgVt = pDbg->pVt;
537 pDbgMod->pDbgVt = NULL;
659 Assert(!pDbgMod->pDbgVt);
665 if (RT_SUCCESS(rc) && pDbgMod->pDbgVt)
679 Assert(!pDbgMod->pDbgVt);
[all...]
H A Ddbgmodexports.cpp125 AssertReturn(!pDbgMod->pDbgVt, VERR_DBG_MOD_IPE);
H A Ddbgmoddbghelp.cpp439 pMod->pDbgVt = &g_rtDbgModVtDbgDbgHelp;
H A Ddbgmodcontainer.cpp847 pMod->pDbgVt = &g_rtDbgModVtDbgContainer;
872 pMod->pDbgVt = NULL;
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFModule.cpp281 PCDBGFMODVTDBG pDbgVt;
/vbox/src/VBox/Runtime/include/internal/
H A Ddbgmod.h632 PCRTDBGMODVTDBG pDbgVt; member in struct:RTDBGMODINT

Completed in 48 milliseconds