Home | History | Annotate | Download | only in API

Lines Matching defs:EvaluateExpression

2573 SBTarget::EvaluateExpression (const char *expr, const SBExpressionOptions &options)
2587 log->Printf ("SBTarget::EvaluateExpression called with an empty expression");
2595 log->Printf ("SBTarget()::EvaluateExpression (expr=\"%s\")...", expr);
2606 Host::SetCrashDescriptionWithFormat ("SBTarget::EvaluateExpression (expr = \"%s\", fetch_dynamic_value = %u) %s",
2609 exe_results = target->EvaluateExpression (expr,
2622 log->Printf ("SBTarget::EvaluateExpression () => error: could not reconstruct frame object for this SBTarget.");
2627 expr_log->Printf("** [SBTarget::EvaluateExpression] Expression result is %s, summary %s **",
2632 log->Printf ("SBTarget(%p)::EvaluateExpression (expr=\"%s\") => SBValue(%p) (execution result=%d)",