From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19581 invoked by alias); 16 Sep 2009 23:52:36 -0000 Received: (qmail 19572 invoked by uid 22791); 16 Sep 2009 23:52:36 -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; Wed, 16 Sep 2009 23:52:32 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8GNqUCQ028534 for ; Wed, 16 Sep 2009 19:52:30 -0400 Received: from mx1.redhat.com (ext-mx10.extmail.prod.ext.phx2.redhat.com [10.5.110.14]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8GNqUue006954 for ; Wed, 16 Sep 2009 19:52:30 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8GNqUUN029219 for ; Wed, 16 Sep 2009 19:52:30 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8GJ3RSk001080; Wed, 16 Sep 2009 15:03:27 -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 n8GJ3QLq002567; Wed, 16 Sep 2009 15:03:26 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 11CBE37819C; Wed, 16 Sep 2009 13:03:26 -0600 (MDT) From: Tom Tromey To: Vladimir Prus Cc: gdb-patches@redhat.com Subject: RFA: mark -enable-pretty-printing as experimental (Was: Patch: implement new dynamic varobj spec) References: Reply-To: tromey@redhat.com Date: Wed, 16 Sep 2009 23:52:00 -0000 In-Reply-To: (Vladimir Prus's message of "Wed, 16 Sep 2009 09:44:06 +0400") 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 Content-Transfer-Encoding: 8bit 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/msg00549.txt.bz2 >>>>> "Volodya" == Vladimir Prus writes: Volodya> I think it makes sense. You list 3 known issues in the original Volodya> email, and while I hope we'll fix them by 7.0, there will be Volodya> just too little time for extensive testing. Let's keep our Volodya> options open for a bit more. How about this? Tom 2009-09-16 Tom Tromey * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing is experimental. cvs diff: Diffing . Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.624 diff -u -c -r1.624 gdb.texinfo cvs diff: conflicting specifications of output style Write failed flushing stdout buffer. write stdout: Broken pipe *** gdb.texinfo 15 Sep 2009 18:51:25 -0000 1.624 --- gdb.texinfo 16 Sep 2009 19:02:55 -0000 *************** *** 23547,23552 **** --- 23547,23555 ---- Note that if Python support has not been compiled into @value{GDBN}, this command will still succeed (and do nothing). + This feature is currently experimental, and may work differently in + future versions of @value{GDBN}. + @subheading The @code{-var-create} Command @findex -var-create