From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17028 invoked by alias); 3 Apr 2009 20:39:42 -0000 Received: (qmail 17005 invoked by uid 22791); 3 Apr 2009 20:39:41 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Apr 2009 20:39:32 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n33KdRhq014404; Fri, 3 Apr 2009 16:39:27 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n33KdRma016662; Fri, 3 Apr 2009 16:39:28 -0400 Received: from opsy.redhat.com (vpn-14-63.rdu.redhat.com [10.11.14.63]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n33KdQ9l023241; Fri, 3 Apr 2009 16:39:26 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id B161A3784BC; Fri, 3 Apr 2009 14:39:24 -0600 (MDT) To: Eli Zaretskii Cc: gdb-patches@sourceware.org, =?utf-8?Q?S=C3=A9rgio?= Durigan =?utf-8?Q?J=C3=BAnior?= Subject: Re: Python pretty-printing [1/6] References: <20090403191407.GA10599@caradoc.them.org> From: Tom Tromey Reply-To: Tom Tromey Date: Fri, 03 Apr 2009 20:39:00 -0000 In-Reply-To: <20090403191407.GA10599@caradoc.them.org> (Daniel Jacobowitz's message of "Fri\, 3 Apr 2009 15\:14\:07 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (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: 2009-04/txt/msg00088.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: Daniel> FWIW, I think it shouldn't even be a maint command. We can set Daniel> debug-file-directory and sysroot, why not datadir? Good point. I renamed it to "set datadir". I think I will put the docs for this in a later patch. At least with the current gdb, it seems to make the most sense to have the documentation for this new parameter located near the sole user of it; but that node doesn't appear until patch #2. I also noticed that some of the code in patch #1 is actually not really related to this feature. All the pythondir stuff will be gone in the next revision; I'll send this as soon as I fix up the README. Tom