From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101085 invoked by alias); 29 May 2019 18:18:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 101075 invoked by uid 89); 29 May 2019 18:18:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=overriding, *is*, HContent-Transfer-Encoding:8bit X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 May 2019 18:18:39 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id x4TIIa3k019863; Wed, 29 May 2019 13:18:37 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x4TIIaf3019862; Wed, 29 May 2019 13:18:36 -0500 Date: Wed, 29 May 2019 18:27:00 -0000 From: Segher Boessenkool To: Jeff Law Cc: Martin =?utf-8?B?TGnFoWth?= , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] gdbinit: add a new command and fix one Message-ID: <20190529181836.GT31586@gate.crashing.org> References: <7d2e12f5-e866-72d6-31f2-315c36dcc217@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7d2e12f5-e866-72d6-31f2-315c36dcc217@redhat.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg01951.txt.bz2 On Wed, May 29, 2019 at 10:14:58AM -0600, Jeff Law wrote: > On 5/29/19 3:46 AM, Martin Liška wrote: > > Hi. > > > > The patch is about a small change in .gdbinit file. > > > > Ready for trunk? > > Martin > > > > gcc/ChangeLog: > > > > 2019-05-29 Martin Liska > > > > * gdbinit.in: Fix 'ptc' command. Add tt > > that prints TREE_TYPE($). > > --- > > gcc/gdbinit.in | 10 +++++++++- > > 1 file changed, 9 insertions(+), 1 deletion(-) There already *is* a "tt" command. Not that that one is likely very useful for debugging GCC, but still... Please check before overriding commands. Segher