1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00

Try to detect when gdb dies unexpectely(sp?).

This commit is contained in:
Alain Magloire 2002-09-07 14:48:26 +00:00
parent c437685dfd
commit 42e4cbf928

View file

@ -73,6 +73,7 @@ MIPlugin.getDefault().debugLog(line);
}
} catch (IOException e) {
//e.printStackTrace();
}
// This code should be executed when gdb been abruptly
// or unxepectedly killed. This is detected by checking
// if the channelInputStream is not null. In normal case
@ -90,7 +91,6 @@ MIPlugin.getDefault().debugLog(line);
clean.start();
}
}
}
/**
* Search for the command in the RxQueue, set the MIOutput