Changeset 50271 in vbox
- Timestamp:
- Jan 29, 2014 2:25:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r50270 r50271 8613 8613 HMCPU_CF_SET(pVCpu, HM_CHANGED_GUEST_RIP); 8614 8614 8615 /* Deliver pending debug exception if the guest is single-stepping. */ 8615 /* 8616 * Deliver a debug exception to the guest if it is single-stepping. Don't directly inject a #DB but use the 8617 * pending debug exception field as it takes care of priority of events. 8618 * 8619 * See Intel spec. 32.2.1 "Debug Exceptions". 8620 */ 8616 8621 if (pMixedCtx->eflags.Bits.u1TF) 8617 8622 {
Note:
See TracChangeset
for help on using the changeset viewer.