From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22895 invoked by alias); 5 Jan 2006 22:08:44 -0000 Received: (qmail 22883 invoked by uid 22791); 5 Jan 2006 22:08:43 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.195) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Jan 2006 22:08:41 +0000 Received: by zproxy.gmail.com with SMTP id x3so3356271nzd for ; Thu, 05 Jan 2006 14:08:39 -0800 (PST) Received: by 10.36.227.5 with SMTP id z5mr7391508nzg; Thu, 05 Jan 2006 14:08:38 -0800 (PST) Received: by 10.37.2.42 with HTTP; Thu, 5 Jan 2006 14:08:38 -0800 (PST) Message-ID: <8f2776cb0601051408va10ba1aw3ec142a066ba77fc@mail.gmail.com> Date: Thu, 05 Jan 2006 22:08:00 -0000 From: Jim Blandy To: fnf@specifix.com Subject: Re: [PATCH] Clear current source symtab if belongs to objfile being freed Cc: gdb-patches@sourceware.org In-Reply-To: <200601041558.09798.fnf@specifix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200601031242.38425.fnf@specifix.com> <8f2776cb0601031526y38a2cfbvc1174677ace27a27@mail.gmail.com> <200601041558.09798.fnf@specifix.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00066.txt.bz2 On 1/4/06, Fred Fish wrote: > The patch I submitted is pretty minimalist in what it affects, only > discarding a reference that gdb knows to be invalidated. Perhaps there > will be others, but they should probably be dealt with as they are > discovered. Okay. The original patch is fine; consider the doc change I suggested. > It might be a good idea though to put in some testsuite tests that > specifically check some of the other operations you suspect could > also be affected. Yes. I'm pretty confused about why those aren't a problem...