mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
updated.
This commit is contained in:
parent
24c13b9b01
commit
9fc30087ce
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
2003-08-07 Alain Magloire
|
||||
|
||||
* ICDIVariableManager.java:
|
||||
Remove the unused method getVariableObject(ICDIStackframe, String)
|
||||
and getArgumentObject(ICDIStackframe, String).
|
||||
Rename getVariableObject(String, String, String) to
|
||||
getGlobalVariableObject.
|
||||
|
||||
* CDebugModel.java: Refactoring of ICDIVariableManager.
|
||||
|
||||
2003-08-06 Mikhail Khodjaiants
|
||||
Added the implementation of the 'getType' and 'getTypeName' methods of the 'CVaraible:ErrorVariable' class.
|
||||
* CVariable.java
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-08-07 Alain Magloire
|
||||
|
||||
* src/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java:
|
||||
Update the interface to reflect ICDIVariableManager.
|
||||
|
||||
2003-08-06 Mikhail Khodjaiants
|
||||
* src/org/eclipse/cdt/debug/mi/core/cdi/model/type/ArrayValue.java:
|
||||
Removed the unused local variable 'children' from the 'getVariables' method.
|
||||
|
|
Loading…
Add table
Reference in a new issue