1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

change state to be connectetd.

This commit is contained in:
Alain Magloire 2002-10-03 13:49:21 +00:00
parent 683b557bd2
commit 3a38658386

View file

@ -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