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

Old comment that is no longer valid.

This commit is contained in:
Marc Khouzam 2010-08-02 01:06:06 +00:00
parent 43fc6eaaac
commit 0db4efab5f

View file

@ -239,7 +239,6 @@ public class FinalLaunchSequence extends Sequence {
// We really should set it to false when GDB supports it though.
// Something to fix later.
if (isNonStop) {
// The raw commands should not be necessary in the official GDB release
fCommandControl.queueCommand(
fCommandFactory.createMIGDBSetTargetAsync(fCommandControl.getContext(), true),
new DataRequestMonitor<MIInfo>(getExecutor(), requestMonitor) {