VirtualBox

Changeset 70303 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 22, 2017 8:01:30 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119900
Message:

VMM/HMSVMR0: Fix debug assertion while stepping through the VM debugger.

File:
1 edited

Legend:

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

    r70301 r70303  
    15861586     * the VMM level like the VT-x implementations does.
    15871587     */
    1588     bool const fStepping = pVCpu->hm.s.fSingleInstruction;
     1588    bool const fStepping = pVCpu->hm.s.fSingleInstruction || DBGFIsStepping(pVCpu);
    15891589    if (fStepping)
    15901590    {
     
    15931593        fInterceptMovDRx = true; /* Need clean DR6, no guest mess. */
    15941594    }
    1595     else
    1596         Assert(!DBGFIsStepping(pVCpu));
    15971595
    15981596    if (   fStepping
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