From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25693 invoked by alias); 5 Jan 2010 23:12:23 -0000 Received: (qmail 25684 invoked by uid 22791); 5 Jan 2010 23:12:22 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jan 2010 23:12:16 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o05NBXZ0030465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 5 Jan 2010 18:11:34 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o05NBWsU024788; Tue, 5 Jan 2010 18:11:33 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o05NBVav032211; Tue, 5 Jan 2010 18:11:32 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 7D5E237828E; Tue, 5 Jan 2010 16:11:31 -0700 (MST) From: Tom Tromey To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFC] embryo of type/main_type pretty_printing... References: <20091220074121.GG2804@adacore.com> <20091223070831.GU2788@adacore.com> Reply-To: tromey@redhat.com Date: Tue, 05 Jan 2010 23:12:00 -0000 In-Reply-To: <20091223070831.GU2788@adacore.com> (Joel Brobecker's message of "Wed, 23 Dec 2009 11:08:31 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2010-01/txt/msg00092.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> I agree that checking it in would be useful. I just don't know where, Joel> yet. Should we start a "contrib" directory? Or just in the gdb/ directory Joel> itself if we consider this as port of the GDB sources? Just in the gdb directory is fine by me. Joel> I had also had questions about whether we want to enable this script Joel> by default or not. For now, obviously not, since we really have not Joel> finished discussing the output format (not to mention testing). But Joel> this affects, IMO, the location where we want to store the script. Joel> I was thinking about having the "make" install that script in the Joel> build directory besides the gdb exe so that it gets automatically Joel> used. Or perhaps we can use a different strategy of adding the source Joel> path to one of the search paths that GDB uses... WDYT? In the build tree we can have gdbinit.in refer to this code. I would probably defer installing it for now, but either way is fine by me. Tom