From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16181 invoked by alias); 30 Oct 2007 18:30:21 -0000 Received: (qmail 16140 invoked by uid 22791); 30 Oct 2007 18:30:19 -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; Tue, 30 Oct 2007 18:30:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7B703981F1; Tue, 30 Oct 2007 18:30:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 5663B980A5; Tue, 30 Oct 2007 18:30:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Imvqv-0001iM-1X; Tue, 30 Oct 2007 14:30:13 -0400 Date: Tue, 30 Oct 2007 19:26:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: [PATCH] MI: lvalues and variable_editable Message-ID: <20071030183013.GA6306@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com References: <18210.27153.559569.601092@kahikatea.snap.net.nz> <200710271615.23579.ghost@cs.msu.su> <18214.46470.57856.84852@kahikatea.snap.net.nz> <200710301222.03459.ghost@cs.msu.su> <18215.4053.151140.671560@kahikatea.snap.net.nz> <20071030111454.GA14499@caradoc.them.org> <18215.30105.181897.303713@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18215.30105.181897.303713@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-10/txt/msg00821.txt.bz2 On Wed, Oct 31, 2007 at 07:19:05AM +1300, Nick Roberts wrote: > For a start -stack-list-frames (unlike `bt') doesn't list arguments or locals > so you couldn't create such a watch expression with a single mouse > click. Of course you could. The front end probably fetched the list of locals for you when it built its GUI frame display. -- Daniel Jacobowitz CodeSourcery From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16302 invoked by alias); 30 Oct 2007 18:30:24 -0000 Received: (qmail 16207 invoked by uid 22791); 30 Oct 2007 18:30:22 -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; Tue, 30 Oct 2007 18:30:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7B703981F1; Tue, 30 Oct 2007 18:30:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 5663B980A5; Tue, 30 Oct 2007 18:30:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Imvqv-0001iM-1X; Tue, 30 Oct 2007 14:30:13 -0400 Date: Tue, 30 Oct 2007 19:27:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com Subject: Re: [PATCH] MI: lvalues and variable_editable Message-ID: <20071030183013.GA6306@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, gdb-patches@sources.redhat.com References: <18210.27153.559569.601092@kahikatea.snap.net.nz> <200710271615.23579.ghost@cs.msu.su> <18214.46470.57856.84852@kahikatea.snap.net.nz> <200710301222.03459.ghost@cs.msu.su> <18215.4053.151140.671560@kahikatea.snap.net.nz> <20071030111454.GA14499@caradoc.them.org> <18215.30105.181897.303713@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18215.30105.181897.303713@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-10/txt/msg00822.txt.bz2 Message-ID: <20071030192700.kCuwcvkGHRvgfxYqpNOGvo-aEVCEtVuW_uhfa42klDI@z> On Wed, Oct 31, 2007 at 07:19:05AM +1300, Nick Roberts wrote: > For a start -stack-list-frames (unlike `bt') doesn't list arguments or locals > so you couldn't create such a watch expression with a single mouse > click. Of course you could. The front end probably fetched the list of locals for you when it built its GUI frame display. -- Daniel Jacobowitz CodeSourcery