mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
change state to be connectetd.
This commit is contained in:
parent
683b557bd2
commit
3a38658386
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ MIPlugin.getDefault().debugLog(line);
|
|||
} else if ("exit".equals(state)) {
|
||||
// No need to do anything, terminate() will.
|
||||
} else if ("connected".equals(state)) {
|
||||
session.getMIInferior().setConnected();
|
||||
session.getMIInferior().setAttached();
|
||||
}
|
||||
|
||||
// Clear the accumulate oobList on each new Result Command
|
||||
|
|
Loading…
Add table
Reference in a new issue