From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22736 invoked by alias); 6 Dec 2007 18:24:34 -0000 Received: (qmail 22713 invoked by uid 22791); 6 Dec 2007 18:24:34 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Dec 2007 18:24:24 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E6C60982D9; Thu, 6 Dec 2007 18:24:22 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id D0D0B98150; Thu, 6 Dec 2007 18:24:22 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J0LOY-0004Gw-4D; Thu, 06 Dec 2007 13:24:22 -0500 Date: Thu, 06 Dec 2007 18:24:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: gdb@sourceware.org Subject: Re: target_enable_exception_callback dead? Message-ID: <20071206182422.GB16137@caradoc.them.org> Mail-Followup-To: Jim Blandy , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00050.txt.bz2 On Thu, Dec 06, 2007 at 09:59:09AM -0800, Jim Blandy wrote: > > I've noticed that the 'to_enable_exception_callback' and > 'to_get_current_exception_event' target vector > entries have only one definition each. These are in inf-child.c, > which has only dummy definitions for them. They're dead. There's about a half-dozen dead entries in the target vector last I checked; it just needs some GC :-) -- Daniel Jacobowitz CodeSourcery