From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15049 invoked by alias); 29 Oct 2003 18:43:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15042 invoked from network); 29 Oct 2003 18:43:06 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 29 Oct 2003 18:43:06 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9TIfbYq000260; Wed, 29 Oct 2003 19:41:37 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9TIfS7k000429; Wed, 29 Oct 2003 19:41:28 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id h9TIfNM8000426; Wed, 29 Oct 2003 19:41:23 +0100 (CET) Date: Wed, 29 Oct 2003 18:43:00 -0000 Message-Id: <200310291841.h9TIfNM8000426@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ezannoni@redhat.com CC: ac131313@redhat.com, gdb-patches@sources.redhat.com, Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE In-reply-to: <16286.37859.699299.916697@localhost.redhat.com> (message from Elena Zannoni on Tue, 28 Oct 2003 11:05:55 -0500) Subject: Re: [PATCH] Clear per-objfile data upon rereading a symbol file References: <200310262110.h9QLAgta000512@elgar.kettenis.dyndns.org> <3F9D444A.2030005@redhat.com> <200310272056.h9RKu3Mo000609@elgar.kettenis.dyndns.org> <16286.37859.699299.916697@localhost.redhat.com> X-SW-Source: 2003-10/txt/msg00841.txt.bz2 From: Elena Zannoni Date: Tue, 28 Oct 2003 11:05:55 -0500 This is fine with me. Thanks! Checked in on mainline and the gdb_6_0-branch. Mark