1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-21 16:05:25 +02:00
This commit is contained in:
Alain Magloire 2003-09-30 20:34:07 +00:00
parent d296af351f
commit 148f6add3c
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-09-30 Alain Magloire
ICDIVariableObject been updated with a new method.
* CVariable.java
* ICDIVariable.java
2003-10-29 Mikhail Khodjaiants 2003-10-29 Mikhail Khodjaiants
Fix for PR 43856: Format doesn't work for wchar_t. Fix for PR 43856: Format doesn't work for wchar_t.
* CValue.java * CValue.java

View file

@ -1,3 +1,9 @@
2003-09-30 Alain Magloire
ICDIVariableObject.equals();
* src/org/eclipse/cdt/debug/mi/core/cdi/model/VariableObject.java
2003-09-29 Mikhail Khodjaiants 2003-09-29 Mikhail Khodjaiants
Added the initialization of the shared libraries' attributes to CygwinGDBDebugger. Added the initialization of the shared libraries' attributes to CygwinGDBDebugger.