VirtualBox

Changeset 7843 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2008 3:19:42 PM (17 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r7792 r7843  
    238238    Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);
    239239    const unsigned off = GCPhysFault & PAGE_OFFSET_MASK;
     240
     241    LogFlow(("pgmPoolMonitorChainChanging: %VGv phys=%VGp kind=%d\n", pvAddress, GCPhysFault, pPage->enmKind));
     242
    240243    for (;;)
    241244    {
     
    17171720    PPGMPOOLUSER pUser = pPool->CTXSUFF(paUsers);
    17181721
     1722    LogFlow(("pgmPoolTrackInsert iUser %d iUserTable %d\n", iUser, iUserTable));
     1723
    17191724    /*
    17201725     * Find free a user node.
     
    18041809    PPGMPOOLUSER paUsers = pPool->CTXSUFF(paUsers);
    18051810
     1811    LogFlow(("pgmPoolTrackAddUser iUser %d iUserTable %d\n", iUser, iUserTable));
    18061812#  ifdef VBOX_STRICT
    18071813    /*
     
    18141820        {
    18151821            Assert(i < pPool->cMaxUsers);
    1816             AssertMsg(paUsers[i].iUser != iUser || paUsers[i].iUserTable != iUserTable, ("%d %d\n", iUser, iUserTable));
     1822            AssertMsg(paUsers[i].iUser != iUser || paUsers[i].iUserTable != iUserTable, ("%x %x vs new %x %x\n", paUsers[i].iUser, paUsers[i].iUserTable, iUser, iUserTable));
    18171823            i = paUsers[i].iNext;
    18181824        } while (i != NIL_PGMPOOL_USER_INDEX);
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