From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13412 invoked by alias); 23 Jul 2006 03:58:07 -0000 Received: (qmail 13404 invoked by uid 22791); 23 Jul 2006 03:58:06 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 23 Jul 2006 03:58:04 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G4V6Q-0007cJ-Qx for gdb-patches@sourceware.org; Sat, 22 Jul 2006 23:58:02 -0400 Date: Sun, 23 Jul 2006 03:58:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: [rfa] Update NEWS for Windows gdbserver Message-ID: <20060723035802.GC29095@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060403 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-07/txt/msg00315.txt.bz2 Does this look good? -- Daniel Jacobowitz CodeSourcery 2006-07-22 Daniel Jacobowitz * NEWS: Mention Windows cross debugging support. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.192 diff -u -p -r1.192 NEWS --- NEWS 12 Jul 2006 18:50:17 -0000 1.192 +++ NEWS 23 Jul 2006 03:57:21 -0000 @@ -3,6 +3,14 @@ *** Changes since GDB 6.5 +* GDB can now be configured as a cross-debugger targeting native Windows +(mingw32) or Cygwin. It can communicate with a remote debugging stub +running on a Windows system over TCP/IP to debug Windows programs. + +* The GDB remote stub, gdbserver, has been updated to support Windows and +Cygwin debugging. Both single-threaded and multi-threaded programs are +supported. + * REMOVED features The ARM Demon monitor support (RDP protocol, "target rdp").