Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] CDI Variable framework [CDT 3.0.1]

Hi,
 
I am implementing the Variable/_expression_ portions of the CDI framework (using CDT 3.0.1), and have two quick questions.
 
Question 1:
The local CDI variables are purposely never disposed (see the CVariable.dispose() method - there is a comment there stating that local variables should not be disposed...).  Is there a reason for this behaviour?
 
Question 2:
The following methods are never being called from anywhere in CDT:
    1. ICDIType.getDetailTypeName()
    2. ICDIExpressionManagement.getExpressions()
    3. ICDIExpressionManagement.destroyExpressions()
    4. ICDIExpressionManagement.destroyAllExpressions()
 
Are there any plans for these methods in the future, or are they deprecated?
 
Thanks,
- 
Baltasar, Texas Instruments.

Back to the top