================
@@ -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);
----------------
JDevlieghere wrote:
Nit: there should always be a newline after `LLDB_INSTRUMENT_*`.
https://github.com/llvm/llvm-project/pull/170644
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits