From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10186 invoked by alias); 16 Sep 2004 15:48:00 -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 10163 invoked from network); 16 Sep 2004 15:47:59 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 16 Sep 2004 15:47:59 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1C7yUJ-0004bQ-8Q; Thu, 16 Sep 2004 11:47:59 -0400 Date: Thu, 16 Sep 2004 15:48:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/threads] Eliminate lin-lwp.c Message-ID: <20040916154758.GA15671@nevyn.them.org> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <4149B268.3060506@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4149B268.3060506@gnu.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-09/txt/msg00271.txt.bz2 On Thu, Sep 16, 2004 at 11:34:00AM -0400, Andrew Cagney wrote: > Hello, > > Ref: http://sources.redhat.com/ml/gdb/2004-09/msg00136.html > This patch performs a simple minded merge of lin-lwp.c into linux-nat.c. > > With this change in place the task of switching to the inheritance > target vector, and having a GNU/Linux specific target vector, become > possible. > > Tested on i386 FC3ish GNU/Linux with no regressions (as expected, this > is a mechanical change). > > ok? > Andrew Er, why are you doing this? Why isn't it possible to have a separate target vector without moving all the code around? -- Daniel Jacobowitz