From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97254 invoked by alias); 21 Apr 2015 18:09:08 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 96279 invoked by uid 89); 21 Apr 2015 18:09:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 21 Apr 2015 18:08:59 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3LI8v8h030136 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 21 Apr 2015 14:08:58 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3LI8WLD028722 for ; Tue, 21 Apr 2015 14:08:57 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 24/24] Don't set gdb,noinferiorio on gdbserver boards Date: Tue, 21 Apr 2015 18:09:00 -0000 Message-Id: <1429639711-16459-25-git-send-email-palves@redhat.com> In-Reply-To: <1429639711-16459-1-git-send-email-palves@redhat.com> References: <1429639711-16459-1-git-send-email-palves@redhat.com> X-SW-Source: 2015-04/txt/msg00796.txt.bz2 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 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio. --- gdb/testsuite/boards/gdbserver-base.exp | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.9.3