From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17329 invoked by alias); 31 Jan 2008 14:49:58 -0000 Received: (qmail 17321 invoked by uid 22791); 31 Jan 2008 14:49:56 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 31 Jan 2008 14:49:29 +0000 Received: by fg-out-1718.google.com with SMTP id e12so629221fga.0 for ; Thu, 31 Jan 2008 06:49:22 -0800 (PST) Received: by 10.82.145.7 with SMTP id s7mr3935328bud.6.1201790961854; Thu, 31 Jan 2008 06:49:21 -0800 (PST) Received: from ?192.168.0.101? ( [85.240.251.38]) by mx.google.com with ESMTPS id q9sm12101559gve.10.2008.01.31.06.49.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 31 Jan 2008 06:49:19 -0800 (PST) Message-ID: <47A1DFEF.6070804@portugalmail.pt> Date: Thu, 31 Jan 2008 14:49:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Joel Brobecker CC: gdb@sourceware.org Subject: Re: Our next GDB release (GDB version 6.8) References: <20080126005319.GD21874@adacore.com> <479DCD42.5060207@portugalmail.pt> In-Reply-To: <479DCD42.5060207@portugalmail.pt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00359.txt.bz2 Pedro Alves wrote: > > I'd like to have gdbserver building on Windows CE again. The remote > file transfer file support added a dependency on errno (*) that's > a no-no for Windows CE. I'd like this discussed before the release > because it may require a small protocol change. > I'll start a thread on this later tonight. For thread completeness, I've started the thread on the remote protocol change (I should have said extension) here: Small remote file transfer protocol adition http://sourceware.org/ml/gdb/2008-01/msg00302.html And proposed a patch that makes gdbserver build again on WinCE (without remote protocol extensions) here: [gdbserver] Make mingw32ce gdbserver build again http://sourceware.org/ml/gdb-patches/2008-01/msg00838.html I'd like that at least the later went into GDB6.8, so I've added a link to the patch to the wiki. Thanks Joel for putting the issue there for me in the first place. -- Pedro Alves