1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00
This commit is contained in:
Alain Magloire 2003-08-21 14:53:51 +00:00
parent bf1f86abc1
commit 5cd6a01bd6

View file

@ -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