================
@@ -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) {
----------------
JDevlieghere wrote:

I think the `DescriptionLevel` from my previous comment should be sufficient. 
If we know of other things that we want to add, having an options structure 
could still be better.

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