1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 316060: DSF-gdb freezes application while stepping through optimized code

This commit is contained in:
Marc Khouzam 2010-09-09 13:20:09 +00:00
parent ffd8caf56d
commit 266da3242a

View file

@ -591,6 +591,8 @@ public class MIRunControl extends AbstractDsfService implements IMIRunControl, I
? e.getTriggeringContexts()[0] : null;
fSuspended = true;
fStepping = false;
fResumePending = false;
}
/**