Changeset 90680 in vbox
- Timestamp:
- Aug 13, 2021 11:14:23 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r87788 r90680 747 747 748 748 /* If multi-stepping, take the next step: */ 749 if (pDbgc->cMultiStepsLeft > 0 && pEvent->idCpu != idCpuSaved)749 if (pDbgc->cMultiStepsLeft > 0 && pEvent->idCpu == idCpuSaved) 750 750 { 751 751 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.