From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9873 invoked by alias); 16 Mar 2012 08:10:39 -0000 Received: (qmail 9860 invoked by uid 22791); 16 Mar 2012 08:10:36 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,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, 16 Mar 2012 08:10:17 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2G8AHiH028793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 16 Mar 2012 04:10:17 -0400 Received: from host2.jankratochvil.net (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q2G8A6VZ023864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 16 Mar 2012 04:10:09 -0400 Date: Fri, 16 Mar 2012 08:10:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Crash regression [Re: [4/5] implement "info vtable"] Message-ID: <20120316081005.GA17525@host2.jankratochvil.net> References: <87mx82prmd.fsf@fleche.redhat.com> <4F4F8D39.60507@redhat.com> <874ntpdg5s.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874ntpdg5s.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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-03/txt/msg00589.txt.bz2 On Thu, 15 Mar 2012 16:42:39 +0100, Tom Tromey wrote: > Here's what I am checking in. > > Tom > > 2012-03-15 Tom Tromey > > * gnu-v3-abi.c (struct value_and_voffset): New. > (hash_value_and_voffset, eq_value_and_voffset) > (compare_value_and_voffset, compute_vtable_size) > (print_one_vtable, gnuv3_print_vtable): New functions. > (init_gnuv3_ops): Initialize 'print_vtable' field. > * cp-support.c (info_vtbl_command): New function. > (_initialize_cp_support): Add "info vtbl". > * cp-abi.h (cplus_print_vtable): Declare. > (struct cp_abi_ops) : New field. > * cp-abi.c (cplus_print_vtable): New function. > * NEWS: Update. > > 2012-03-15 Tom Tromey > > * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl". > > 2012-03-15 Tom Tromey > > * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc. > (test_info_vtbl): Likewise. > (do_tests): Call test_info_vtbl. > * gdb.cp/virtfunc.cc (va): New global. Crash regression for: gdb.cp/virtfunc.exp Expecting due to -lmcheck. Reproducible on x86_64-fedora16-linux-gnu. de2f714807e42df981348b72164f60ea71b37543 is the first bad commit commit de2f714807e42df981348b72164f60ea71b37543 Author: Tom Tromey Date: Thu Mar 15 15:43:05 2012 +0000 * gnu-v3-abi.c (struct value_and_voffset): New. [...] Regards, Jan