Changeset 8800 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- May 14, 2008 3:03:54 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30800
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r8160 r8800 282 282 return VERR_INTERNAL_ERROR; 283 283 } 284 DBGFR3DECL(int) DBGFR3MemRead(PVM pVM, PCDBGFADDRESS pAddress, void *pvBuf, size_t cbRead) 285 { 286 return VERR_INTERNAL_ERROR; 287 } 284 288 DBGFR3DECL(void) DBGFR3AddrFromPhys(PVM pVM, PDBGFADDRESS pAddress, RTGCPHYS PhysAddr) 285 289 { 286 290 } 291 DBGFR3DECL(int) DBGFR3OSRegister(PVM pVM, PCDBGFOSREG pReg) 292 { 293 return VERR_INTERNAL_ERROR; 294 } 295 DBGFR3DECL(int) DBGFR3OSDetect(PVM pVM, char *pszName, size_t cchName) 296 { 297 return VERR_INTERNAL_ERROR; 298 } 299 DBGFR3DECL(int) DBGFR3OSQueryNameAndVersion(PVM pVM, char *pszName, size_t cchName, char *pszVersion, size_t cchVersion) 300 { 301 return VERR_INTERNAL_ERROR; 302 }
Note:
See TracChangeset
for help on using the changeset viewer.