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.