From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7257 invoked by alias); 20 Jun 2006 20:09:08 -0000 Received: (qmail 7246 invoked by uid 22791); 20 Jun 2006 20:09:04 -0000 X-Spam-Check-By: sourceware.org Received: from fios.cgf.cx (HELO cgf.cx) (71.248.179.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Jun 2006 20:09:03 +0000 Received: by cgf.cx (Postfix, from userid 201) id D882B13C01F; Tue, 20 Jun 2006 16:09:01 -0400 (EDT) Date: Tue, 20 Jun 2006 20:09:00 -0000 From: Christopher Faylor To: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH] Windows CE support update. Message-ID: <20060620200901.GA28807@trixie.casa.cgf.cx> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <44969E63.9050208@portugalmail.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44969E63.9050208@portugalmail.pt> User-Agent: Mutt/1.5.11 X-IsSubscribed: yes 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-06/txt/msg00287.txt.bz2 On Mon, Jun 19, 2006 at 01:53:55PM +0100, Pedro Alves wrote: >Arghh, I very sorry to have posted this to the wrong mailing list >before. I am sorry for generating even more traffic in sending once >again a 35K attachment. Bash me at will. I deserve it. As the original author of the wince.c and wince-stub.c files, I hate to say this, but I don't think they are really the right way to have implemented things. It probably would have been better to have just ported gdbserver to the CE device. Also, I really don't want to pollute the win32-nat.c file with CE accommodations. That would again make me the de facto maintainer of Windows CE - a role from which which I've previously abdicated. So, thanks very much for the patch. It was obviously a lot of work but I really don't want to do things this way. cgf