From ad5028bba4f5d62a6482b8297e02c9405a0f7a95 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Thu, 11 Sep 2003 20:58:25 +0000 Subject: [PATCH] Detail Pane values for casted variables. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index ec414058868..204f3c979d2 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,8 @@ +2003-11-10 Mikhail Khodjaiants + Detail Pane values for casted variables. + * CVariable.java: the qualified name should be chached in the InternalVariable instance + * CArrayPartition.java: added new field to store the chached value of the qualified name + 2003-11-10 Mikhail Khodjaiants Moving the shared library search paths block to mi UI. * ICDTLaunchConfigurationConstants.java: moved the 'ATTR_DEBUGGER_SOLIB_PATH' attribute to mi.