VirtualBox

Changeset 34902 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Dec 9, 2010 4:16:51 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68719
Message:

IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.

Location:
trunk/src/VBox/Debugger
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCCommands.cpp

    r32313 r34902  
    21122112        return DBGCCmdHlpFail(pCmdHlp, pCmd, "Missing file path.\n");
    21132113
    2114     int rc = DBGFR3CoreWrite(pVM, pszDumpPath);
     2114    int rc = DBGFR3CoreWrite(pVM, pszDumpPath, true /*fReplaceFile*/);
    21152115    if (RT_FAILURE(rc))
    21162116        return DBGCCmdHlpFail(pCmdHlp, pCmd, "DBGFR3WriteCore failed. rc=%Rrc\n", rc);
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r32313 r34902  
    237237}
    238238
    239 VMMR3DECL(int) DBGFR3CoreWrite(PVM pVM, const char *pszDumpPath)
     239VMMR3DECL(int) DBGFR3CoreWrite(PVM pVM, const char *pszFilename, bool fReplaceFile)
    240240{
    241241    return VERR_INTERNAL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette