From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6288 invoked by alias); 29 Apr 2012 09:17:19 -0000 Received: (qmail 6278 invoked by uid 22791); 29 Apr 2012 09:17:18 -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; Sun, 29 Apr 2012 09:17:02 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3T9H11w031757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 29 Apr 2012 05:17:02 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q3T9GwHf015313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 29 Apr 2012 05:17:00 -0400 Date: Sun, 29 Apr 2012 12:59:00 -0000 From: Jan Kratochvil To: Sergio Durigan Junior Cc: gdb-patches@sourceware.org Subject: Re: Regression for gdb.trace/backtrace.exp [Re: [PATCH 0/4 v3] Add support for static and SystemTap probes] Message-ID: <20120429091657.GA10077@host2.jankratochvil.net> References: <20120428203733.GA4485@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-04/txt/msg01064.txt.bz2 On Sun, 29 Apr 2012 01:59:17 +0200, Sergio Durigan Junior wrote: > I am committing it under the obvious rule. I do not see it in CVS anywhere, HEAD still crashes, OK for check-in, check it in, please. > --- gdb/ChangeLog 28 Apr 2012 23:22:11 -0000 1.14185 > +++ gdb/ChangeLog 28 Apr 2012 23:58:31 -0000 > @@ -1,3 +1,8 @@ > +2012-04-28 Sergio Durigan Junior > + > + * tracepoint.c (start_tracing, stop_tracing): Checking for NULL > + probes, fixing a regression inserted by my previous patchset. GNU Coding Standards paragraph starting with There's no need to describe the full purpose of the changes suggests more: Fix a regression inserted by my previous patchset. * tracepoint.c (start_tracing, stop_tracing): Check for NULL probes. Thanks, Jan