VirtualBox

Changeset 58903 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Nov 27, 2015 3:07:07 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104399
Message:

DBGF: I/O and MMIO breakpoint API changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp

    r58123 r58903  
    139139        for (unsigned iBp = 0; iBp < RT_ELEMENTS(pVM->dbgf.s.aBreakpoints); iBp++)
    140140        {
    141             if (    pVM->dbgf.s.aBreakpoints[iBp].GCPtr == (RTGCUINTPTR)pPc
     141            if (    pVM->dbgf.s.aBreakpoints[iBp].u.GCPtr == (RTGCUINTPTR)pPc
    142142                &&  pVM->dbgf.s.aBreakpoints[iBp].enmType == DBGFBPTYPE_INT3)
    143143            {
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