VirtualBox

Changeset 2115 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2007 8:32:16 AM (18 years ago)
Author:
vboxsync
Message:

SELMToFlatEx change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r1358 r2115  
    43354335
    43364336            pResult->enmType    = DBGCVAR_TYPE_GC_FLAT;
    4337             rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off,
     4337            rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off, NULL,
    43384338                              SELMTOFLAT_FLAGS_NO_PL | SELMTOFLAT_FLAGS_HYPER, &pResult->u.GCFlat, NULL);
    43394339            if (VBOX_SUCCESS(rc))
     
    44074407            CPUMQueryGuestCtxPtr(pDbgc->pVM, &pCtx);
    44084408            Assert(pDbgc->pVM);
    4409             rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off,
     4409            rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off, NULL,
    44104410                              SELMTOFLAT_FLAGS_NO_PL | SELMTOFLAT_FLAGS_HYPER, &pResult->u.GCFlat, NULL);
    44114411            if (VBOX_SUCCESS(rc))
     
    44874487
    44884488            Assert(pDbgc->pVM);
    4489             rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off,
     4489            rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off, NULL,
    44904490                              SELMTOFLAT_FLAGS_NO_PL | SELMTOFLAT_FLAGS_HYPER, &pResult->u.GCFlat, NULL);
    44914491            if (VBOX_SUCCESS(rc))
     
    45724572
    45734573            Assert(pDbgc->pVM);
    4574             rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off,
     4574            rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, pResult->u.GCFar.sel, pResult->u.GCFar.off, NULL,
    45754575                              SELMTOFLAT_FLAGS_NO_PL | SELMTOFLAT_FLAGS_HYPER, &pResult->u.GCFlat, NULL);
    45764576            if (VBOX_SUCCESS(rc))
     
    57805780
    57815781            Var.enmType = DBGCVAR_TYPE_GC_FLAT;
    5782             int rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, Var.u.GCFar.sel, Var.u.GCFar.off,
     5782            int rc = SELMToFlatEx(pDbgc->pVM, pCtx->eflags, Var.u.GCFar.sel, Var.u.GCFar.off, NULL,
    57835783                                  SELMTOFLAT_FLAGS_NO_PL | SELMTOFLAT_FLAGS_HYPER, &Var.u.GCFlat, &cb);
    57845784            if (VBOX_FAILURE(rc))
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