From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22554 invoked by alias); 3 Apr 2009 15:31:41 -0000 Received: (qmail 22546 invoked by uid 22791); 3 Apr 2009 15:31:41 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_20,J_CHICKENPOX_37,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Apr 2009 15:31:32 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KHJ00700735UJ00@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Fri, 03 Apr 2009 18:31:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.171.54]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KHJ00J2T74G85J0@i-mtaout6.012.net.il>; Fri, 03 Apr 2009 18:31:29 +0300 (IDT) Date: Fri, 03 Apr 2009 15:31:00 -0000 From: Eli Zaretskii Subject: Re: Python pretty-printing [6/6] In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: 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/msg00069.txt.bz2 > From: Tom Tromey > Date: Thu, 02 Apr 2009 14:57:41 -0600 > > This patch adds MI support for pretty-printing. Thanks. > 2009-04-02 Tom Tromey > > * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python" > feature. > (GDB/MI Variable Objects): Document -var-set-visualizer, > -var-set-child-range. This part is approved with a comment: > +This feature is only available if Python support is enabled. Should we say how to check for that?