From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91584 invoked by alias); 5 May 2015 15:53:24 -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 91575 invoked by uid 89); 5 May 2015 15:53:24 -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 (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 05 May 2015 15:53:23 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 2478FDBB for ; Tue, 5 May 2015 15:53:22 +0000 (UTC) Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t45FrL9E020581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 5 May 2015 11:53:21 -0400 Message-ID: <5548E771.1020608@redhat.com> Date: Tue, 05 May 2015 15:53:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH 12/18] Implement completion limiting for sim_command_completer. References: <20150413192235.29172.13097.stgit@valrhona.uglyboxes.com> <20150413192331.29172.23243.stgit@valrhona.uglyboxes.com> <20150414152837.GA872@vapier> <5548DBC2.5010408@redhat.com> <20150505153422.GS30924@vapier> In-Reply-To: <20150505153422.GS30924@vapier> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00073.txt.bz2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 05/05/2015 08:34 AM, Mike Frysinger wrote: > that's pretty trivial to get though > > $ mkdir build $ cd build $ ../configure --target=ft32-elf $ make > all-gdb $ ./gdb/gdb (gdb) target sim (gdb) sim Sure, and thanks to you [:-)] I did a nearly trivial amount of digging and found what *might* be a reliable way to test if the test suite is using a simulator target. mi-support.exp's mi_gdb_target_load tests "target_info protocol" for "sim". So looks like I might actually be able to generically write a test for this. Thanks for the prodding! Keith -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVSOdxAAoJEM4/L8mVMm6z/+sP/RfHfZi3Ftw+jJfjmJri7xM6 i2nS5kVlvCd6tCxLIEIW9d8epHqkMK75UsclV7SLuiwjHwh3n4dZUxCP6LpgGLbM ww2nL46qk3KAzVLI+phIHqso1lZRVbp2cWrS1ipEbfoaRwig3dfeWJX3WLa0pJSa +tw6rdTZ6kKFqqGh0kTrvVwG3gQNg9vFJ1t/7y10Eug7uswc7SVKA6oxGEuPPspo R+6GJOkkfL4CfJh9HqztPCd4FdEnG6nn2FILpcVuXeXdVVMw0ls/AMTIltMkXB/V 4pTrtIBQm3mu5jC4NyL+RXdQ+f8u3rqBv9AOm7WRAAF658ic1qqUPcpVUYOPwvOd xlFg3Wz7f8QZSn6+I8t2bx7YTbdWTEUoQN7h7HQBoFKyZfrs938Rwf2Y+b0udqyi R8jnaWLEsOfCeZL6qH29O7UUwDsAIL6URMZaddQRHk4q48sO34+7k2gXQnDBMZgw zzb093al0xPKKD7Qb4xJ4UqG2YGygOScPJTuupiszFLuL8TdQFKFZjDL46XeuD82 RiGd9+XY6hT8nt3zgDReAAy2EoiXq7UASkz87AI1UFzJeV5fanqJKhKIUUeI7+eh eCLo5lYnNweHoKm1NnvajH8Hm+KmwRT87QgN5W+YJmV8lddBqRXsXI+H6vGYGXe2 ifz5rM+n49gHe6XqAAz5 =+5N5 -----END PGP SIGNATURE-----