From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23384 invoked by alias); 7 May 2007 21:48:00 -0000 Received: (qmail 23375 invoked by uid 22791); 7 May 2007 21:48:00 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 May 2007 21:47:58 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 1F48E4B267; Mon, 7 May 2007 16:47:51 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 1B5ED4B262; Mon, 7 May 2007 16:47:37 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1HlB2w-0004oN-Vf; Mon, 07 May 2007 17:47:06 -0400 Date: Mon, 07 May 2007 21:48:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: gdb-patches@sourceware.org, eliz@gnu.org Subject: Re: [rfc] Replace deprecated_target_new_objfile_hook by observer Message-ID: <20070507214706.GA18459@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , gdb-patches@sourceware.org, eliz@gnu.org References: <200705072116.l47LGwZ0017093@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705072116.l47LGwZ0017093@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-05/txt/msg00090.txt.bz2 On Mon, May 07, 2007 at 11:16:58PM +0200, Ulrich Weigand wrote: > Hello, > > this patch removes the deprecated_target_new_objfile_hook and replaces > it by a new observer "new_objfile". The semantics remains completely > unchanged, so the patch is mostly just mechanical changes. Do we really need it? We've already got executable_changed and solib_loaded and solib_unloaded. -- Daniel Jacobowitz CodeSourcery