VirtualBox

Changeset 13782 in vbox for trunk/src/VBox/VMM/DBGFMem.cpp


Ignore:
Timestamp:
Nov 4, 2008 12:16:30 PM (16 years ago)
Author:
vboxsync
Message:

More SMP groundwork.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFMem.cpp

    r13755 r13782  
    113113{
    114114    PVMREQ pReq;
    115     int rc = VMR3ReqCall(pVM, VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT, (PFNRT)dbgfR3MemScan, 6,
     115    int rc = VMR3ReqCall(pVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, (PFNRT)dbgfR3MemScan, 6,
    116116                         pVM, pAddress, cbRange, pabNeedle, cbNeedle, pHitAddress);
    117117    if (VBOX_SUCCESS(rc))
     
    180180{
    181181    PVMREQ pReq;
    182     int rc = VMR3ReqCallU(pVM->pUVM, VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT, 0, (PFNRT)dbgfR3MemRead, 4,
     182    int rc = VMR3ReqCallU(pVM->pUVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, 0, (PFNRT)dbgfR3MemRead, 4,
    183183                          pVM, pAddress, pvBuf, cbRead);
    184184    if (VBOX_SUCCESS(rc))
     
    277277     */
    278278    PVMREQ pReq;
    279     int rc = VMR3ReqCallU(pVM->pUVM, VMREQDEST_ALL, &pReq, RT_INDEFINITE_WAIT, 0, (PFNRT)dbgfR3MemReadString, 4,
     279    int rc = VMR3ReqCallU(pVM->pUVM, VMREQDEST_ANY, &pReq, RT_INDEFINITE_WAIT, 0, (PFNRT)dbgfR3MemReadString, 4,
    280280                          pVM, pAddress, pszBuf, cchBuf);
    281281    if (VBOX_SUCCESS(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