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:
parent
43fc6eaaac
commit
0db4efab5f
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue