mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 04:45:38 +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.
|
// We really should set it to false when GDB supports it though.
|
||||||
// Something to fix later.
|
// Something to fix later.
|
||||||
if (isNonStop) {
|
if (isNonStop) {
|
||||||
// The raw commands should not be necessary in the official GDB release
|
|
||||||
fCommandControl.queueCommand(
|
fCommandControl.queueCommand(
|
||||||
fCommandFactory.createMIGDBSetTargetAsync(fCommandControl.getContext(), true),
|
fCommandFactory.createMIGDBSetTargetAsync(fCommandControl.getContext(), true),
|
||||||
new DataRequestMonitor<MIInfo>(getExecutor(), requestMonitor) {
|
new DataRequestMonitor<MIInfo>(getExecutor(), requestMonitor) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue