Changeset 87130 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 27, 2020 7:32:53 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/DBGFInternal.h
r87107 r87130 68 68 /** Number of chunks required to support all breakpoints. */ 69 69 #define DBGF_BP_CHUNK_COUNT (DBGF_BP_COUNT_MAX / DBGF_BP_COUNT_PER_CHUNK) 70 /** Maximum number of instruction bytes when executing breakpointed instructions. */ 71 #define DBGF_BP_INSN_MAX 16 70 72 /** @} */ 71 73 … … 1263 1265 * @todo drop this in favor of aEvents! */ 1264 1266 DBGFBP hBpActive; 1267 /** Flag whether the to invoke any owner handlers in ring-3 before dropping into the debugger. */ 1268 bool fBpInvokeOwnerCallback; 1265 1269 #endif 1266 1270 /** Set if we're singlestepping in raw mode.
Note:
See TracChangeset
for help on using the changeset viewer.