* 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-08 Pedro Alves <palves@redhat.com>
* gdb.mi/mi-break.exp (test_error): Add tests with garbage after
# 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\.}