VirtualBox

Changeset 21255 in vbox for trunk/src


Ignore:
Timestamp:
Jul 6, 2009 2:56:22 PM (16 years ago)
Author:
vboxsync
Message:

Fixes for hypervisor debugging

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

Legend:

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

    r21252 r21255  
    19891989        STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatExitDRxWrite);
    19901990
    1991         if (!DBGFIsStepping(pVCpu))
     1991        if (    !DBGFIsStepping(pVCpu)
     1992            &&  !CPUMIsHyperDebugStateActive(pVCpu))
    19921993        {
    19931994            STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatDRxContextSwitch);
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r21252 r21255  
    32913291    case VMX_EXIT_DRX_MOVE:             /* 29 Debug-register accesses. */
    32923292    {
    3293         if (!DBGFIsStepping(pVCpu))
     3293        if (    !DBGFIsStepping(pVCpu)
     3294            &&  !CPUMIsHyperDebugStateActive(pVCpu))
    32943295        {
    32953296            /* Disable drx move intercepts. */
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