From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17299 invoked by alias); 12 Dec 2004 17:12:11 -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 17170 invoked from network); 12 Dec 2004 17:12:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Dec 2004 17:12:03 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBCHC30D032228 for ; Sun, 12 Dec 2004 12:12:03 -0500 Received: from localhost.redhat.com (vpn50-50.rdu.redhat.com [172.16.50.50]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBCHC2r15690; Sun, 12 Dec 2004 12:12:02 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 2F4933EF9; Sun, 12 Dec 2004 12:09:58 -0500 (EST) Message-ID: <41BC7B65.8090507@gnu.org> Date: Sun, 12 Dec 2004 17:53:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Use target vector inheritance for GNU/Linux References: <20041205184549.GA19814@nevyn.them.org> In-Reply-To: <20041205184549.GA19814@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00333.txt.bz2 Daniel Jacobowitz wrote: > One use of deprecated_child_ops was particularly thorny, so I updated the > to_follow_fork method to take a struct target_ops and push the correct > target. I made to_follow_fork a non-inherited method, like to_xfer_partial. This change is ok (you've even copied across the debug printing!), but commit it now so that it's not burried in amongst the other changes. Andrew