From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20591 invoked by alias); 18 Sep 2009 18:01:59 -0000 Received: (qmail 20451 invoked by uid 22791); 18 Sep 2009 18:01:58 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,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; Fri, 18 Sep 2009 18:01:54 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8II1rtx013808 for ; Fri, 18 Sep 2009 14:01:53 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8II1qmV014653; Fri, 18 Sep 2009 14:01:52 -0400 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 n8II1pad010012; Fri, 18 Sep 2009 14:01:51 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 297003782A5; Fri, 18 Sep 2009 12:01:51 -0600 (MDT) From: Tom Tromey To: Eli Zaretskii Cc: Vladimir Prus , gdb-patches@sources.redhat.com Subject: Re: RFA: mark -enable-pretty-printing as experimental References: <83d45owoyq.fsf@gnu.org> Reply-To: tromey@redhat.com Date: Fri, 18 Sep 2009 18:01:00 -0000 In-Reply-To: <83d45owoyq.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 18 Sep 2009 13:02:05 +0300") 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: 2009-09/txt/msg00607.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> I already replied yesterday, but somehow my mail doesn't show in the Eli> list archives, and neither you nor Tom seem to have received it. Eli> Strange. Here it is again, from my SENT-MAIL archive: I got it. It was misaddressed to gdb-patches@redhat.com (no "sources"). >> From: Tom Tromey >> Cc: gdb-patches@redhat.com >> Date: Wed, 16 Sep 2009 13:03:25 -0600 >> >> + This feature is currently experimental, and may work differently in >> + future versions of @value{GDBN}. Eli> I suggest to qualify this by telling when is ``currently''. Something Eli> like "(as of GDB 7.0)" would do. Here is what I am committing. Tom 2009-09-18 Tom Tromey * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing is experimental. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.625 diff -u -c -r1.625 gdb.texinfo *** gdb.texinfo 17 Sep 2009 17:49:46 -0000 1.625 --- gdb.texinfo 18 Sep 2009 17:57:55 -0000 *************** *** 23549,23554 **** --- 23549,23557 ---- Note that if Python support has not been compiled into @value{GDBN}, this command will still succeed (and do nothing). + This feature is currently (as of @value{GDBN} 7.0) experimental, and + may work differently in future versions of @value{GDBN}. + @subheading The @code{-var-create} Command @findex -var-create