summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-04-21 17:20:55 +0100
committerPedro Alves <palves@redhat.com>2015-04-21 19:06:05 +0100
commit1bff05e6a0728fcc7f599dd92a767e3cf36c2b9e (patch)
treeeeeaf8a95a96f42a9282a30ddbd9bef0e865f766
parent53160f1fa587d8ffa7283d534c15ff888905af18 (diff)
downloadbinutils-gdb-users/palves/inferior_spawn_id.tar.gz
Don't set gdb,noinferiorio on gdbserver boardsusers/palves/inferior_spawn_id
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-04-21 Pedro Alves <palves@redhat.com> * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
-rw-r--r--gdb/testsuite/boards/gdbserver-base.exp3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/boards/gdbserver-base.exp b/gdb/testsuite/boards/gdbserver-base.exp
index c77dc6e17a0..ec24d5aa50a 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