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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 11 16:24:42 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.
----------------
clayborg wrote:

s/appropraite/appropriate/

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


More information about the lldb-commits mailing list