[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


================
@@ -318,7 +318,7 @@ class LLDB_API SBValue {
 
   lldb::SBValue Persist();
 
-  bool GetDescription(lldb::SBStream &description);
+  bool GetDescription(lldb::SBStream &description, bool short_mode = false);
----------------
ashgti wrote:

Can we add documentation here and explain how `short_mode` works?

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


More information about the lldb-commits mailing list