From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26596 invoked by alias); 17 Aug 2012 08:24:44 -0000 Received: (qmail 26581 invoked by uid 22791); 17 Aug 2012 08:24:41 -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,RP_MATCHES_RCVD,SPF_HELO_PASS 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, 17 Aug 2012 08:24:28 +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 q7H8OOhH011774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 Aug 2012 04:24:24 -0400 Received: from host2.jankratochvil.net (ovpn-116-37.ams2.redhat.com [10.36.116.37]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7H8OK8G023376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 17 Aug 2012 04:24:23 -0400 Date: Fri, 17 Aug 2012 08:24:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Regression for gdb.trace/tfind.exp [Re: [PATCH] 'tfind none' is an alias of 'tfind end'.] Message-ID: <20120817082419.GA23591@host2.jankratochvil.net> References: <1344850554-10470-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1344850554-10470-1-git-send-email-yao@codesourcery.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/msg00472.txt.bz2 On Mon, 13 Aug 2012 11:35:54 +0200, Yao Qi wrote: > Regression tested on x86_64-unknown-linux-gnu. OK to apply? with testsuite using gdbserver: 44e688d2612fa2e3f80420502ce203db0e314e60 is the first bad commit commit 44e688d2612fa2e3f80420502ce203db0e314e60 Author: qiyao Date: Thu Aug 16 07:26:15 2012 +0000 gdb/ * tracepoint.c (trace_find_none_command): Remove. (_initialize_tracepoint): Call add_alias_cmd for "tfind none". help tfind end^M -Synonym for 'none'.^M De-select any trace frame and resume 'live' debugging.^M -(gdb) PASS: gdb.trace/tfind.exp: 8.38: help tfind end +(gdb) FAIL: gdb.trace/tfind.exp: 8.38: help tfind end Jan