VirtualBox

Changeset 103490 in vbox


Ignore:
Timestamp:
Feb 21, 2024 12:33:44 PM (9 months ago)
Author:
vboxsync
Message:

DBGC: Quick hack to avoid misquoted command from messing up the input state.

File:
1 edited

Legend:

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

    r98103 r103490  
    377377                AssertMsgFailed(("The buffer contains no commands while cInputLines=%d!\n", pDbgc->cInputLines));
    378378                pDbgc->cInputLines = 0;
     379                pDbgc->iRead = pDbgc->iWrite;
    379380                return 0;
    380381            }
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