Changeset 27472 in vbox
- Timestamp:
- Mar 18, 2010 10:51:03 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58964
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
r19288 r27472 89 89 } 90 90 91 #ifdef IN_RC 91 92 /* 92 93 * Currently we only implement single stepping in the guest, … … 95 96 AssertMsg(uDr6 & X86_DR6_BS, ("hey! we're not doing guest BPs yet! dr6=%RTreg %04x:%RGv\n", 96 97 uDr6, pRegFrame->cs, pRegFrame->rip)); 98 #endif 97 99 98 100 LogFlow(("DBGFRZTrap01Handler: guest debug event %RTreg at %04x:%RGv!\n", uDr6, pRegFrame->cs, pRegFrame->rip));
Note:
See TracChangeset
for help on using the changeset viewer.