From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27180 invoked by alias); 2 Sep 2012 15:12:45 -0000 Received: (qmail 27172 invoked by uid 22791); 2 Sep 2012 15:12:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 02 Sep 2012 15:12:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EE1511C77A3; Sun, 2 Sep 2012 11:12:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xnzOHr39pmzO; Sun, 2 Sep 2012 11:12:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C398B1C779B; Sun, 2 Sep 2012 11:12:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9635114561A; Sun, 2 Sep 2012 11:12:28 -0400 (EDT) Date: Sun, 02 Sep 2012 15:12:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Eli Zaretskii , tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [patch] Implement $_version; for auto-load commands in ~/.gdbinit Message-ID: <20120902151228.GB24162@adacore.com> References: <20120821144916.GB28426@host2.jankratochvil.net> <87y5l6r8rz.fsf@fleche.redhat.com> <20120824163215.GA11323@host2.jankratochvil.net> <20120824163856.GA11598@host2.jankratochvil.net> <836288gni7.fsf@gnu.org> <20120824182524.GA15099@host2.jankratochvil.net> <83393cgm5w.fsf@gnu.org> <20120824185924.GA15802@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120824185924.GA15802@host2.jankratochvil.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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-09/txt/msg00005.txt.bz2 > TBH I do not find this whole request too useful and I may be one of > the people using various GDB variants most interchange-ably. Same here. I "solved" the problem by simply having the newer commands at the end of my .gdbinit. It generates an error when I use GDB 7.4, which is not elegant, but I don't mind. -- Joel