From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24406 invoked by alias); 23 Sep 2014 16:27:10 -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 24394 invoked by uid 89); 23 Sep 2014 16:27:09 -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; Tue, 23 Sep 2014 16:27:08 +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 s8NGR6ZF023007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 23 Sep 2014 12:27:06 -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 s8NGR4WV003410; Tue, 23 Sep 2014 12:27:05 -0400 Message-ID: <54219F58.5070005@redhat.com> Date: Tue, 23 Sep 2014 16:27: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: 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> In-Reply-To: <20140923083115.GA2300@host2.jankratochvil.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-09/txt/msg00700.txt.bz2 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. Thanks, Pedro Alves