From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31002 invoked by alias); 10 Nov 2006 19:24:51 -0000 Received: (qmail 30962 invoked by uid 22791); 10 Nov 2006 19:24:50 -0000 X-Spam-Check-By: sourceware.org Received: from smtp02.ya.com (HELO smtpauth.ya.com) (62.151.11.161) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Nov 2006 19:24:40 +0000 Received: from [88.11.124.120] (helo=[192.168.1.2]) by smtpauth.ya.com with asmtp id 1GibzQ-0000Rl-00 for gdb@sourceware.org; Fri, 10 Nov 2006 20:24:37 +0100 Message-ID: <4554D1F5.8080106@ya.com> Date: Fri, 10 Nov 2006 19:24:00 -0000 From: =?ISO-8859-1?Q?Ra=FAl_Huertas?= User-Agent: Thunderbird 1.5.0.7 (X11/20060921) MIME-Version: 1.0 To: GDB maillist Subject: Re: in a C++ program compiled with gcc 4.0.1 References: <4554CDC5.5030309@ya.com> <20061110191143.GA1188@nevyn.them.org> In-Reply-To: <20061110191143.GA1188@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00060.txt.bz2 Daniel Jacobowitz escribió: > (gdb) p a_example >> $1 = >> > > Unfortunately this is a GCC problem - I am not sure whether to call it > a bug or not. This might work if you had a debugging build of > libstdc++, but debug information about some classes is only emitted > with their key methods. You'll have to report this to the GCC > developers, probably via bugzilla. > Oh, I see. Thanks a lot. ;)