VirtualBox

Changeset 52595 in vbox


Ignore:
Timestamp:
Sep 4, 2014 4:28:04 PM (10 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r52573 r52595  
    1052410524    }
    1052510525    AssertRCReturn(rc, rc);
    10526     Log4(("CS:RIP=%04x:%#RX64 ECX=%X\n", pMixedCtx->cs.Sel, pMixedCtx->rip, pMixedCtx->ecx));
     10526    Log4(("ecx=%#RX32\n", pMixedCtx->ecx));
    1052710527
    1052810528#ifdef VBOX_STRICT
     
    1057910579    }
    1058010580    AssertRCReturn(rc, rc);
    10581     Log4(("ecx=%#RX32\n", pMixedCtx->ecx));
     10581    Log4(("ecx=%#RX32 edx:eax=%#RX32:%#RX32\n", pMixedCtx->ecx, pMixedCtx->edx, pMixedCtx->eax));
    1058210582
    1058310583    rc = EMInterpretWrmsr(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette