From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15595 invoked by alias); 3 Apr 2009 19:14:17 -0000 Received: (qmail 15587 invoked by uid 22791); 3 Apr 2009 19:14:17 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Apr 2009 19:14:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CDFE110E65; Fri, 3 Apr 2009 19:14:09 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 31E5D10E4D; Fri, 3 Apr 2009 19:14:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1Lpoq7-0002mv-Cj; Fri, 03 Apr 2009 15:14:07 -0400 Date: Fri, 03 Apr 2009 19:14:00 -0000 From: Daniel Jacobowitz To: Tom Tromey Cc: Eli Zaretskii , gdb-patches@sourceware.org, =?iso-8859-1?Q?S=E9rgio_Durigan_J=FAnior?= Subject: Re: Python pretty-printing [1/6] Message-ID: <20090403191407.GA10599@caradoc.them.org> Mail-Followup-To: Tom Tromey , Eli Zaretskii , gdb-patches@sourceware.org, =?iso-8859-1?Q?S=E9rgio_Durigan_J=FAnior?= References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes 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/msg00082.txt.bz2 On Fri, Apr 03, 2009 at 12:29:36PM -0600, Tom Tromey wrote: > Tom> * maint.c (_initialize_maint_cmds): Add "maint set gdb_datadir". > > Eli> Is this new command documented in one of your patches? If it is, I > Eli> missed that part. > > Tom> I will add this. > > I am considering just dropping this command instead. > It doesn't seem very useful to me. Sérgio, do you remember why you > added this? FWIW, I think it shouldn't even be a maint command. We can set debug-file-directory and sysroot, why not datadir? Vladimir was just asking you about testing pretty-printing with an uninstalled GDB; that seems like one use. -- Daniel Jacobowitz CodeSourcery