Changeset 72133 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapPrintFrame.c
- Timestamp:
- May 6, 2018 11:55:06 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122529
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapPrintFrame.c
r69111 r72133 36 36 { 37 37 #if 1 38 Bs3TestPrintf("Trap %#04x errcd=%#06RX64 at %04x:%016RX64 (by %04x/%04x) - test step %d (%#x)\n", 38 Bs3TestPrintf("Trap %#04x errcd=%#06RX64 at %04x:%016RX64 - test step %d (%#x)\n" 39 "Handler: ss:rsp=%04x:%08RX64 cs=%04x cbIret=%#x rflags=%#06RX64\n" 40 , 39 41 pTrapFrame->bXcpt, 40 42 pTrapFrame->uErrCd, 41 43 pTrapFrame->Ctx.cs, 42 44 pTrapFrame->Ctx.rip.u64, 45 g_usBs3TestStep, g_usBs3TestStep, 46 pTrapFrame->uHandlerSs, 47 pTrapFrame->uHandlerRsp, 43 48 pTrapFrame->uHandlerCs, 44 pTrapFrame-> uHandlerSs,45 g_usBs3TestStep, g_usBs3TestStep);49 pTrapFrame->cbIretFrame, 50 pTrapFrame->fHandlerRfl); 46 51 Bs3RegCtxPrint(&pTrapFrame->Ctx); 47 52 #else
Note:
See TracChangeset
for help on using the changeset viewer.