mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 243632 There was a typo in the code for resuming all threads.
This commit is contained in:
parent
f5c6039248
commit
c26e38fedc
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ public class MIRunControlNS extends AbstractDsfService implements IRunControl
|
||||||
}
|
}
|
||||||
|
|
||||||
private void doResumeContainer(IContainerDMContext context, final RequestMonitor rm) {
|
private void doResumeContainer(IContainerDMContext context, final RequestMonitor rm) {
|
||||||
MIExecContinue cmd = new MIExecContinue(context, false);
|
MIExecContinue cmd = new MIExecContinue(context, true);
|
||||||
fConnection.queueCommand(cmd, new DataRequestMonitor<MIInfo>(getExecutor(), rm));
|
fConnection.queueCommand(cmd, new DataRequestMonitor<MIInfo>(getExecutor(), rm));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue