* gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
response.
+2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
+ response.
+
2013-04-04 Stan Shebs <stan@codesourcery.com>
Pedro Alves <palves@redhat.com>
# Force GDB to talk with GDBserver, so that we can get the
# "connection closed" error.
-gdb_test "tstatus" "Remote connection closed"
+gdb_test "tstatus" {Remote connection closed|Remote communication error\. Target disconnected\.: Connection reset by peer\.}