From 5cd6a01bd67e8e16a4f8896305439f7510244ab7 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 21 Aug 2003 14:53:51 +0000 Subject: [PATCH] updated. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 08925fe8b40..8a9d97f3090 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,14 @@ +2003-08-21 Alain Magloire + + GDB varobj for the arrays children name only returns + the index. We need to construct the entire name: + char buffer[2] + GDB return "0", "1" for the children names. + We will return + "buffer[0]", "buffer[1]" + + * src/org/eclipse/cdt/debug/mi/core/cdi/Variable.java + 2003-08-20 Alain Magloire GDB/MI altough define an interface that all commands should