From 9fc30087ceb275914f50b1ca8ce319d7271eb52d Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 8 Aug 2003 01:59:38 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 10 ++++++++++ debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index a6a30d83c93..fc7c49d07de 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -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 diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 61bc7fb9b91..77e4cd5c4cf 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -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.