[Lldb-commits] [lldb] [lldb-dap] Updating VariableDescription to use GetDescription() as a fallback. (PR #77026)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 12 12:52:10 PST 2024


================
@@ -405,6 +405,9 @@ struct VariableDescription {
   /// Create a JSON object that represents these extensions to the DAP variable
   /// response.
   llvm::json::Object GetVariableExtensionsJSON();
+
+  /// Returns a description of the value appropraite for the specified context.
----------------
ashgti wrote:

Done.

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


More information about the lldb-commits mailing list