VirtualBox

Changeset 46137 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 17, 2013 8:09:59 AM (12 years ago)
Author:
vboxsync
Message:

Missing file, reverting 85830.

Location:
trunk/src/VBox/VMM
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r46136 r46137  
    178178        VMMR3/PATMA.asm \
    179179        VMMR3/PATMSSM.cpp \
    180         $(if $(FALSE),VMMR3/PATMR3Dbg.cpp) \
     180        VMMR3/PATMR3Dbg.cpp \
    181181       ,) \
    182182        VMMAll/CPUMAllRegs.cpp \
  • trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp

    r46136 r46137  
    305305        /* Take a snapshot of the modules as we might have overlapping
    306306           addresses between the previous and new mapping. */
    307 //        RTDbgAsLockExcl(hAs);
     307        RTDbgAsLockExcl(hAs);
    308308        uint32_t cModules = RTDbgAsModuleCount(hAs);
    309309        if (cModules > 0 && cModules < _4K)
     
    357357        else
    358358            AssertLogRelMsgFailed(("cModules=%#x\n", cModules));
    359 //        RTDbgAsUnlockExcl(hAs);
     359        RTDbgAsUnlockExcl(hAs);
    360360    }
    361361}
     
    614614            PDMR3LdrEnumModules(pUVM->pVM, dbgfR3AsLazyPopulateRCCallback, hDbgAs);
    615615#ifdef VBOX_WITH_RAW_MODE
    616 //            PATMR3DbgPopulateAddrSpace(pUVM->pVM, hDbgAs);
     616            PATMR3DbgPopulateAddrSpace(pUVM->pVM, hDbgAs);
    617617#endif
    618618        }
  • trunk/src/VBox/VMM/VMMR3/PATM.cpp

    r46136 r46137  
    427427
    428428    pVM->patm.s.pfnHelperCallGC = 0;
    429 //    patmR3DbgReset(pVM);
     429    patmR3DbgReset(pVM);
    430430
    431431    /* Generate all global functions to be used by future patches. */
     
    526526        return VINF_SUCCESS;
    527527
    528 //    patmR3DbgTerm(pVM);
     528    patmR3DbgTerm(pVM);
    529529
    530530    /* Memory was all allocated from the two MM heaps and requires no freeing. */
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