1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-02-03 21:34:49 +00:00
parent 4c193f6d9e
commit ec7e2e074f

View file

@ -1,3 +1,13 @@
2003-02-03 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/event/ICDIExitEvent.java:
Extends ICDIDestroyedEvent.
(getReason): New method.
* src/org/eclipse/cdt/debug/core/cdi/ICDISignalExitInfo.java:
New file.
* src/org/eclipse/cdt/debug/internal/core/CDebugTarget.java (handleExitEvent):
Change to conform to new ICDIExitEvent changes.
2003-02-03 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/model/ICDISignal.java: