Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] DSF (GDB only?) question: Can an IExpressionDMC be a parent of another IExpressionDMC

Looking at the constructors of MIExpressionDMC, and also MIExpressions.createExpression it seems that the direct parent of a MIExpressionDMC can only be a IFrameDMContext, IExecutionDMContext, or IMemoryDMContext.

 

If I have an IExpressionDMContext that is a child of another IExpressionDMContext (e.g. in the variables view a member of a class), shouldn’t this IExpressionDMConext not also be returned by the IDMContext.getParants()?

 

Jens

 


Back to the top