From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23999 invoked by alias); 3 Feb 2008 22:19:15 -0000 Received: (qmail 23990 invoked by uid 22791); 3 Feb 2008 22:19:14 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 03 Feb 2008 22:18:57 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id m13MIscL011111 for ; Sun, 3 Feb 2008 14:18:54 -0800 Received: from wa-out-1112.google.com (wafm16.prod.google.com [10.114.189.16]) by zps19.corp.google.com with ESMTP id m13MIsk4012151 for ; Sun, 3 Feb 2008 14:18:54 -0800 Received: by wa-out-1112.google.com with SMTP id m16so1887478waf.20 for ; Sun, 03 Feb 2008 14:18:54 -0800 (PST) Received: by 10.114.37.1 with SMTP id k1mr6314135wak.6.1202077133663; Sun, 03 Feb 2008 14:18:53 -0800 (PST) Received: by 10.114.13.5 with HTTP; Sun, 3 Feb 2008 14:18:53 -0800 (PST) Message-ID: Date: Sun, 03 Feb 2008 22:19:00 -0000 From: "Doug Evans" To: gdb-patches@sourceware.org Subject: Re: [RFA] patch for 2384, dangling TYPE_VPTR_BASETYPE In-Reply-To: <20080130010600.GF25780@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071214002920.GA1208@caradoc.them.org> <20080130010600.GF25780@caradoc.them.org> 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: 2008-02/txt/msg00061.txt.bz2 On Jan 29, 2008 5:06 PM, Daniel Jacobowitz wrote: > On Thu, Dec 20, 2007 at 11:40:06AM -0800, Doug Evans wrote: > > 2007-12-20 Doug Evans > > > > PR 2384 > > * gdbtypes.c (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno. > > Return basetype, fieldno if found. All callers updated. > > Don't cache TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE if from different > > objfile. > > * gdbtypes.h (get_vptr_fieldno): Renamed from fill_in_vptr_fieldno. > > * symfile.h (fill_in_vptr_fieldno): Delete. > > > > * gdb.cp/gdb2384.exp: New file. > > * gdb.cp/gdb2384.cc: New file. > > * gdb.cp/gdb2384-base.h: New file. > > * gdb.cp/gdb2384-base.cc: New file. > > Thanks, this looks OK. Could you please add copyright notices to the > new test files before committing? > > > +gdb_start > > +gdb_reinitialize_dir $srcdir/$subdir > > +gdb_load ${binfile} > > +#gdb_load_shlibs ${sofile} > > Why's that commented out? Thanks. Commenting out gdb_load_shlibs was probably a leftover from some experimentation - I put it back.