From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17092 invoked by alias); 22 Jun 2015 13:03:02 -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 17017 invoked by uid 89); 22 Jun 2015 13:03:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f51.google.com Received: from mail-pa0-f51.google.com (HELO mail-pa0-f51.google.com) (209.85.220.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 22 Jun 2015 13:03:00 +0000 Received: by pabvl15 with SMTP id vl15so87670593pab.1 for ; Mon, 22 Jun 2015 06:02:58 -0700 (PDT) X-Received: by 10.66.243.69 with SMTP id ww5mr59542563pac.106.1434978178717; Mon, 22 Jun 2015 06:02:58 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id fp3sm19883669pdb.52.2015.06.22.06.02.56 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 22 Jun 2015 06:02:57 -0700 (PDT) From: Yao Qi To: Yao Qi Cc: Sergio Durigan Junior , gdb-patches@sourceware.org Subject: Re: [PATCH] A new board file remote-gdbserver-on-localhost.exp References: <1429796515-26821-1-git-send-email-qiyaoltc@gmail.com> <87zj5xco4s.fsf@redhat.com> <86vbggwovz.fsf@gmail.com> Date: Mon, 22 Jun 2015 13:03:00 -0000 In-Reply-To: <86vbggwovz.fsf@gmail.com> (Yao Qi's message of "Tue, 28 Apr 2015 11:03:44 +0100") Message-ID: <864mlzsxom.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-06/txt/msg00437.txt.bz2 Yao Qi writes: > From: Yao Qi > Date: Tue, 28 Apr 2015 10:59:04 +0100 > Subject: [PATCH] Add comments on using board file remote-gdbserver-on-lo= calhost.exp > > This commit is to add comments on using this board file and the > requirements on localhost. > > gdb/testsuite: > > 2015-04-28 Yao Qi > > * boards/remote-gdbserver-on-localhost.exp: Add comments. I've pushed it in. --=20 Yao (=E9=BD=90=E5=B0=A7)