From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4792 invoked by alias); 20 Mar 2014 12:16:34 -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 4777 invoked by uid 89); 20 Mar 2014 12:16:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Mar 2014 12:16:31 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1WQbtb-00066x-LH from Yao_Qi@mentor.com ; Thu, 20 Mar 2014 05:16:27 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 20 Mar 2014 05:16:27 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Thu, 20 Mar 2014 05:16:26 -0700 Message-ID: <532ADB8B.904@codesourcery.com> Date: Thu, 20 Mar 2014 12:16:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Jan Kratochvil CC: , Aleksandar Ristovski Subject: Re: [PATCH v4 8/8] Tests for validate symbol file using build-id References: <20140302195248.10290.22958.stgit@host1.jankratochvil.net> <20140302195349.10290.47187.stgit@host1.jankratochvil.net> <531D332F.10309@codesourcery.com> <20140319223307.GB5398@host2.jankratochvil.net> In-Reply-To: <20140319223307.GB5398@host2.jankratochvil.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00484.txt.bz2 On 03/20/2014 06:33 AM, Jan Kratochvil wrote: > If you ask why I have removed the linux-nat support as it regressed linux-nat > functionality reading wrong build-id for local files, described in: > https://sourceware.org/ml/gdb-patches/2014-02/msg00842.html > OK, thanks. > If you ask why it does not work for gdbserver running on a different computer > - that could be working but I have never run such a setup, I do not think > I would get all the uploads/downloads right without testing and I just did not > want to put more time into setting it up and fixing all. > If the test can be run with boar file native-gdbserver.exp, it should be ok to run with gdbserver on a remote machine, assuming the board file is written correctly. > But in the meantime upon other discussions this '!= "localhost:"' condition > has been removed, the testcase is apparently broken with different-filesystem > gdbserver but someone occasionally fixing up such testcases should find it > more easier than if the testcase disable was present there. Good to see '!= "localhost:"' condition is removed. -- Yao (齐尧)