================
@@ -836,7 +837,7 @@ std::string 
VariableDescription::GetResult(protocol::EvaluateContext context) {
   // Try the SBValue::GetDescription(), which may call into language runtime
   // specific formatters (see ValueObjectPrinter).
   lldb::SBStream stream;
-  v.GetDescription(stream);
+  v.GetDescription(stream, context == protocol::eEvaluateContextClipboard);
----------------
ashgti wrote:

style nit: Can we add `/*short_mode=*/` for the second param?

https://github.com/llvm/llvm-project/pull/170644
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to