VirtualBox

Changeset 49284 in vbox


Ignore:
Timestamp:
Oct 25, 2013 9:45:30 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90230
Message:

VMM/HMVMXR0: Don't forget to load guest debug state when not intercepting #DB and Mov DRx.

File:
1 edited

Legend:

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

    r49283 r49284  
    37103710            else
    37113711#endif
    3712             if (CPUMIsGuestDebugStateActive(pVCpu))
     3712            if (!CPUMIsGuestDebugStateActive(pVCpu))
    37133713            {
    37143714                CPUMR0LoadGuestDebugState(pVCpu, true /* include DR6 */);
     
    37173717                STAM_COUNTER_INC(&pVCpu->hm.s.StatDRxArmed);
    37183718            }
     3719            Assert(!fInterceptDB);
     3720            Assert(!fInterceptMovDRx);
    37193721        }
    37203722        /*
Note: See TracChangeset for help on using the changeset viewer.

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