From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19554 invoked by alias); 21 Sep 2009 17:04:45 -0000 Received: (qmail 19508 invoked by uid 22791); 21 Sep 2009 17:04:44 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,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; Mon, 21 Sep 2009 17:04:41 +0000 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 n8LH4dlZ018422 for ; Mon, 21 Sep 2009 13:04:39 -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 n8LH4ckV029504; Mon, 21 Sep 2009 13:04:39 -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 n8LH4bOW029534; Mon, 21 Sep 2009 13:04:38 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 18787378198; Mon, 21 Sep 2009 11:04:37 -0600 (MDT) From: Tom Tromey To: Vladimir Prus Cc: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [MI] -stack-list-variables References: <200909191412.37692.vladimir@codesourcery.com> <200909212002.44063.vladimir@codesourcery.com> <20090921162732.GZ8910@adacore.com> <200909212054.20826.vladimir@codesourcery.com> Reply-To: tromey@redhat.com Date: Mon, 21 Sep 2009 17:04:00 -0000 In-Reply-To: <200909212054.20826.vladimir@codesourcery.com> (Vladimir Prus's message of "Mon, 21 Sep 2009 20:54:20 +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 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/msg00676.txt.bz2 >>>>> "Volodya" == Vladimir Prus writes: Volodya> I am afraid I did not hear an explanation how that will be Volodya> used. And as recent MI pretty-printing saga clearly shown, new Volodya> MI features really have to be developed in lock-step with Volodya> frontend changes. I agree that this is true in the general case. But, in this specific case, adding the attribute seems harmless. Tom