From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26426 invoked by alias); 20 Jul 2012 16:23:25 -0000 Received: (qmail 26414 invoked by uid 22791); 20 Jul 2012 16:23:18 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_VT,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Jul 2012 16:22:52 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6KGMnsr006443 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Jul 2012 12:22:49 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q6KGMlgL021210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 20 Jul 2012 12:22:47 -0400 From: Tom Tromey To: Andreas Schwab Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [4/5] implement "info vtable" References: <87mx82prmd.fsf@fleche.redhat.com> <4F4F8D39.60507@redhat.com> <874ntpdg5s.fsf@fleche.redhat.com> <878vefznvz.fsf@fleche.redhat.com> <87r4s6wlx9.fsf@fleche.redhat.com> Date: Fri, 20 Jul 2012 16:23:00 -0000 In-Reply-To: (Andreas Schwab's message of "Fri, 20 Jul 2012 16:29:05 +0200") Message-ID: <87eho6wgfc.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-07/txt/msg00396.txt.bz2 >>>>> "Andreas" == Andreas Schwab writes: Andreas> Tom Tromey writes: >>>>>>> "Andreas" == Andreas Schwab writes: >> Andreas> I'm still seeing these failures: Andreas> info vtbl e. Andreas> vtable for 'E' @ 0x100138e8 (subobject @ 0x100145b0):. Andreas> [0]: @0x100142c0: 0x10001b90 . Tom> What did you do in order to get this output? Andreas> If you mean the trailing dots you should pretend they are absent. I don't see descriptors here. I'd like to reproduce the problem, if I can. What platform are you on? What compiler did you use? Any special flags? Etc. thanks, Tom