Changeset 97820 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Dec 15, 2022 11:06:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r97705 r97820 192 192 * the guest. 193 193 */ 194 /** @todo we need some kind of resume flag for these. */ 194 195 if (pVM->dbgf.s.cEnabledHwBreakpoints > 0) 195 196 for (unsigned iBp = 0; iBp < RT_ELEMENTS(pVM->dbgf.s.aHwBreakpoints); iBp++) … … 217 218 */ 218 219 uint32_t const fDr7 = (uint32_t)pVCpu->cpum.GstCtx.dr[7]; 219 if (X86_DR7_ANY_EO_ENABLED(fDr7) )220 if (X86_DR7_ANY_EO_ENABLED(fDr7) && !pVCpu->cpum.GstCtx.eflags.Bits.u1RF) 220 221 { 221 222 /*
Note:
See TracChangeset
for help on using the changeset viewer.