From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1363 invoked by alias); 5 Oct 2007 13:14:52 -0000 Received: (qmail 1354 invoked by uid 22791); 5 Oct 2007 13:14:51 -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; Fri, 05 Oct 2007 13:14:48 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D83C7981F3; Fri, 5 Oct 2007 13:14:45 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B8F99981F1; Fri, 5 Oct 2007 13:14:45 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Idn0v-0003x9-1V; Fri, 05 Oct 2007 09:14:45 -0400 Date: Fri, 05 Oct 2007 13:14:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Remove CHILD_POST_STARTUP_INFERIOR Message-ID: <20071005131445.GA15179@caradoc.them.org> Mail-Followup-To: Pierre Muller , gdb-patches@sourceware.org References: <007301c80734$0f23aff0$2d6b0fd0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007301c80734$0f23aff0$2d6b0fd0$@u-strasbg.fr> 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-10/txt/msg00048.txt.bz2 On Fri, Oct 05, 2007 at 11:42:35AM +0200, Pierre Muller wrote: > CHILD_POST_STARTUP_INFERIOR > is currently only set in > config/i386/nm-i386.h > and used nowhere inside gdb source tree > (tested with "grep CHILD_POST_STARTUP_INFERIOR * */* */*/* */*/*/*" > that returns only ChangeLog entries and the file above). This is fine, thanks. > Would the following change in gdb_ari.sh > be the right change for this? No one is going to know the answer to this; there's no one left on the GDB lists who knows anything about the ARI scripts. If you think it's right, I can check it in for you. -- Daniel Jacobowitz CodeSourcery