From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4525 invoked by alias); 14 Sep 2009 10:21:40 -0000 Received: (qmail 4515 invoked by uid 22791); 14 Sep 2009 10:21:39 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from shadowcat.xen.prgmr.com (HELO phasethrough.com) (72.13.95.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Sep 2009 10:21:36 +0000 Received: from [192.168.1.112] (h241.192.30.71.dynamic.ip.windstream.net [71.30.192.241]) by phasethrough.com (Postfix) with ESMTPA id 290A580320 for ; Mon, 14 Sep 2009 10:21:35 +0000 (UTC) Message-ID: <4AAE192E.9050803@phasethrough.com> Date: Mon, 14 Sep 2009 10:21:00 -0000 From: Shadowcat User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Dereferencing pointers on "backtrace full" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00174.txt.bz2 Is there any way for GDB to do this? I'd like to be able to type "bt full" and get, at a quick glance, the exact values of all the pointers referenced by local variables. It would make things a lot easier in a lot of situations. Thanks for any help you can give! Shadowcat