[Lldb-commits] [lldb] [lldb-dap] Add clipboard context support (PR #170644)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 4 09:04:01 PST 2025


================
@@ -1270,6 +1270,11 @@ bool SBValue::GetDescription(SBStream &description) {
     DumpValueObjectOptions options;
     options.SetUseDynamicType(m_opaque_sp->GetUseDynamic());
     options.SetUseSyntheticValue(m_opaque_sp->GetUseSynthetic());
+    if (short_mode) {
----------------
ashgti wrote:

Is any of this affected by the `dwim-print-verbosity` setting?
Should we print the value using `dwim-print`? I'm not sure if this is different than `dwim-print`.

https://github.com/llvm/llvm-project/pull/170644


More information about the lldb-commits mailing list