Asks GDB to evaluate a given C/C++ expression and returns an object that can be used to get more information about the expression and its children.
If the evaluation fails, the method returns null. Otherwise it returns an object implementing the IExpression interface that allows querying various information about the expression.
IExpressionEvaluator Interface | VisualGDBExpressions Namespace