VirtualBox

Ignore:
Timestamp:
Nov 13, 2007 10:42:00 PM (17 years ago)
Author:
vboxsync
Message:

Implemented some search commands in the debugger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r5685 r5731  
    275275    return VERR_INTERNAL_ERROR;
    276276}
    277 
     277DBGFR3DECL(int) DBGFR3MemScan(PVM pVM, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, const uint8_t *pabNeedle, size_t cbNeedle, PDBGFADDRESS pHitAddress)
     278{
     279    return VERR_INTERNAL_ERROR;
     280}
     281DBGFR3DECL(void) DBGFR3AddrFromPhys(PVM pVM, PDBGFADDRESS pAddress, RTGCPHYS PhysAddr)
     282{
     283}
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