================
@@ -1259,7 +1259,7 @@ lldb::SBValue SBValue::EvaluateExpression(const char
*expr,
return result;
}
-bool SBValue::GetDescription(SBStream &description) {
+bool SBValue::GetDescription(SBStream &description, bool short_mode) {
----------------
ashgti wrote:
I wonder if we need to add a `SBValueDescriptionOptions` that includes a few
more of the potential values for customizing the description.
Maybe that. can be a separate PR, but I wonder if we could use this to simplify
VariableDescription and maybe have it generate the auto-summaries.
https://github.com/llvm/llvm-project/pull/170644
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits