aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-07-29 11:09:46 +0100
committerPedro Alves <palves@redhat.com>2015-07-29 11:09:46 +0100
commiteb1a79028c63ca565850c5d64ae60193f90cd841 (patch)
tree85905709a309dcd3f28d134325bc85422ae0ff9e
parent8b75dd3b8a32e790d7d9f1621ad4fbb6d7af9e8e (diff)
downloadgdb-eb1a79028c63ca565850c5d64ae60193f90cd841.zip
gdb-eb1a79028c63ca565850c5d64ae60193f90cd841.tar.gz
gdb-eb1a79028c63ca565850c5d64ae60193f90cd841.tar.bz2
Don't set gdb,noinferiorio on gdbserver boards
As all tests that check gdb,noinferiorio have been adjusted to expect inferior output with "-i $inferior_spawn_id", we can remove this now, and thus enable those tests against gdbserver. gdb/testsuite/ChangeLog: 2015-07-29 Pedro Alves <palves@redhat.com> * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/boards/gdbserver-base.exp3
2 files changed, 4 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b03adc7..0f8de61 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2015-07-29 Pedro Alves <palves@redhat.com>
+ * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
+
+2015-07-29 Pedro Alves <palves@redhat.com>
+
* gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
at the top.
diff --git a/gdb/testsuite/boards/gdbserver-base.exp b/gdb/testsuite/boards/gdbserver-base.exp
index c77dc6e..ec24d5a 100644
--- a/gdb/testsuite/boards/gdbserver-base.exp
+++ b/gdb/testsuite/boards/gdbserver-base.exp
@@ -24,9 +24,6 @@ set_board_info compiler "[find_gcc]"
# Test the copy of gdbserver in the build directory.
set_board_info gdb_server_prog "../gdbserver/gdbserver"
-# Can't do input (or output) in the current gdbserver.
-set_board_info gdb,noinferiorio 1
-
# gdbserver does not intercept target file operations and perform them
# on the host.
set_board_info gdb,nofileio 1