1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00
This commit is contained in:
Alain Magloire 2003-01-09 20:55:55 +00:00
parent dce9fa5722
commit 9b3dffefa1

View file

@ -1,3 +1,12 @@
2003-01-09 Alain Magloire
* src/.../mi/core/cdi/model/CTarget.java (setCurrentThread): takes
a new argument to decide if the events should be fired.
* src/.../mi/core/cdi/model/CThread.java (getStackFrameCount): use
the setCurrentThread() with events updates disable
(getStackFrames): Ditto.
(updateState): Wrong subscript in the loop.
2003-01-09 Alain Magloire
Generate CreatedEvent's for Variable, Argument, Expression, Memory, Thread