From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32346 invoked by alias); 6 Feb 2003 19:34:36 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32333 invoked from network); 6 Feb 2003 19:34:34 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by 172.16.49.205 with SMTP; 6 Feb 2003 19:34:34 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h16JQ08A028734; Thu, 6 Feb 2003 14:26:00 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h16JPxac028730; Thu, 6 Feb 2003 14:25:59 -0500 To: William Trenker Cc: gdb@sources.redhat.com Subject: Re: How Do I see (Disabled) data? References: <20030206104718.24775823.wdtrenker@yahoo.ca> From: Jim Blandy Date: Thu, 06 Feb 2003 19:34:00 -0000 In-Reply-To: <20030206104718.24775823.wdtrenker@yahoo.ca> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00134.txt.bz2 William Trenker writes: > I've been searching through the gdb docs, and on Google, trying to figure out how to view data where gdb says: > "Attempt to dereference a generic pointer. > Disabling display 29 to avoid infinite recursion." > > Hopefully there is some way to see this data and take my chances on an infinite recursion. Can you show us the exact commands you're using, and the exact output from GDB?