From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19213 invoked by alias); 3 Apr 2007 14:34:14 -0000 Received: (qmail 19199 invoked by uid 22791); 3 Apr 2007 14:34:13 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 03 Apr 2007 15:34:03 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 3344E4B267; Tue, 3 Apr 2007 09:34:02 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 201C04B262; Tue, 3 Apr 2007 09:34:01 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HYk5A-0001DC-Mi; Tue, 03 Apr 2007 10:34:00 -0400 Date: Tue, 03 Apr 2007 14:34:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches Subject: Re: [RFA] re-initialize height to 0 during setshow.exp Message-ID: <20070403143400.GA4608@caradoc.them.org> Mail-Followup-To: Denis PILAT , gdb-patches References: <461119CA.6060509@st.com> <1175536591.9195.12.camel@svmsnyderlnx.palmsource.com> <46125608.50800@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46125608.50800@st.com> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) 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: 2007-04/txt/msg00016.txt.bz2 On Tue, Apr 03, 2007 at 03:26:32PM +0200, Denis PILAT wrote: > It just because gdb_test will add a new test, and I just want to fix a > problem. > But it would be much simpler to add *gdb_test "set height 0" "" "set > height 0"* > It was much RFC I should I put in my title, Please always use gdb_test. If you don't want it to be a test, use "" for the test name - it won't be counted (at least, not unless someting goes wrong). -- Daniel Jacobowitz CodeSourcery