VirtualBox

Changeset 2166 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 18, 2007 12:42:08 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20496
Message:

Single stepping support added (as a debug feature)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r2150 r2166  
    3737#include <VBox/iom.h>
    3838#include <VBox/dis.h>
     39#include <VBox/dbgf.h>
    3940#include <VBox/disopcode.h>
    4041#include <iprt/param.h>
     
    823824        switch (vector)
    824825        {
     826#ifdef DEBUG
     827        case X86_XCPT_DB:
     828            rc = DBGFR0Trap01Handler(pVM, CPUMCTX2CORE(pCtx), pCtx->dr6);
     829            Assert(rc != VINF_EM_RAW_GUEST_TRAP);
     830            break;
     831#endif
     832
    825833        case X86_XCPT_NM:
    826834        {
Note: See TracChangeset for help on using the changeset viewer.

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