VirtualBox

Ignore:
Timestamp:
May 6, 2018 11:55:06 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122529
Message:

bs3kit: Added some more functions for setting and setting CRx and DRx registers from v8086 mode and such.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapPrintFrame.c

    r69111 r72133  
    3636{
    3737#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                  ,
    3941                  pTrapFrame->bXcpt,
    4042                  pTrapFrame->uErrCd,
    4143                  pTrapFrame->Ctx.cs,
    4244                  pTrapFrame->Ctx.rip.u64,
     45                  g_usBs3TestStep, g_usBs3TestStep,
     46                  pTrapFrame->uHandlerSs,
     47                  pTrapFrame->uHandlerRsp,
    4348                  pTrapFrame->uHandlerCs,
    44                   pTrapFrame->uHandlerSs,
    45                   g_usBs3TestStep, g_usBs3TestStep);
     49                  pTrapFrame->cbIretFrame,
     50                  pTrapFrame->fHandlerRfl);
    4651    Bs3RegCtxPrint(&pTrapFrame->Ctx);
    4752#else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette