mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
e14cadc60a
commit
03a2f1d859
1 changed files with 79 additions and 82 deletions
|
@ -58,7 +58,6 @@ import org.eclipse.debug.core.model.IProcess;
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
*/
|
*/
|
||||||
public class StartOrRestartProcessSequence_7_0 extends ReflectionSequence {
|
public class StartOrRestartProcessSequence_7_0 extends ReflectionSequence {
|
||||||
|
|
||||||
private IGDBControl fCommandControl;
|
private IGDBControl fCommandControl;
|
||||||
private CommandFactory fCommandFactory;
|
private CommandFactory fCommandFactory;
|
||||||
private IGDBProcesses fProcService;
|
private IGDBProcesses fProcService;
|
||||||
|
@ -93,7 +92,6 @@ public class StartOrRestartProcessSequence_7_0 extends ReflectionSequence {
|
||||||
// Therefore, doing it like this is more future-proof.
|
// Therefore, doing it like this is more future-proof.
|
||||||
private final DataRequestMonitor<IContainerDMContext> fDataRequestMonitor;
|
private final DataRequestMonitor<IContainerDMContext> fDataRequestMonitor;
|
||||||
|
|
||||||
|
|
||||||
protected IContainerDMContext getContainerContext() {
|
protected IContainerDMContext getContainerContext() {
|
||||||
return fContainerDmc;
|
return fContainerDmc;
|
||||||
}
|
}
|
||||||
|
@ -107,8 +105,8 @@ public class StartOrRestartProcessSequence_7_0 extends ReflectionSequence {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public StartOrRestartProcessSequence_7_0(DsfExecutor executor, IContainerDMContext containerDmc, Map<String, Object> attributes,
|
public StartOrRestartProcessSequence_7_0(DsfExecutor executor, IContainerDMContext containerDmc,
|
||||||
boolean restart, DataRequestMonitor<IContainerDMContext> rm) {
|
Map<String, Object> attributes, boolean restart, DataRequestMonitor<IContainerDMContext> rm) {
|
||||||
super(executor, rm);
|
super(executor, rm);
|
||||||
|
|
||||||
assert executor != null;
|
assert executor != null;
|
||||||
|
@ -461,5 +459,4 @@ public class StartOrRestartProcessSequence_7_0 extends ReflectionSequence {
|
||||||
// (multi-process), so we want to use -exec-run
|
// (multi-process), so we want to use -exec-run
|
||||||
return backend.getSessionType() == SessionType.REMOTE && !backend.getIsAttachSession();
|
return backend.getSessionType() == SessionType.REMOTE && !backend.getIsAttachSession();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue