1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
This commit is contained in:
Alain Magloire 2003-03-20 02:32:11 +00:00
parent 2c2ea7b218
commit a8441e44f1

View file

@ -1,3 +1,14 @@
2003-03-19 Alain Magloire
Base on PR/patch from Chris Songer.
Assigning a value to a register may have side-effects
on other registers. When assigning, the action is now
to upate again the values. The same for the variables.
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java:
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java:
Method setValue() calls manager.update() after the assignment.
2003-03-17 Alain Magloire 2003-03-17 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java: * src/org/eclipse/cdt/debug/mi/core/cdi/model/StackFrame.java: