From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12291 invoked by alias); 25 Sep 2014 15:00:20 -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 12276 invoked by uid 89); 25 Sep 2014 15:00:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS 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; Thu, 25 Sep 2014 15:00:18 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8PF0En0017862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 25 Sep 2014 11:00:15 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8PF0Bqo006727; Thu, 25 Sep 2014 11:00:12 -0400 Message-ID: <54242DFA.4010300@redhat.com> Date: Thu, 25 Sep 2014 15:00:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Pedro Alves , Jan Kratochvil CC: Yao Qi , gdb-patches@sourceware.org Subject: Re: Regression for gdb.mi/mi-nsintrall.exp [Re: [PATCH v4 3/3] Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"] References: <1410994028-24282-1-git-send-email-palves@redhat.com> <1410994028-24282-4-git-send-email-palves@redhat.com> <87r3z9zopi.fsf@codesourcery.com> <541C7E77.6060704@redhat.com> <541E9E40.8070308@redhat.com> <541FD33E.1050309@codesourcery.com> <541FE82C.5020004@redhat.com> <20140923083115.GA2300@host2.jankratochvil.net> <54219F58.5070005@redhat.com> In-Reply-To: <54219F58.5070005@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-09/txt/msg00736.txt.bz2 On 09/23/2014 05:27 PM, Pedro Alves wrote: > On 09/23/2014 09:31 AM, Jan Kratochvil wrote: >> On Mon, 22 Sep 2014 11:13:16 +0200, Pedro Alves wrote: >>> Below's what I pushed for this patch. >> >> a25a5a45ef9340eb9a435f9b70599a90bb142658 is the first bad commit >> commit a25a5a45ef9340eb9a435f9b70599a90bb142658 >> Author: Pedro Alves >> Date: Mon Sep 22 09:56:55 2014 +0100 >> Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" >> >> Tested in gdbserver mode with gdb.mi/mi-nsintrall.exp on Fedora 20 x86_64. >> >> It FAILs under 10 runs. > > I can reproduce it. Looking. Fix is here: https://sourceware.org/ml/gdb-patches/2014-09/msg00732.html Thanks, Pedro Alves