================ @@ -165,7 +173,14 @@ def do_test_scopes_variables_setVariable_evaluate( "hasVariablesReference": True, }, "pt": { - "equals": {"type": "PointType"}, + "equals": { + "type": "PointType", + }, + **( + {"$__lldb_extensions": {"equals": {"autoSummary": "{x:11, y:22}"}}} + if enableAutoVariableSummaries + else {} + ), ---------------- clayborg wrote:
This doesn't look like it is correctly encoded? Typos? https://github.com/llvm/llvm-project/pull/75244 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits