VirtualBox

Changeset 11513 in vbox for trunk/src


Ignore:
Timestamp:
Aug 20, 2008 1:27:44 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35057
Message:

Additional logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r11473 r11513  
    26722672        if (rc == VINF_SUCCESS)
    26732673        {
    2674             Log(("Pending hardware interrupt %d\n", u8Vector));
     2674            Log(("Pending hardware interrupt=0x%x ) cs:eip=%04X:%VGv gs.base=%VGv\n", u8Vector, pCtx->cs, pCtx->rip, pCtx->gsHid.u64Base));
    26752675        }
    26762676        /*
     
    26832683        else
    26842684        if (CPUMIsGuestIn64BitCode(pVM, CPUMCTX2CORE(pCtx)))
    2685             Log(("HWR%d: %VGv ESP=%VGv IF=%d CR0=%x CR4=%x EFER=%x\n", cpl, pCtx->rip, pCtx->rsp, pCtx->eflags.Bits.u1IF, (uint32_t)pCtx->cr0, (uint32_t)pCtx->cr4, (uint32_t)pCtx->msrEFER));
     2685            Log(("HWR%d: %04X:%VGv ESP=%VGv IF=%d CR0=%x CR4=%x EFER=%x\n", cpl, pCtx->cs, pCtx->rip, pCtx->rsp, pCtx->eflags.Bits.u1IF, (uint32_t)pCtx->cr0, (uint32_t)pCtx->cr4, (uint32_t)pCtx->msrEFER));
    26862686        else
    2687             Log(("HWR%d: %08X ESP=%08X IF=%d CR0=%x CR4=%x EFER=%x\n", cpl, pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (uint32_t)pCtx->cr0, (uint32_t)pCtx->cr4, (uint32_t)pCtx->msrEFER));
     2687            Log(("HWR%d: %04X:%08X ESP=%08X IF=%d CR0=%x CR4=%x EFER=%x\n", cpl, pCtx->cs, pCtx->eip, pCtx->esp, pCtx->eflags.Bits.u1IF, (uint32_t)pCtx->cr0, (uint32_t)pCtx->cr4, (uint32_t)pCtx->msrEFER));
    26882688#endif
    26892689
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