From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3930 invoked by alias); 15 Sep 2009 19:02:21 -0000 Received: (qmail 3664 invoked by uid 22791); 15 Sep 2009 19:02:20 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Sep 2009 19:02:13 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8FJ2Bcc006181; Tue, 15 Sep 2009 15:02:11 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8FJ2Ar4008499; Tue, 15 Sep 2009 15:02:11 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n8FJ29B1023790; Tue, 15 Sep 2009 15:02:10 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 3C137378198; Tue, 15 Sep 2009 13:02:09 -0600 (MDT) From: Tom Tromey To: Michael Snyder Cc: Shadowcat , "gdb\@sourceware.org" Subject: Re: Dereferencing pointers on "backtrace full" References: <4AAE192E.9050803@phasethrough.com> <4AAFD08B.2030404@vmware.com> Reply-To: Tom Tromey Date: Tue, 15 Sep 2009 19:02:00 -0000 In-Reply-To: <4AAFD08B.2030404@vmware.com> (Michael Snyder's message of "Tue, 15 Sep 2009 10:36:11 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00207.txt.bz2 >>>>> "Michael" == Michael Snyder writes: Tom> You might be able to do it using Python scripting, in CVS GDB. I am not Tom> certain... we have a "backtrace" written purely in Python on the archer Tom> python branch, but offhand I don't recall whether all the infrastructure Tom> bits needed for this have been pushed upstream yet. Michael> Using the old-style gdb scripting language: Michael> while (1) Michael> info locals Michael> up Michael> end This doesn't dereference pointers. Tom