VirtualBox

Changeset 90680 in vbox


Ignore:
Timestamp:
Aug 13, 2021 11:14:23 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146292
Message:

VBoxDbg: Fixed multistep.

File:
1 edited

Legend:

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

    r87788 r90680  
    747747
    748748            /* If multi-stepping, take the next step: */
    749             if (pDbgc->cMultiStepsLeft > 0 && pEvent->idCpu != idCpuSaved)
     749            if (pDbgc->cMultiStepsLeft > 0 && pEvent->idCpu == idCpuSaved)
    750750            {
    751751                int rc2 = DBGFR3StepEx(pDbgc->pUVM, pDbgc->idCpu, DBGF_STEP_F_INTO, NULL, NULL, 0, pDbgc->uMultiStepStrideLength);
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