================ @@ -164,7 +164,8 @@ void EvaluateRequestHandler::operator()( dap.focus_tid = frame.GetThread().GetThreadID(); } auto result = RunLLDBCommandsVerbatim(dap.debugger, llvm::StringRef(), - {std::string(expression)}); + {std::string(expression)}, + /*echo_commands*/ false); ---------------- walter-erquinigo wrote:
```suggestion /*echo_commands=*/ false); ``` https://github.com/llvm/llvm-project/pull/135008 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits