Changeset 86755 in vbox for trunk/include
- Timestamp:
- Oct 29, 2020 8:30:25 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r86730 r86755 580 580 #ifndef VBOX_WITH_LOTS_OF_DBGF_BPS 581 581 /** The identifier of the breakpoint which was hit. */ 582 RTUINT iBp;582 RTUINT hBp; 583 583 #else 584 584 /** The handle of the breakpoint which was hit. */
Note:
See TracChangeset
for help on using the changeset viewer.