Changeset 5731 in vbox for trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
- Timestamp:
- Nov 13, 2007 10:42:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r5685 r5731 275 275 return VERR_INTERNAL_ERROR; 276 276 } 277 277 DBGFR3DECL(int) DBGFR3MemScan(PVM pVM, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, const uint8_t *pabNeedle, size_t cbNeedle, PDBGFADDRESS pHitAddress) 278 { 279 return VERR_INTERNAL_ERROR; 280 } 281 DBGFR3DECL(void) DBGFR3AddrFromPhys(PVM pVM, PDBGFADDRESS pAddress, RTGCPHYS PhysAddr) 282 { 283 }
Note:
See TracChangeset
for help on using the changeset viewer.