From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14569 invoked by alias); 25 Sep 2009 15:45:02 -0000 Received: (qmail 14485 invoked by uid 22791); 25 Sep 2009 15:45:01 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_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, 25 Sep 2009 15:44:54 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8PFhbaa014687; Fri, 25 Sep 2009 11:43:37 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8PFhabQ026810; Fri, 25 Sep 2009 11:43:36 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n8PFhZ7O004268; Fri, 25 Sep 2009 11:43:35 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id BFA8F378188; Fri, 25 Sep 2009 09:43:34 -0600 (MDT) From: Tom Tromey To: Doug Evans Cc: =?utf-8?Q?S=C3=A9rgio?= Durigan =?utf-8?Q?J=C3=BAnior?= , Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [RFC] Wording of "catch syscall " warning References: <20090925003107.87780843AC@ruffy.mtv.corp.google.com> <200909242302.48369.sergiodj@linux.vnet.ibm.com> <20090925022021.GK2112@adacore.com> <200909242338.37707.sergiodj@linux.vnet.ibm.com> Reply-To: tromey@redhat.com Date: Fri, 25 Sep 2009 15:45:00 -0000 In-Reply-To: (Doug Evans's message of "Thu, 24 Sep 2009 22:35:18 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) 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: 2009-09/txt/msg00801.txt.bz2 >>>>> "Doug" == Doug Evans writes: It is so hard to resist commenting on a warning thread. Doug> One thing I don't like about my patch is that I'd rather only print Doug> the warning once too. Doug> So how about for now just enhancing the warning at start up, and not Doug> printing anything later on. I had assumed Joel meant to print the warning just the first time the command is used. That way users who never use the command will not see the warning at all. Tom