1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
This commit is contained in:
Alain Magloire 2003-08-08 01:59:38 +00:00
parent 24c13b9b01
commit 9fc30087ce
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2003-08-07 Alain Magloire
* ICDIVariableManager.java:
Remove the unused method getVariableObject(ICDIStackframe, String)
and getArgumentObject(ICDIStackframe, String).
Rename getVariableObject(String, String, String) to
getGlobalVariableObject.
* CDebugModel.java: Refactoring of ICDIVariableManager.
2003-08-06 Mikhail Khodjaiants
Added the implementation of the 'getType' and 'getTypeName' methods of the 'CVaraible:ErrorVariable' class.
* CVariable.java

View file

@ -1,3 +1,8 @@
2003-08-07 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java:
Update the interface to reflect ICDIVariableManager.
2003-08-06 Mikhail Khodjaiants
* src/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java:
Removed the unused local variable 'children' from the 'getVariables' method.