1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2003-12-09 16:11:46 +00:00
parent d2f10d5cf1
commit 5faa541664

View file

@ -1,3 +1,9 @@
2003-12-09 Alain Magloire
Do not try to interrupt if the target was suspended.
* src/org/eclipse/cdt/debug/mi/core/MIInferior.java
2003-12-08 Alain Magloire
Target.terminate() did not pass the exception up.