From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12936 invoked by alias); 7 Sep 2005 13:15:30 -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 11883 invoked by uid 22791); 7 Sep 2005 13:14:36 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 07 Sep 2005 13:14:36 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1ECzl4-0000qH-UF; Wed, 07 Sep 2005 09:14:35 -0400 Date: Wed, 07 Sep 2005 13:15:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb@sources.redhat.com Subject: Re: Evaluating an expression in a given scope Message-ID: <20050907131434.GB2963@nevyn.them.org> Mail-Followup-To: Vladimir Prus , 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.8i X-SW-Source: 2005-09/txt/msg00048.txt.bz2 On Wed, Sep 07, 2005 at 04:39:52PM +0400, Vladimir Prus wrote: > > Hello! > > Does gdb provides a clean way to evaluate an expression in a given scope > (file:line)? No, not really. File:line doesn't match unambiguously to scope, either, so it's not clear what the interface should look like... I think I'd use $pc instead. > I think I can do this with: > > tbreak foo.cpp:100 > jump foo.cpp:100 > display g > jump > > but I have concerns about this being reliable method. ... eww... I suppose that'd work. -- Daniel Jacobowitz CodeSourcery, LLC