From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25646 invoked by alias); 30 Jul 2012 18:09:14 -0000 Received: (qmail 25635 invoked by uid 22791); 30 Jul 2012 18:09:13 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jul 2012 18:08:54 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SvuOg-0004Ai-O7 from Maciej_Rozycki@mentor.com ; Mon, 30 Jul 2012 11:08:50 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 30 Jul 2012 11:08:50 -0700 Received: from [172.30.3.159] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Mon, 30 Jul 2012 19:08:48 +0100 Date: Mon, 30 Jul 2012 18:09:00 -0000 From: "Maciej W. Rozycki" To: Jan Kratochvil CC: Joel Brobecker , Philippe Waroquiers , Pedro Alves , Subject: Re: [patchv2] Write bpt at the ON_STACK bpt address In-Reply-To: <20120728060538.GA1698@host2.jankratochvil.net> Message-ID: References: <1343075809.2209.53.camel@soleil> <501009AE.40901@redhat.com> <1343247870.2240.29.camel@soleil> <20120725212653.GC2767@adacore.com> <1343252775.2240.51.camel@soleil> <20120725223933.GD2767@adacore.com> <20120726212339.GA1710@host2.jankratochvil.net> <20120727160200.GA6628@host2.jankratochvil.net> <20120728060538.GA1698@host2.jankratochvil.net> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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-07/txt/msg00772.txt.bz2 On Sat, 28 Jul 2012, Jan Kratochvil wrote: > > Sadly there are some regressions in the baseline I used, compared to the > > last previous test results I obtained a couple weeks ago. Specifically > > these: > > > > FAIL: gdb.base/dprintf.exp: 1st dprintf, gdb > > FAIL: gdb.base/dprintf.exp: 2nd dprintf, gdb > [ and other FAILs ] > > It was a very recent regression lasting only one day, fixed by Keith: > Re: [PATCH Bug breakpoints/14381] Fix linespec to parse file name that begin with decimal numbers > http://sourceware.org/ml/gdb-patches/2012-07/msg00593.html OK, thanks, now gone indeed. Maciej