[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:34 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);
----------------
JDevlieghere wrote:

Can we use the `DescriptionLevel` enum for this?

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


More information about the lldb-commits mailing list