Lines Matching defs:expr_str
1787 std::string expr_str(command, expr_content_start,
1789 error = PreprocessToken(expr_str);
1795 command.insert(start_backtick, std::string(expr_str));
1796 pos = start_backtick + expr_str.size();
1802 CommandInterpreter::PreprocessToken(std::string &expr_str) {
1823 target.EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(),
1839 expr_str = value_strm.GetData();
1845 expr_str.c_str());
1852 expr_str.c_str());
1866 "for the expression '" + expr_str + "'";