VirtualBox

Changeset 70268 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 21, 2017 12:16:15 PM (7 years ago)
Author:
vboxsync
Message:

VMM/HM: Tidy dumping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r70266 r70268  
    36953695DECLINLINE(void) hmR3InfoSvmVmcbStateSaveSelReg(PCDBGFINFOHLP pHlp, PCSVMSELREG pSel, const char *pszName, const char *pszPrefix)
    36963696{
    3697     pHlp->pfnPrintf(pHlp, "%s%s\n",                                     pszPrefix, pszName);
    3698     pHlp->pfnPrintf(pHlp, "%s  u16Sel                     = %#RX16\n",  pszPrefix, pSel->u16Sel);
    3699     pHlp->pfnPrintf(pHlp, "%s  u16Attr                    = %#RX16\n",  pszPrefix, pSel->u16Attr);
    3700     pHlp->pfnPrintf(pHlp, "%s  u32Limit                   = %#RX32\n",  pszPrefix, pSel->u32Limit);
    3701     pHlp->pfnPrintf(pHlp, "%s  u64Base                    = %#RX64\n",  pszPrefix, pSel->u64Base);
     3697    pHlp->pfnPrintf(pHlp, "%s%-12s               = {%04x base=%016RX64 limit=%08x flags=%04x}\n", pszPrefix,
     3698                    pszName, pSel->u16Sel, pSel->u64Base, pSel->u32Limit, pSel->u16Attr);
    37023699}
    37033700
     
    37133710DECLINLINE(void) hmR3InfoSvmVmcbStateXdtr(PCDBGFINFOHLP pHlp, PCSVMXDTR pXdtr, const char *pszName, const char *pszPrefix)
    37143711{
    3715     pHlp->pfnPrintf(pHlp, "%s%s\n",                                     pszPrefix, pszName);
    3716     pHlp->pfnPrintf(pHlp, "%s  u32Limit                   = %#RX32\n",  pszPrefix, pXdtr->u32Limit);
    3717     pHlp->pfnPrintf(pHlp, "%s  u64Base                    = %#RX64\n",  pszPrefix, pXdtr->u64Base);
     3712    pHlp->pfnPrintf(pHlp, "%s%-12s               = %016RX64:%04x\n", pszPrefix, pszName, pXdtr->u64Base, pXdtr->u32Limit);
    37183713}
    37193714
Note: See TracChangeset for help on using the changeset viewer.

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