VirtualBox

Changeset 46780 in vbox


Ignore:
Timestamp:
Jun 25, 2013 1:38:45 PM (12 years ago)
Author:
vboxsync
Message:

VMM/EM: Commented out debug assertion for single-stepping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r46486 r46780  
    22402240                 */
    22412241                case VINF_EM_DBG_STEPPED:
     2242                    /* Commenting this assertion for now as it hinders with single-stepping in new AMD-V code
     2243                     * (using guest EFLAGS.TF) and returning VINF_EM_DBG_STEPPED in the #DB handler. */
     2244#if 0
    22422245                    AssertMsgFailed(("VINF_EM_DBG_STEPPED cannot be here!"));
     2246#endif
    22432247                case VINF_EM_DBG_STOP:
    22442248                case VINF_EM_DBG_BREAKPOINT:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette