From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18454 invoked by alias); 31 Mar 2003 09:01:06 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18440 invoked from network); 31 Mar 2003 09:01:02 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by sources.redhat.com with SMTP; 31 Mar 2003 09:01:02 -0000 Received: (qmail 16750 invoked by uid 19025); 31 Mar 2003 09:06:16 -0000 Date: Mon, 31 Mar 2003 09:01:00 -0000 From: Jason Molenda To: Andrew Cagney Cc: Nick Roberts , gdb@sources.redhat.com Subject: Re: variable objects (was: [rfc] Annotation level THREE) Message-ID: <20030331010616.A11386@molenda.com> References: <15985.7336.23998.590592@nick.uklinux.net> <3E751565.4030409@redhat.com> <15990.10811.61395.996906@nick.uklinux.net> <3E763228.9060104@redhat.com> <15990.62618.114706.459904@nick.uklinux.net> <3E773B59.90403@redhat.com> <16003.24724.76812.284701@nick.uklinux.net> <3E84CD1B.9040302@redhat.com> <16006.63313.824491.352546@nick.uklinux.net> <3E870927.1020904@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3E870927.1020904@redhat.com>; from ac131313@redhat.com on Sun, Mar 30, 2003 at 10:11:35AM -0500 X-SW-Source: 2003-03/txt/msg00412.txt.bz2 On Sun, Mar 30, 2003 at 10:11:35AM -0500, Andrew Cagney wrote: > > This is only a problem when trying to control GDB using both CLI and MI > > commands which is what we would like to do in Emacs. Do Apple (Project > > Builder?) or Eclipse have a console where CLI commands can be entered? > > I suspect no one noticed because, up until now, things like Insight were > using varobj to do updates (it is more robust than the `set' command). I just gave it a spin - the Apple GDB doesn't catch this case either. It's a bug, but not one that has been reported by any of our users if I remember correctly. Project Builder does have a Console window where people can type all sorts of gdb commands, but they'd be most naturally inclined to change a local variable in the Locals window, I suspect, not the console. (PB itself uses var-assign to update varobjs, of course.) J