From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13102 invoked by alias); 27 Jun 2007 11:10:57 -0000 Received: (qmail 13089 invoked by uid 22791); 27 Jun 2007 11:10:56 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 27 Jun 2007 11:10:50 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 9EF089829C; Wed, 27 Jun 2007 11:10:48 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 667AA9829B; Wed, 27 Jun 2007 11:10:48 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I3VPd-0003QR-VL; Wed, 27 Jun 2007 07:10:17 -0400 Date: Wed, 27 Jun 2007 11:10:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: Nick Roberts , gdb@sources.redhat.com Subject: Re: [MI] frozen variable objects (bug) Message-ID: <20070627111017.GA12956@caradoc.them.org> Mail-Followup-To: Vladimir Prus , Nick Roberts , gdb@sources.redhat.com References: <18049.38770.289829.412279@kahikatea.snap.net.nz> <18050.3617.437104.746324@kahikatea.snap.net.nz> <200706271146.29459.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706271146.29459.vladimir@codesourcery.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00339.txt.bz2 On Wed, Jun 27, 2007 at 11:46:29AM +0400, Vladimir Prus wrote: > Why would frontend want to query anything about variable object? Is there > a real case where frontend can't keep this information itself? If so, > should -var-show-attributes report expression, type, and so on? Same reason a front end would want to freeze a variable object; sometimes it's more convenient one way, sometimes another way. If we're calling this an attribute, I think -var-show-attributes should display it. -- Daniel Jacobowitz CodeSourcery