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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp10081 PCPUMCTX pDebugCtx = pIemCpu->CTX_SUFF(pCtx); local
10082 Assert(pOrgCtx != pDebugCtx);
10108 || ( pOrgCtx->rip != pDebugCtx->rip
10137 if (memcmp(pOrgCtx, pDebugCtx, sizeof(*pDebugCtx)))
10145 if (pOrgCtx->a_Field != pDebugCtx->a_Field) \
10149 case 1: RTAssertMsg2Weak(" %8s differs - iem=%02x - %s=%02x\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10150 case 2: RTAssertMsg2Weak(" %8s differs - iem=%04x - %s=%04x\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10151 case 4: RTAssertMsg2Weak(" %8s differs - iem=%08x - %s=%08x\n", #a_Field, pDebugCtx->a_Field, pszWho, pOrgCtx->a_Field); break; \
10152 case 8: RTAssertMsg2Weak(" %8s differs - iem=%016llx - %s=%016llx\n", #a_Field, pDebugCtx
[all...]

Completed in 85 milliseconds