VirtualBox

Changeset 21259 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 6, 2009 3:17:26 PM (16 years ago)
Author:
vboxsync
Message:

Fixed assertions

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r21258 r21259  
    14361436
    14371437            /* Note that we don't support guest and host-initiated debugging at the same time. */
    1438             Assert(DBGFIsStepping(pVCpu));
     1438            Assert(DBGFIsStepping(pVCpu) || CPUMIsHyperDebugStateActive(pVCpu));
    14391439
    14401440            rc = DBGFRZTrap01Handler(pVM, pVCpu, CPUMCTX2CORE(pCtx), pCtx->dr[6]);
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r21258 r21259  
    26572657
    26582658                /* Note that we don't support guest and host-initiated debugging at the same time. */
    2659                 Assert(DBGFIsStepping(pVCpu) || CPUMIsGuestInRealModeEx(pCtx));
     2659                Assert(DBGFIsStepping(pVCpu) || CPUMIsGuestInRealModeEx(pCtx) || CPUMIsHyperDebugStateActive(pVCpu));
    26602660
    26612661                uDR6  = X86_DR6_INIT_VAL;
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