This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Don't set gdb,noinferiorio on gdbserver boards


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eb1a79028c63ca565850c5d64ae60193f90cd841

commit eb1a79028c63ca565850c5d64ae60193f90cd841
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Jul 29 11:09:46 2015 +0100

    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.

Diff:
---
 gdb/testsuite/ChangeLog                 | 4 ++++
 gdb/testsuite/boards/gdbserver-base.exp | 3 ---
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]