From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17293 invoked by alias); 29 Apr 2010 21:36:46 -0000 Received: (qmail 17284 invoked by uid 22791); 29 Apr 2010 21:36:45 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=BAYES_40,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Apr 2010 21:36:40 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3TLaV86032670 ; Thu, 29 Apr 2010 23:36:31 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [IPv6:2001:660:2402:d::12]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id o3TLaUC8029453 ; Thu, 29 Apr 2010 23:36:30 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3TLaTo6073113 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Thu, 29 Apr 2010 23:36:29 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Eli Zaretskii'" , "'Pedro Alves'" Cc: References: <000c01cae012$d5269870$7f73c950$@muller@ics-cnrs.unistra.fr> <201004200032.09122.pedro@codesourcery.com> <002701cae020$4c88a7c0$e599f740$@muller@ics-cnrs.unistra.fr> In-Reply-To: <002701cae020$4c88a7c0$e599f740$@muller@ics-cnrs.unistra.fr> Subject: PING: Mingw64 gdbserver support NEWS entry Date: Thu, 29 Apr 2010 21:36:00 -0000 Message-ID: <001501cae7e4$092e9d10$1b8bd730$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 2010-04/txt/msg00964.txt.bz2 > You suggested a NEWS entry, > I hesitated to put (mingw64)... > > Comments? Nobody reacted to this part of one of my emails. At one point, someone said, that a new gdbserver port should be reported in NEWS. Eli, maybe you have a better idea for the wording? > Pierre > > Index: NEWS > =================================================================== > RCS file: /cvs/src/src/gdb/NEWS,v > retrieving revision 1.373 > diff -u -r1.373 NEWS > --- NEWS 19 Apr 2010 00:48:43 -0000 1.373 > +++ NEWS 20 Apr 2010 00:25:02 -0000 > @@ -27,6 +27,8 @@ > - GDBserver now support tracepoints. The feature is currently > supported by the i386-linux and amd64-linux builds. > > + - GDBserver now supports x86_64 Windows 64-bit debugging. > + > * GDB now sends xmlRegisters= in qSupported packet to indicate that > it understands register description.