From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14381 invoked by alias); 15 Mar 2006 22:28:03 -0000 Received: (qmail 14373 invoked by uid 22791); 15 Mar 2006 22:28:02 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 15 Mar 2006 22:27:57 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k2FMRrjm009986 for ; Wed, 15 Mar 2006 23:27:54 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k2FMRrqE008700 for ; Wed, 15 Mar 2006 23:27:53 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k2FMRrlY006031; Wed, 15 Mar 2006 23:27:53 +0100 (CET) Date: Wed, 15 Mar 2006 22:39:00 -0000 Message-Id: <200603152227.k2FMRrlY006031@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org In-reply-to: <20060315161633.GA15527@nevyn.them.org> (message from Daniel Jacobowitz on Wed, 15 Mar 2006 11:16:33 -0500) Subject: Re: [commit] Clean up proc-service includes in gdbserver References: <20060315161633.GA15527@nevyn.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00203.txt.bz2 > Date: Wed, 15 Mar 2006 11:16:33 -0500 > From: Daniel Jacobowitz > > A while ago, I posted MIPS and ARM NPTL support for gdbserver. > Before I got around to checking it in, Mark K. looked at one of > them and went "ewwww..."; it was just copied from three other places > in gdbserver, but I totally agree with his reaction. So this patch > un-ewwws things a bit. Instead of borrowing gdb_proc_service.h > from gdb, this patch gives gdbserver its own, slightly different > copy. Heh, thanks. This certainly looks like an improvement! Mark