================ @@ -339,12 +339,9 @@ void REPL::IOHandlerInputComplete(IOHandler &io_handler, std::string &code) { const char *expr_prefix = nullptr; lldb::ValueObjectSP result_valobj_sp; + lldb::ExpressionResults execution_results = UserExpression::Evaluate( + exe_ctx, expr_options, code.c_str(), expr_prefix, result_valobj_sp); Status error; ---------------- adrian-prantl wrote:
It's used on the very next line. https://github.com/llvm/llvm-project/pull/117186 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits