VirtualBox

Changeset 55881 in vbox for trunk/src/VBox/Debugger/testcase


Ignore:
Timestamp:
May 16, 2015 1:02:51 AM (10 years ago)
Author:
vboxsync
Message:

DBGF,DBGC: Moved the plug-ins from DBGC to DBGF so we can make use of them via IMachineDebugger.

File:
1 edited

Legend:

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

    r54218 r55881  
    322322}
    323323
     324VMMR3DECL(int)  DBGFR3PlugInLoad(PUVM pUVM, const char *pszPlugIn, char *pszActual, size_t cbActual, PRTERRINFO pErrInfo)
     325{
     326    return VERR_INTERNAL_ERROR;
     327}
     328VMMR3DECL(int)  DBGFR3PlugInUnload(PUVM pUVM, const char *pszName)
     329{
     330    return VERR_INTERNAL_ERROR;
     331}
     332VMMR3DECL(void) DBGFR3PlugInLoadAll(PUVM pUVM)
     333{
     334}
     335
    324336
    325337//////////////////////////////////////////////////////////////////////////
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