Changeset 54218 in vbox for trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
- Timestamp:
- Feb 16, 2015 3:17:05 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98283
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r48946 r54218 294 294 return VERR_INTERNAL_ERROR; 295 295 } 296 VMMR3DECL(void *) DBGFR3OSQueryInterface(PUVM pUVM, DBGFOSINTERFACE enmIf) 297 { 298 return NULL; 299 } 296 300 297 301 VMMR3DECL(int) DBGFR3SelQueryInfo(PUVM pUVM, VMCPUID idCpu, RTSEL Sel, uint32_t fFlags, PDBGFSELINFO pSelInfo)
Note:
See TracChangeset
for help on using the changeset viewer.