Home | History | Annotate | Download | only in Commands

Lines Matching defs:expr

192    expr my_struct->a = my_array[3] \n\
193 expr -f bin -- (index * 8) + 5 \n\
194 expr unsigned int $foo = 5\n\
195 expr char c[] = \"foo\"; c[0]\n");
311 const char *expr,
344 exe_results = target->EvaluateExpression (expr,
423 const char * expr = NULL;
471 expr = end_options;
472 while (::isspace (*expr))
473 ++expr;
496 if (expr == NULL)
497 expr = command;
499 if (EvaluateExpression (expr, &(result.GetOutputStream()), &(result.GetErrorStream()), &result))