From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16609 invoked by alias); 9 Dec 2010 22:13:01 -0000 Received: (qmail 16577 invoked by uid 22791); 9 Dec 2010 22:13:00 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Dec 2010 22:12:54 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 2B28D1301C; Thu, 9 Dec 2010 14:12:52 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 21D888E939; Thu, 9 Dec 2010 14:12:52 -0800 (PST) Message-ID: <4D015463.5020102@vmware.com> Date: Thu, 09 Dec 2010 22:13:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101103) MIME-Version: 1.0 To: Jan Kratochvil CC: "gdb-patches@sourceware.org" Subject: Re: [rfa] break-entry.exp: suppress test if remote target References: <4CFE8C9D.2060108@vmware.com> <20101209214033.GA13419@host0.dyn.jankratochvil.net> In-Reply-To: <20101209214033.GA13419@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-12/txt/msg00123.txt.bz2 Jan Kratochvil wrote: > On Tue, 07 Dec 2010 20:35:57 +0100, Michael Snyder wrote: >> This test doesn't work on remote targets (gdbserver), because it >> sets a breakpoint at _start, which is also the current pc. We never >> hit a breakpoint at the current pc when we continue. > > Your patch is out of sync with HEAD so you may not need this patch: > > commit 787ced139be0421e8c5e0fbfe7ff5429d8b67601 > Author: Nathan Froyd > Date: Fri Nov 12 21:47:47 2010 +0000 > > gdb/testsuite/ > * gdb.base/break-entry.exp: Skip if using a stub. I see. I was on the 7.2 branch. Thanks.