From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10725 invoked by alias); 29 Apr 2014 17:58:47 -0000 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 Received: (qmail 10712 invoked by uid 89); 29 Apr 2014 17:58:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 29 Apr 2014 17:58:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4A6B3116124; Tue, 29 Apr 2014 13:58:44 -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 eUle0ivVdQWs; Tue, 29 Apr 2014 13:58:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3B75211609B; Tue, 29 Apr 2014 13:58:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 90B3DE0491; Tue, 29 Apr 2014 13:58:44 -0400 (EDT) Date: Tue, 29 Apr 2014 17:58:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] rename "set debugvarobj" to "set debug varobj" Message-ID: <20140429175844.GE4420@adacore.com> References: <1398785790-2059-1-git-send-email-tromey@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398785790-2059-1-git-send-email-tromey@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00627.txt.bz2 > I chose not to install deprecated aliases, since this is only a debug > setting; but if someone feels strongly about it I will add them. FWIW, that seems fine to me. > 2014-04-29 Tom Tromey > > * varobj.c (_initialize_varobj): Rename to "set debug varobj" and > "show debug varobj". > > 2014-04-29 Tom Tromey > > * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and > "show debug varobj". Thanks for doing that, Tom! -- Joel