does not support ELF executable class.
+:010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
+ does not support ELF executable class.
+
2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
unsupported $test
return -1
}
+ -re "valgrind: wrong ELF executable class" {
+ unsupported $test
+ return -1
+ }
-re "command not found" {
# The spawn succeeded, but then valgrind was not found - e.g. if
# we spawned SSH to a remote system.