Changeset 55881 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- May 16, 2015 1:02:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r54218 r55881 322 322 } 323 323 324 VMMR3DECL(int) DBGFR3PlugInLoad(PUVM pUVM, const char *pszPlugIn, char *pszActual, size_t cbActual, PRTERRINFO pErrInfo) 325 { 326 return VERR_INTERNAL_ERROR; 327 } 328 VMMR3DECL(int) DBGFR3PlugInUnload(PUVM pUVM, const char *pszName) 329 { 330 return VERR_INTERNAL_ERROR; 331 } 332 VMMR3DECL(void) DBGFR3PlugInLoadAll(PUVM pUVM) 333 { 334 } 335 324 336 325 337 //////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.