1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00
This commit is contained in:
Alain Magloire 2003-04-22 20:56:55 +00:00
parent 8e88d4cc83
commit 1fcbc804ab

View file

@ -1,3 +1,14 @@
2003-04-21 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/Target.java (suspend):
Remove the delay of 10 secs.
* src/org/eclipse/cdt/debug/mi/core/MIInferior.java (interrupt):
Do a delay of 10 secs to allow time for the inferior to stop.
* src/org/eclipse/cdt/debug/mi/core/MISession.java (terminate) :
Clear the EventQueue, if we restart.
* src/org/eclipse/cdt/debug/mi/core/Queue (isEmpty):
New method.
2003-04-21 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/GDBDebugger.java: