VirtualBox

Changeset 89913 in vbox


Ignore:
Timestamp:
Jun 25, 2021 11:26:55 AM (3 years ago)
Author:
vboxsync
Message:

VMM/DBGF: Basic infrastructure to support adding and deleting port I/O breakpoints, next is interfacing them with IOM, bugref:9837 [build fix]

File:
1 edited

Legend:

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

    r89912 r89913  
    15621562    DBGFBP hBp = NIL_DBGFBP;
    15631563
    1564     for (RTIOPORT idxPort = uPort; idxPort < uPort + cPorts; idxPort)
     1564    for (RTIOPORT idxPort = uPort; idxPort < uPort + cPorts; idxPort++)
    15651565    {
    15661566        const uint32_t u32Entry = ASMAtomicReadU32(&pUVM->dbgf.s.CTX_SUFF(paBpLocPortIo)[idxPort]);
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