From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10925 invoked by alias); 19 Apr 2006 06:11:09 -0000 Received: (qmail 10909 invoked by uid 22791); 19 Apr 2006 06:11:08 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Apr 2006 06:11:06 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1FW5u3-00077Z-AP for gdb@sources.redhat.com; Wed, 19 Apr 2006 10:11:03 +0400 Received: from zigzag.lvk.cs.msu.su ([158.250.17.23]) by zigzag.lvk.cs.msu.su with esmtp (Exim 4.50) id 1FW5tg-00073b-Uj; Wed, 19 Apr 2006 10:10:40 +0400 From: Vladimir Prus To: Robert Dewar Subject: Re: MI: performance of getting stack arguments Date: Wed, 19 Apr 2006 07:30:00 -0000 User-Agent: KMail/1.7.2 Cc: Jim Ingham , gdb@sources.redhat.com References: <44455B87.2020800@adacore.com> In-Reply-To: <44455B87.2020800@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604191010.40548.ghost@cs.msu.su> 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-04/txt/msg00257.txt.bz2 On Wednesday 19 April 2006 01:35, Robert Dewar wrote: > > Also, in a GUI much more stuff is visible at once, so if each element is > > too complex then the overall result is noisy and hard to use. Visual > > Studio used by default to show a whole bunch of junk in the stack window > > (pc, args, etc.) and way back when I used it I found it really hard to > > look at for just this reason. According to the 2005 Online docs, you > > can turn all the other info off and display just the function name if > > you want... > > Seems reasonable to have a much more streamlined call stack visible all > the time, and a special command to decorate it with parameter values. Good idea! I'll think about it. Thanks, Volodya