From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32735 invoked by alias); 20 Jan 2012 19:54:07 -0000 Received: (qmail 32727 invoked by uid 22791); 20 Jan 2012 19:54:06 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Jan 2012 19:53:54 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0KJrolU030055 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Jan 2012 14:53:51 -0500 Received: from host2.jankratochvil.net (ovpn-116-21.ams2.redhat.com [10.36.116.21]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q0KJrlGJ012938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 20 Jan 2012 14:53:49 -0500 Date: Fri, 20 Jan 2012 19:57:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: testsuite: native/non-extended/extended modes [Re: [PATCH] PR threads/10729: x86 hw watchpoints and non-stop mode] Message-ID: <20120120195346.GA4332@host2.jankratochvil.net> References: <201112051601.59664.pedro@codesourcery.com> <201112131801.20730.pedro@codesourcery.com> <20111213191858.GA30724@host2.jankratochvil.net> <201112161516.56808.pedro@codesourcery.com> <20120120194529.GA856@host2.jankratochvil.net> <4F19C5A9.3010205@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F19C5A9.3010205@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2012-01/txt/msg00743.txt.bz2 On Fri, 20 Jan 2012 20:51:05 +0100, Pedro Alves wrote: > Just skip it if use_gdb_stub is set (meaning, non-extended-remote). > extended-remote behaves like native for the most part, so it doesn't > set use_gdb_stub, and the test will run there as well. True, that's simple. Thanks, Jan