1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00
This commit is contained in:
Alain Magloire 2003-03-14 16:23:24 +00:00
parent 22bf3e3fd6
commit eb65a10890

View file

@ -1,3 +1,14 @@
2003-03-14 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Argument.java:
New method getArgumentObject().
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java:
New method getRegisterObject().
* src/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java:
Checks for ICDIVariable and ICDIArgument since they are now ICDIVariableObject too.
* src/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java:
Checks for ICDIRegister when creating since they are now ICDIRegisterObject too.
2003-03-13 Alain Magloire 2003-03-13 Alain Magloire
Small bug fix Small bug fix