mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
updated.
This commit is contained in:
parent
c857a4eaf2
commit
7a4da108d7
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2003-05-29 Alain Magloire
|
||||||
|
|
||||||
|
* src/org/eclipse/cdt/debug/core/cdi/model/type/ICDIIntegralValue.java:
|
||||||
|
public long longValue() throws CDIException;
|
||||||
|
public int intValue() throws CDIException;
|
||||||
|
public short shortValue() throws CDIException;
|
||||||
|
public int byteValue() throws CDIException;
|
||||||
|
|
||||||
2003-05-29 Mikhail Khodjaiants
|
2003-05-29 Mikhail Khodjaiants
|
||||||
Added new methods to ICVariable to vizualize arrays and structures based
|
Added new methods to ICVariable to vizualize arrays and structures based
|
||||||
on the new CDI types.
|
on the new CDI types.
|
||||||
|
|
Loading…
Add table
Reference in a new issue