public interface IExpressionEvaluator
CreateExpression | 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. |
EvaluateExpression | Asks GDB to evaluate a given C/C++ expression and returns a structured result. |
EvaluateSubExpression | |
ExamineMemoryAsString |