]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/find-unmapped.exp
gdb: Make global feature array a per-remote target array
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / find-unmapped.exp
index 1cf115242c842b33e1151f78c7d1eaf3a596f0db..dd747d58496c737ffe7564236864cdbf9ad56d94 100644 (file)
@@ -78,7 +78,10 @@ if {[target_info gdb_protocol] == "remote"
     || [target_info gdb_protocol] == "extended-remote"} {
     test_not_found 0
     with_test_prefix "search-memory-packet off" {
-       gdb_test_no_output "set remote search-memory-packet off"
+       gdb_test \
+           "set remote search-memory-packet off" \
+           "Support for the 'qSearch:memory' packet on the current remote target is set to \"off\"."
+
        test_not_found 0
     }
 } else {