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:
parent
ac9667d8bd
commit
3e076926e0
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue