This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfa] Update NEWS for Windows gdbserver


Does this look good?

-- 
Daniel Jacobowitz
CodeSourcery

2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>

	* 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").


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]