From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16905 invoked by alias); 3 Apr 2009 14:23:02 -0000 Received: (qmail 16885 invoked by uid 22791); 3 Apr 2009 14:23:01 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_20,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Apr 2009 14:22:55 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KHJ00K003JRG900@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Fri, 03 Apr 2009 17:22:51 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.171.54]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KHJ00AWL3Y3TZN1@i_mtaout5.012.net.il>; Fri, 03 Apr 2009 17:22:51 +0300 (IDT) Date: Fri, 03 Apr 2009 14:23:00 -0000 From: Eli Zaretskii Subject: Re: Python pretty-printing [1/6] In-reply-to: To: tromey@redhat.com Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: 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/msg00058.txt.bz2 > From: Tom Tromey > Date: Thu, 02 Apr 2009 14:54:02 -0600 > > This is the first in a series of patches which implement the > long-discussed Python pretty-printing feature. Thanks. > This patch imports --with-gdb-data from Sérgio's syscall patch. > It also adds --with-pythondir and arranges for some Python variables > to be set appropriately. Should these configure-time options be described in the manual and/or in README? > * maint.c (_initialize_maint_cmds): Add "maint set gdb_datadir". Is this new command documented in one of your patches? If it is, I missed that part.