From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69346 invoked by alias); 24 Apr 2015 09:19:47 -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 69330 invoked by uid 89); 24 Apr 2015 09:19:47 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f174.google.com Received: from mail-pd0-f174.google.com (HELO mail-pd0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 24 Apr 2015 09:19:46 +0000 Received: by pdea3 with SMTP id a3so43843029pde.3 for ; Fri, 24 Apr 2015 02:19:44 -0700 (PDT) X-Received: by 10.66.248.40 with SMTP id yj8mr13137429pac.141.1429867184522; Fri, 24 Apr 2015 02:19:44 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id id2sm10425935pbb.56.2015.04.24.02.19.42 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 24 Apr 2015 02:19:43 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Yao Qi , gdb-patches@sourceware.org Subject: Re: [PATCH 24/24] Don't set gdb,noinferiorio on gdbserver boards References: <1429639711-16459-1-git-send-email-palves@redhat.com> <1429639711-16459-25-git-send-email-palves@redhat.com> <86lhhiyj96.fsf@gmail.com> <55390EBC.5000506@redhat.com> Date: Fri, 24 Apr 2015 09:19:00 -0000 In-Reply-To: <55390EBC.5000506@redhat.com> (Pedro Alves's message of "Thu, 23 Apr 2015 16:24:44 +0100") Message-ID: <868udhyjbo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00929.txt.bz2 Pedro Alves writes: > That actually should stay. The checks for noinferiorio in the testsuite > will still exist and we must continue to make sure that new tests that re= ly > on inferior i/o are skipped if noinferiorio is set, and avoid relying on > inferior i/o if not really necessary. There are non-gdbserver setups that > neither forward inferior i/o through gdb, nor through ssh (that is, throu= gh > a separate $inferior_spawn_id channel), e.g., boards that test embedded s= tubs > that don't do semihosting. Ah, you are right. My brain was in a mess yesterday afternoon, sorry about that. --=20 Yao (=E9=BD=90=E5=B0=A7)