From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28943 invoked by alias); 3 Aug 2012 11:23:15 -0000 Received: (qmail 28934 invoked by uid 22791); 3 Aug 2012 11:23:14 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,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, 03 Aug 2012 11:23:01 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q73BMgqd025986 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 3 Aug 2012 07:22:42 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q73BMZE4019434 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 3 Aug 2012 07:22:38 -0400 Date: Fri, 03 Aug 2012 11:23:00 -0000 From: Jan Kratochvil To: Edjunior Barbosa Machado Cc: Sergio Durigan Junior , Philippe Waroquiers , Pedro Alves , Joel Brobecker , gdb-patches@sourceware.org, "Maciej W. Rozycki" , Tom Tromey Subject: Re: [commit+7.5] [patchv2] Write bpt at the ON_STACK bpt address Message-ID: <20120803112235.GA19060@host2.jankratochvil.net> References: <5012B1B6.1030003@redhat.com> <1343339398.2258.119.camel@soleil> <20120727184633.GA14182@host2.jankratochvil.net> <20120731073643.GA18696@host2.jankratochvil.net> <501B03E4.1020209@linux.vnet.ibm.com> <501B17EA.90000@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <501B17EA.90000@linux.vnet.ibm.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-08/txt/msg00103.txt.bz2 On Fri, 03 Aug 2012 02:14:34 +0200, Edjunior Barbosa Machado wrote: > FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork > FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork > FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork > FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork > FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish most probably it is due to ppc-linux-nat.c and s390-nat.c changes still left on archer-jankratochvil-watchpoint3 and not yet upstreamed with the x86* post [patch 1/2] Fix watchpoints across fork #2 http://sourceware.org/ml/gdb-patches/2012-01/msg00748.html It is not a regression, I think it is OK for 7.6 (+Red Hat branches can get a backport for 7.5). Sorry, Jan