================
@@ -1261,15 +1262,31 @@ lldb::SBValue SBValue::EvaluateExpression(const char
*expr,
bool SBValue::GetDescription(SBStream &description) {
LLDB_INSTRUMENT_VA(this, description);
+ return GetDescription(description, eDescriptionLevelFull);
----------------
DrSergei wrote:
Fixed, thanks!
https://github.com/llvm/llvm-project/pull/170644
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits