From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9004 invoked by alias); 5 Apr 2012 17:03:18 -0000 Received: (qmail 8995 invoked by uid 22791); 5 Apr 2012 17:03:17 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Apr 2012 17:02:39 +0000 Received: by obbta14 with SMTP id ta14so2498634obb.0 for ; Thu, 05 Apr 2012 10:02:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=PkF6c7vLWu149jqBFWbxUJ5OXfxkgYDc8dcCTPvHvwQ=; b=UOHF6Z+AHo5jAuyJWw4xU/gUneWvFTXhw6QCjDTM5HI9rEFHqEKDUqRbvVosxghiJm xFDfNKW9MsZs7OPSzZPFQswUcuORmsaBikD4lDXz997Nmhhl0cVn+YrHCML5OELDSeUn M2nL8njbXfl5ojjzJPrUlyqlj+kXHnRfb0QGjxc0DuMeGq2ekvNPyWq6mXhMji857KFf rubSV9O89Aat8pLNT+vqo1jCKO7Es0J1RBmOzJPt9XgIA15YJTPMkKmsA/G5BnsIzEVl r1cjTUToEiFc8++Vl9fiXKuEp70MXWXZj42wVdHjMZzQzMoNvnCrM5xxEwi9ZeBvtBWw 0q7g== Received: by 10.182.160.105 with SMTP id xj9mr4819165obb.73.1333645358484; Thu, 05 Apr 2012 10:02:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.160.105 with SMTP id xj9mr4818964obb.73.1333645356202; Thu, 05 Apr 2012 10:02:36 -0700 (PDT) Received: by 10.182.66.14 with HTTP; Thu, 5 Apr 2012 10:02:36 -0700 (PDT) In-Reply-To: <20120405165307.GA9213@host2.jankratochvil.net> References: <20120329091258.GD25449@host2.jankratochvil.net> <83hax61rey.fsf@gnu.org> <20120403183311.GB13483@host2.jankratochvil.net> <20120405165307.GA9213@host2.jankratochvil.net> Date: Thu, 05 Apr 2012 17:03:00 -0000 Message-ID: Subject: Re: [patch#2 3/6] set auto-load local-gdbinit warn-and-* From: Doug Evans To: Jan Kratochvil Cc: Eli Zaretskii , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQkmHnLAMGq3YwZXD59tUirs1W4hu0d73w2VmEomEanl29cytofcA1o+XltCvliwaznIvMR4iatluKHuAUvDe7q6zEpLe2QibP2PHbNpJrCpQLCTLM364TeaAxAqHMvRCdqjqLkREIVq3E/QoRdlueSTj1008g== 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/msg00074.txt.bz2 On Thu, Apr 5, 2012 at 9:53 AM, Jan Kratochvil wrote: > On Thu, 05 Apr 2012 18:27:51 +0200, Doug Evans wrote: >> "on" reads much better to me. > > "on" sure reads OK but do you read OK "warn-and-on" and "warn-and-off"? on-and-warn? At any rate, I wouldn't change it to "yes" just to change warn-and-on to warn-and-yes. >> > There are two possibilities: >> > =A0* Introduce new option some "set local-gdbinit-warning " as >> > =A0 suggested by Doug IIUC and technically keep everything boolean. >> >> For completeness sake, >> I was suggesting making the option more general, applying to more to >> more than just local-gdbinit (assuming more applications were readily >> available). > > The warning is there duue to local-gdbinit (possible) deprecation. =A0No = other > file is being deprecated. > > To apply it for example to use of deprecated GDB commands (and not files) > I somehow find too unrelated, I do not see any need / usefulness of such > warning. Sure. I don't have an opinion, it was just a suggestion.