1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00

[258284] 'stoprecord' command is now 'record stop' in GDB

This commit is contained in:
Marc Khouzam 2009-04-30 14:50:01 +00:00
parent ac9667d8bd
commit 3e076926e0

View file

@ -427,7 +427,7 @@ public class GDBRunControl_7_0 extends MIRunControl implements IReverseRunContro
}); });
} else { } else {
getConnection().queueCommand( getConnection().queueCommand(
new RawCommand(context, "stoprecord"), //$NON-NLS-1$ new RawCommand(context, "record stop"), //$NON-NLS-1$
new DataRequestMonitor<MIInfo>(getExecutor(), rm) { new DataRequestMonitor<MIInfo>(getExecutor(), rm) {
@Override @Override
public void handleSuccess() { public void handleSuccess() {