Changeset 72557 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 14, 2018 9:32:49 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123050
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp
r72556 r72557 228 228 * Print header. 229 229 */ 230 pHlp->pfnPrintf(pHlp, "CPU[%u]: VM-exit history:\n", pVCpu->idCpu); 231 pHlp->pfnPrintf(pHlp, " Exit No.: TSC timestamp / delta Flat RIP Exit Name\n"); 230 pHlp->pfnPrintf(pHlp, 231 "CPU[%u]: VM-exit history:\n" 232 " Exit No.: TSC timestamp / delta Flat RIP Exit Name\n" 233 , pVCpu->idCpu); 232 234 233 235 /*
Note:
See TracChangeset
for help on using the changeset viewer.