From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11217 invoked by alias); 20 Mar 2014 13:12:36 -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 11206 invoked by uid 89); 20 Mar 2014 13:12:35 -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,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham 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 ESMTP; Thu, 20 Mar 2014 13:12:33 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2KDCSGP025410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 20 Mar 2014 09:12:28 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2KDCPm8023789; Thu, 20 Mar 2014 09:12:26 -0400 Message-ID: <532AE939.8000805@redhat.com> Date: Thu, 20 Mar 2014 13:12:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Jan Kratochvil CC: Yao Qi , gdb-patches@sourceware.org, 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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-03/txt/msg00490.txt.bz2 On 03/19/2014 10:33 PM, Jan Kratochvil wrote: > On Mon, 10 Mar 2014 04:36:15 +0100, Yao Qi wrote: >> On 03/03/2014 03:53 AM, Jan Kratochvil wrote: >>> gdb/testsuite/ >>> 2014-02-26 Aleksandar Ristovski >> >>> Tests for validate symbol file using build-id. >>> * gdb.base/solib-mismatch-lib.c: New file. >>> * gdb.base/solib-mismatch-libmod.c: New file. >>> * gdb.base/solib-mismatch.c: New file. >>> * gdb.base/solib-mismatch.exp: New file. >> >> Since the test is about GDBserver, so IWBN to move them >> testsuite/gdb.server/ directory. > > Done. Sorry I missed this part of the discussion. I'd rather not put this in gdb.server/. It just happens that GDBserver implements the support for this, but nothing stops other targets from implementing the same. gdb.server/ is about tests that truly have GDBserver specific logic, doing things like gdbserver_start, gdbserver_spawn, gdbserver_start_extended, or some such. -- Pedro Alves