From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5129 invoked by alias); 6 Feb 2003 18:49:56 -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 5115 invoked from network); 6 Feb 2003 18:49:55 -0000 Received: from unknown (HELO mail.silk.net) (207.194.1.122) by 172.16.49.205 with SMTP; 6 Feb 2003 18:49:55 -0000 Received: from noodle.com (kelowna-64-114-77-144.gen.pacificcoast.net [64.114.77.144]) by mail.silk.net (8.11.6/8.11.6) with SMTP id h16Ioi519145 for ; Thu, 6 Feb 2003 10:50:44 -0800 Date: Thu, 06 Feb 2003 18:49:00 -0000 From: William Trenker To: gdb@sources.redhat.com Subject: How Do I see (Disabled) data? Message-Id: <20030206104718.24775823.wdtrenker@yahoo.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00133.txt.bz2 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. Thanks in advance, Bill