From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12299 invoked by alias); 6 Sep 2002 13:08:34 -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 12288 invoked from network); 6 Sep 2002 13:08:32 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 6 Sep 2002 13:08:32 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 17nJmr-0004ZG-00 for ; Fri, 06 Sep 2002 09:08:41 -0500 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 17nIqh-0001qy-00 for ; Fri, 06 Sep 2002 09:08:35 -0400 Date: Fri, 06 Sep 2002 06:08:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: problem setting displays Message-ID: <20020906130835.GA6986@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-SW-Source: 2002-09/txt/msg00029.txt.bz2 On Fri, Sep 06, 2002 at 01:06:00PM +0200, Arjan van Dijk wrote: > Now I want to add a second watch, for variable x: > > > > > > ##### (gdb) display MAIN__::x > ##### A parse error in expression, near ':x'. That's not how you do it. You run until you are in MAIN__ and "display x". Does that work? -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer