Respect supportsMemoryReferences in DAP
[binutils-gdb.git] / gdb / testsuite / lib / dap-support.exp
index 657ad7b29bcd48d66db3d355bfc176d70cb62813..2a0cb886528f027ae7ba21a1ed03e549d7d84f56 100644 (file)
@@ -233,7 +233,8 @@ proc _dap_initialize {name} {
     return [dap_check_request_and_response $name initialize \
                {o clientID [s "gdb testsuite"] \
                     supportsVariableType [l true] \
-                    supportsVariablePaging [l true]}]
+                    supportsVariablePaging [l true] \
+                    supportsMemoryReferences [l true]}]
 }
 
 # Start gdb, send a DAP initialize request, and then a launch request