VirtualBox

Changeset 24731 in vbox for trunk


Ignore:
Timestamp:
Nov 17, 2009 5:20:07 PM (15 years ago)
Author:
vboxsync
Message:

Logging changes

File:
1 edited

Legend:

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

    r24284 r24731  
    27292729#endif
    27302730
    2731     Log2(("E%d: New EIP=%RGv\n", exitReason, (RTGCPTR)pCtx->rip));
     2731    Log2(("E%d: New EIP=%x:%RGv\n", exitReason, pCtx->cs, (RTGCPTR)pCtx->rip));
    27322732    Log2(("Exit reason %d, exitQualification %RGv\n", (uint32_t)exitReason, exitQualification));
    27332733    Log2(("instrInfo=%d instrError=%d instr length=%d\n", (uint32_t)instrInfo, (uint32_t)instrError, (uint32_t)cbInstr));
     
    30363036                Assert(CPUMIsGuestInRealModeEx(pCtx));
    30373037
    3038                 LogFlow(("Real mode X86_XCPT_GP instruction emulation at %RGv\n", (RTGCPTR)pCtx->rip));
     3038                LogFlow(("Real mode X86_XCPT_GP instruction emulation at %x:%RGv\n", pCtx->cs, (RTGCPTR)pCtx->rip));
    30393039
    30403040                rc = EMInterpretDisasOne(pVM, pVCpu, CPUMCTX2CORE(pCtx), pDis, &cbOp);
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