mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
updated.
This commit is contained in:
parent
2c2ea7b218
commit
a8441e44f1
1 changed files with 11 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue