From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27052 invoked by alias); 20 Feb 2006 19:12:15 -0000 Received: (qmail 27044 invoked by uid 22791); 20 Feb 2006 19:12:15 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 20 Feb 2006 19:12:14 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FBGS5-000629-RP; Mon, 20 Feb 2006 14:12:05 -0500 Date: Mon, 20 Feb 2006 20:56:00 -0000 From: Daniel Jacobowitz To: Jim Ingham Cc: Vladimir Prus , GDB List Subject: Re: MI: type prefixes for values Message-ID: <20060220191205.GA23169@nevyn.them.org> Mail-Followup-To: Jim Ingham , Vladimir Prus , GDB List References: <200602171724.03824.ghost@cs.msu.su> <20060217203120.GE30881@nevyn.them.org> <3D09ADF2-5A80-4B42-B4DE-2A2861C3A2AA@apple.com> <200602201026.15624.ghost@cs.msu.su> <01627BAA-38C7-4391-A344-54B23B5F1863@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01627BAA-38C7-4391-A344-54B23B5F1863@apple.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00273.txt.bz2 On Mon, Feb 20, 2006 at 10:58:07AM -0800, Jim Ingham wrote: > We also added the option to return all the locals in all the blocks > in a function. This allows you to present all the variables, and > then mark the ones which are not currently in scope appropriately. I > find this less confusing than having the contents of the variables > window come and go as you step through the function. Most of our > users seem to agree. Ooh... that does sound like a nice one, assuming it handles the nasty cases like shadowing somehow. -- Daniel Jacobowitz CodeSourcery