VirtualBox

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


Ignore:
Timestamp:
Sep 8, 2010 11:46:16 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65650
Message:

VMMDev: added VMMDevReqWriteCoreDump. VMM/DBGFCoreWrite: remove unused parameter.

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

Legend:

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

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

    r32006 r32313  
    237237}
    238238
    239 VMMR3DECL(int) DBGFR3CoreWrite(PVM pVM, VMCPUID idCpu, const char *pszDumpPath)
     239VMMR3DECL(int) DBGFR3CoreWrite(PVM pVM, const char *pszDumpPath)
    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