From 23349206639609905bd91d617b0a37238d25c5b4 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 3 Jun 2003 19:46:14 +0000 Subject: [PATCH] update. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 1313484aa9c..813b8e37321 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,8 @@ +2003-06-03 Alain Magloire + + * src/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java + (getType): save the head of the type for the return value. + 2003-06-02 Alain Magloire Enable the new type parsing with the class GDBTypeParser.