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-04 19:15:04 +00:00
parent 8709d0675d
commit 658eff89d3

View file

@ -1,3 +1,10 @@
2003-02-03 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java:
* src/org/eclipse/cdt/debug/core/cdi/model/ICDIThread.java:
Added methods, signal(), jump() stepReturn(boolean) to
mimic gdb "return/finish".
2003-02-03 Mikhail Khodjaiants
Implemention of the 'handle' command of the 'Signals' view.
* ICDISignal.java: added the 'handle' method