================
@@ -1376,6 +1382,16 @@ void request_evaluate(const llvm::json::Object &request) 
{
     EmplaceSafeString(body, "result", result);
     body.try_emplace("variablesReference", (int64_t)0);
   } else {
+    if (context != "hover") {
----------------
labath wrote:

Should the `!=hover` be `==repl` instead? I don't think we want to repeat the 
expression s from the watch window..

https://github.com/llvm/llvm-project/pull/107485
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to