- Timestamp:
- Apr 18, 2007 1:14:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r2169 r2172 480 480 481 481 #ifdef DEBUG 482 /* Intercept X86_ TRAP_DB if stepping is enabled */482 /* Intercept X86_XCPT_DB if stepping is enabled */ 483 483 if (DBGFIsStepping(pVM)) 484 484 pVMCB->ctrl.u32InterceptException |= BIT(1); … … 834 834 #ifdef DEBUG 835 835 case X86_XCPT_DB: 836 rc = DBGFR0Trap01Handler(pVM, CPUMCTX2CORE(pCtx), p Ctx->dr6);836 rc = DBGFR0Trap01Handler(pVM, CPUMCTX2CORE(pCtx), pVMCB->guest.u64DR6); 837 837 Assert(rc != VINF_EM_RAW_GUEST_TRAP); 838 838 break;
Note:
See TracChangeset
for help on using the changeset viewer.