From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22720 invoked by alias); 19 Apr 2009 18:10:16 -0000 Received: (qmail 22710 invoked by uid 22791); 19 Apr 2009 18:10:16 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Apr 2009 18:10:09 +0000 Received: (qmail 14125 invoked from network); 19 Apr 2009 18:10:07 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Apr 2009 18:10:07 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: patch: Windows CE on x86 Date: Sun, 19 Apr 2009 18:10:00 -0000 User-Agent: KMail/1.9.10 Cc: danny.backx@scarlet.be, Eli Zaretskii References: <1239994229.8895.340.camel@dannypc> <1240030749.8895.343.camel@dannypc> <200904191901.05312.pedro@codesourcery.com> In-Reply-To: <200904191901.05312.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904191910.29485.pedro@codesourcery.com> 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: 2009-04/txt/msg00499.txt.bz2 On Friday 17 April 2009 19:50:29, Danny Backx wrote: > The patch attached is a trivial one to add the target(s) for building > gdbserver for a x86 CE target. Pedro Alves wrote: > I've committed the patch with that change. Thanks! New configuration support, probably should get a NEWS entry. I can take care of it. Eli, is this OK? There were no changes to GDB itself, just configuration goo changes to gdbserver/ . -- Pedro Alves 2009-04-19 Pedro Alves * NEWS: Mention gdbserver support for x86 Windows CE. --- gdb/NEWS | 3 +++ 1 file changed, 3 insertions(+) Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2009-04-19 19:01:47.000000000 +0100 +++ src/gdb/NEWS 2009-04-19 19:04:34.000000000 +0100 @@ -295,6 +295,9 @@ x86_64 MinGW x86_64-*-mingw* x86 DICOS i[34567]86-*-dicos* x86_64 DICOS x86_64-*-dicos* +* The GDB remote stub, gdbserver, now supports x86 Windows CE + (mingw32ce) debugging. + * Removed commands catch load