VirtualBox

Changeset 35829 in vbox for trunk


Ignore:
Timestamp:
Feb 3, 2011 10:18:53 AM (14 years ago)
Author:
vboxsync
Message:

DBGConsole.cpp: don't quit on error.

File:
1 edited

Legend:

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

    r35632 r35829  
    285285    /** @todo Replace this with a sh/ksh/csh/rexx like toplevel language that
    286286     *        allows doing function, loops, if, cases, and such. */
    287     int rc = 0;
     287    int rc = VINF_SUCCESS;
    288288    while (pDbgc->cInputLines)
    289289    {
     
    343343            || rc == VWRN_DBGC_CMD_PENDING)
    344344            break;
     345        rc = VINF_SUCCESS; /* ignore other statuses */
    345346    }
    346347
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