Changeset 70303 in vbox for trunk/src/VBox
- Timestamp:
- Dec 22, 2017 8:01:30 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119900
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r70301 r70303 1586 1586 * the VMM level like the VT-x implementations does. 1587 1587 */ 1588 bool const fStepping = pVCpu->hm.s.fSingleInstruction ;1588 bool const fStepping = pVCpu->hm.s.fSingleInstruction || DBGFIsStepping(pVCpu); 1589 1589 if (fStepping) 1590 1590 { … … 1593 1593 fInterceptMovDRx = true; /* Need clean DR6, no guest mess. */ 1594 1594 } 1595 else1596 Assert(!DBGFIsStepping(pVCpu));1597 1595 1598 1596 if ( fStepping
Note:
See TracChangeset
for help on using the changeset viewer.