[Lldb-commits] [lldb] [lldb-dap] Add clipboard context support (PR #170644)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 4 16:18:35 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list