aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-07-24 18:20:58 +0000
committerDaniel Jacobowitz <drow@false.org>2006-07-24 18:20:58 +0000
commit6aec2e11e511d46bd65e1d608254bc18ef9f5ea9 (patch)
tree052fbee892493317f0e6d0ba1b56017cf951da21 /gdb/NEWS
parentff15b24025763b5e8c609fc1ec15af3091a52133 (diff)
downloadfsf-binutils-gdb-6aec2e11e511d46bd65e1d608254bc18ef9f5ea9.zip
fsf-binutils-gdb-6aec2e11e511d46bd65e1d608254bc18ef9f5ea9.tar.gz
fsf-binutils-gdb-6aec2e11e511d46bd65e1d608254bc18ef9f5ea9.tar.bz2
* NEWS: Mention Windows cross debugging support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 984585e..9d54b25 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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").