From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26656 invoked by alias); 17 Jan 2012 16:15:09 -0000 Received: (qmail 26644 invoked by uid 22791); 17 Jan 2012 16:15:08 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 17 Jan 2012 16:14:55 +0000 Received: by vbbfa15 with SMTP id fa15so2102851vbb.0 for ; Tue, 17 Jan 2012 08:14:54 -0800 (PST) Received: by 10.52.35.69 with SMTP id f5mr8636878vdj.29.1326816894642; Tue, 17 Jan 2012 08:14:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.35.69 with SMTP id f5mr8636862vdj.29.1326816894480; Tue, 17 Jan 2012 08:14:54 -0800 (PST) Received: by 10.220.229.1 with HTTP; Tue, 17 Jan 2012 08:14:54 -0800 (PST) In-Reply-To: <20120117144524.GA31953@host2.jankratochvil.net> References: <20120117095552.GA6141@host2.jankratochvil.net> <20120117133913.GX31383@adacore.com> <20120117144524.GA31953@host2.jankratochvil.net> Date: Tue, 17 Jan 2012 16:22:00 -0000 Message-ID: Subject: Re: [patch 7.4] Deprecate local .gdbinit [Re: [patch] New set auto-load-local-gdbinit + disable it by default] From: Doug Evans To: Jan Kratochvil Cc: Joel Brobecker , Eli Zaretskii , gdb-patches@sourceware.org X-System-Of-Record: true Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-01/txt/msg00599.txt.bz2 On Tue, Jan 17, 2012 at 6:45 AM, Jan Kratochvil wrote: > On Tue, 17 Jan 2012 14:39:13 +0100, Joel Brobecker wrote: >> If we do move forward on that change, I think we should do it more >> gradually: >> =A0 1. We start by emitting a warning when seeing a local .gdbinit file, >> =A0 =A0 =A0but otherwise read it. >> =A0 2. We stop reading them once a release with the warning is out. > > Like still into the 7.4 branch? IMO this should not go in 7.4. I think more discussion is needed, and we don't want to hold up 7.4 for it.