From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 426 invoked by alias); 28 Nov 2001 07:36:08 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32764 invoked from network); 28 Nov 2001 07:35:44 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 28 Nov 2001 07:35:44 -0000 Received: from taarna.cygnus.com (taarna.cygnus.com [205.180.230.102]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id XAA09702; Tue, 27 Nov 2001 23:35:40 -0800 (PST) Received: (bkoz@localhost) by taarna.cygnus.com (SMI-8.6/8.6.4) id XAA00674; Tue, 27 Nov 2001 23:35:40 -0800 Date: Mon, 19 Nov 2001 09:04:00 -0000 From: Benjamin Kosnik X-Sender: bkoz@taarna.cygnus.com To: Daniel Jacobowitz cc: libstdc++@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: C++ debugging progress In-Reply-To: <20011128020256.A9688@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-11/txt/msg00196.txt.bz2 > For the curious, I've gotten all but two of the virtual function tests to > pass in virtfuncs.exp. I'm not entirely sure what's wrong with one of the > others, and the other goes up as far as the parser (pEe->D::fd() yields > "attempt to take address of value not in memory"). There's also a bunch of > namespace problems, of course. Yay. > So once I clean them up a little I'll post the rest for people to try. Please do! I'm looking forward to it. Thanks, benjamin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Kosnik To: Daniel Jacobowitz Cc: libstdc++@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: C++ debugging progress Date: Tue, 27 Nov 2001 23:36:00 -0000 Message-ID: References: <20011128020256.A9688@nevyn.them.org> X-SW-Source: 2001-11/msg00303.html Message-ID: <20011127233600.nRTFcuWddT7HOFbAkrElU_XAVB29TczRWBqArKnraQU@z> > For the curious, I've gotten all but two of the virtual function tests to > pass in virtfuncs.exp. I'm not entirely sure what's wrong with one of the > others, and the other goes up as far as the parser (pEe->D::fd() yields > "attempt to take address of value not in memory"). There's also a bunch of > namespace problems, of course. Yay. > So once I clean them up a little I'll post the rest for people to try. Please do! I'm looking forward to it. Thanks, benjamin