Home
last modified time | relevance | path

Searched refs:expr_str (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1754 std::string expr_str(command, expr_content_start, in PreprocessCommand() local
1756 error = PreprocessToken(expr_str); in PreprocessCommand()
1762 command.insert(start_backtick, std::string(expr_str)); in PreprocessCommand()
1763 pos = start_backtick + expr_str.size(); in PreprocessCommand()
1769 CommandInterpreter::PreprocessToken(std::string &expr_str) { in PreprocessToken() argument
1790 target.EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(), in PreprocessToken()
1806 expr_str = value_strm.GetData(); in PreprocessToken()
1811 expr_str.c_str()); in PreprocessToken()
1817 expr_str.c_str()); in PreprocessToken()
1831 error.SetErrorString(result + "for the expression '" + expr_str + "'"); in PreprocessToken()