Lines Matching refs:expr_str
1485 std::string expr_str(command, expr_content_start, in PreprocessCommand() local
1511 target->EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(), in PreprocessCommand()
1534 expr_str.c_str()); in PreprocessCommand()
1541 expr_str.c_str()); in PreprocessCommand()
1555 "expression setup error for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1559 "expression parse error for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1564 expr_str.c_str()); in PreprocessCommand()
1570 "expression discarded for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1574 "expression interrupted for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1579 expr_str.c_str()); in PreprocessCommand()
1583 "expression timed out for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1589 expr_str.c_str()); in PreprocessCommand()