VirtualBox

Changeset 25600 in vbox


Ignore:
Timestamp:
Dec 31, 2009 12:38:44 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56291
Message:

PDMDevHlp.cpp: Don't send VERR_DBGF_NOT_ATTACHED up the chain?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMDevHlp.cpp

    r25528 r25600  
    11141114    VM_ASSERT_EMT(pVM);
    11151115    int rc = DBGFR3EventSrcV(pVM, DBGFEVENT_DEV_STOP, pszFile, iLine, pszFunction, pszFormat, args);
     1116    if (rc == VERR_DBGF_NOT_ATTACHED)
     1117        rc = VINF_SUCCESS;
    11161118
    11171119    LogFlow(("pdmR3DevHlp_DBGFStopV: caller='%s'/%d: returns %Rrc\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, rc));
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