From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17458 invoked by alias); 14 Jan 2004 14:26:30 -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 17447 invoked from network); 14 Jan 2004 14:26:29 -0000 Received: from unknown (HELO prometheus.ds9.ch) (212.101.16.178) by sources.redhat.com with SMTP; 14 Jan 2004 14:26:29 -0000 Received: by prometheus.ds9.ch (Postfix, from userid 502) id 7D63DFAE1; Wed, 14 Jan 2004 15:26:28 +0100 (MET) Date: Wed, 14 Jan 2004 14:26:00 -0000 From: Marcel Lanz To: Michael Elizabeth Chastain Cc: gdb@sources.redhat.com Subject: Re: gdb, c++ & namespaces Message-ID: <20040114142628.GD29776@ds9.ch> References: <20040114141730.72F934B104@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040114141730.72F934B104@berman.michael-chastain.com> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-01/txt/msg00183.txt.bz2 Hi Michael > That warning is sometimes harmless if the data fields are what you > expect. Are they? (netsilicon-gdb) print *dp->isa warning: can't find class named `tnos::net::DatagramPacket', as given by C++ RTTI warning: can't find class named `tnos::net::DatagramPacket', as given by C++ RTTI warning: can't find class named `tnos::net::DatagramPacket', as given by C++ RTTI warning: can't find class named `tnos::net::InetSocketAddress', as given by C++ RTTI $5 = warning: can't find class named `tnos::net::InetSocketAddress', as given by C++ RTTI {_vptr.InetSocketAddress = 0xeff78, port = 0x8094, inetAddress = 0x2066a0} Yes. they do. DDD told me, that he wouldn't like to display the object: Disabling display 2 to avoid infinite recursion In the console, I see the fields, beside the warning. so it seems that ist usable for me. Best regards Marcel