From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13565 invoked by alias); 31 Mar 2007 09:39:16 -0000 Received: (qmail 13525 invoked by uid 22791); 31 Mar 2007 09:39:14 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.169) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 31 Mar 2007 10:39:12 +0100 Received: by ug-out-1314.google.com with SMTP id 75so1117775ugb for ; Sat, 31 Mar 2007 02:39:08 -0700 (PDT) Received: by 10.66.237.9 with SMTP id k9mr2637062ugh.1175333947858; Sat, 31 Mar 2007 02:39:07 -0700 (PDT) Received: from ?62.169.107.56? ( [62.169.107.56]) by mx.google.com with ESMTP id y6sm11289484mug.2007.03.31.02.39.06; Sat, 31 Mar 2007 02:39:07 -0700 (PDT) Message-ID: <460E2B77.3050104@portugalmail.pt> Date: Sat, 31 Mar 2007 09:39:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: Update NEWS for new Windows CE support References: <4053daab0703310224g5d1209f5gf42645177dbf5fae@mail.gmail.com> In-Reply-To: <4053daab0703310224g5d1209f5gf42645177dbf5fae@mail.gmail.com> Content-Type: multipart/mixed; boundary="------------050901010805090106010409" X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00376.txt.bz2 This is a multi-part message in MIME format. --------------050901010805090106010409 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 109 (resending, hopefully now attached as inline text/plain) Hi all, Is the attached OK? Cheers, Pedro Alves --------------050901010805090106010409 Content-Type: text/x-diff; name="wince_news.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="wince_news.diff" Content-length: 718 2007-03-31 Pedro Alves * NEWS: Mention new Windows CE support. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2007-03-30 23:59:00.000000000 +0100 +++ src/gdb/NEWS 2007-03-31 10:22:24.000000000 +0100 @@ -25,6 +25,10 @@ only ARM). * GDB and the GDB remote stub, gdbserver, now support the XScale iWMMXt coprocessor. +* The GDB remote stub, gdbserver, has been updated to support +ARM Windows CE (mingw32ce) debugging, and GDB Windows CE support +has been rewritten to use the standard GDB remote protocol. + * New commands set mem inaccessible-by-default --------------050901010805090106010409--