mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
updated.
This commit is contained in:
parent
bf1f86abc1
commit
5cd6a01bd6
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue