Changeset 64770 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Dec 1, 2016 12:28:44 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r62478 r64770 150 150 { 151 151 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 */ 162 VMM_INT_DECL(bool) DBGFBpIsInt3Armed(PVM pVM) 163 { 164 return pVM->dbgf.s.cEnabledInt3Breakpoints > 0; 152 165 } 153 166
Note:
See TracChangeset
for help on using the changeset viewer.