From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21539 invoked by alias); 23 Apr 2008 04:40:04 -0000 Received: (qmail 21499 invoked by uid 22791); 23 Apr 2008 04:40:02 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 23 Apr 2008 04:39:43 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JoWle-0000kz-7T for gdb-patches@sources.redhat.com; Wed, 23 Apr 2008 04:39:38 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Apr 2008 04:39:38 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Apr 2008 04:39:38 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [PATCH] -stack-info-frame/-stack-list-frames Date: Wed, 23 Apr 2008 05:48:00 -0000 Message-ID: References: <18446.45778.889114.789630@kahikatea.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00497.txt.bz2 Nick Roberts wrote: > > Here's a patch to add the frame address to the output of -stack-info-frame and > -stack-list-frames and async output when execution stops. It also outputs the > source language for -stack-info-frame, these change making it more like "info > frame": Could you first clarify that is the purpose of said fields -- especially frame address? - Volodya