VirtualBox

Changeset 64770 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Dec 1, 2016 12:28:44 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112120
Message:

VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when using VT-x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp

    r62478 r64770  
    150150{
    151151    return pVM->dbgf.s.cEnabledHwIoBreakpoints > 0;
     152}
     153
     154
     155/**
     156 * Checks if any INT3 breakpoints are armed.
     157 *
     158 * @returns true if armed, false if not.
     159 * @param   pVM        The cross context VM structure.
     160 * @remarks Don't call this from CPUMRecalcHyperDRx!
     161 */
     162VMM_INT_DECL(bool) DBGFBpIsInt3Armed(PVM pVM)
     163{
     164    return pVM->dbgf.s.cEnabledInt3Breakpoints > 0;
    152165}
    153166
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