From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10899 invoked by alias); 26 Jan 2011 19:38:50 -0000 Received: (qmail 10889 invoked by uid 22791); 26 Jan 2011 19:38:49 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Jan 2011 19:38:43 +0000 Received: by ewy27 with SMTP id 27so394802ewy.0 for ; Wed, 26 Jan 2011 11:38:41 -0800 (PST) Received: by 10.213.27.203 with SMTP id j11mr432107ebc.51.1296070720796; Wed, 26 Jan 2011 11:38:40 -0800 (PST) Received: from [192.168.1.3] ([93.157.232.12]) by mx.google.com with ESMTPS id t50sm12267141eeh.18.2011.01.26.11.38.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Jan 2011 11:38:39 -0800 (PST) Message-ID: <4D40784B.70103@gmail.com> Date: Wed, 26 Jan 2011 19:38:00 -0000 From: "Vyacheslav V. Yurkov" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100401 Thunderbird/3.0.4 MIME-Version: 1.0 To: Michael Snyder CC: gdb@sourceware.org Subject: Re: C++, can't see debug info for some classes References: <4D40424E.3040604@gmail.com> <4D406E77.9060706@vmware.com> In-Reply-To: <4D406E77.9060706@vmware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2011-01/txt/msg00111.txt.bz2 On 26.01.2011 21:56, Michael Snyder wrote: > Was your class ever instantiated by the program? Sometimes if a class > or struct type has no instances, its symbolic info is discarded. Yes, it was. When I wrote I can't see its members I meant that I have an object of this class (or derived classes), which members I can't see. I can see contents of some derived classes though. -- Yours sincerely, Vyacheslav V. Yurkov