From: Daniel Jacobowitz Date: Mon, 24 Jul 2006 18:20:58 +0000 (+0000) Subject: * NEWS: Mention Windows cross debugging support. X-Git-Tag: newlib-csl-sourcerygxx-3_4_4-25~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6aec2e11e511d46bd65e1d608254bc18ef9f5ea9;p=thirdparty%2Fbinutils-gdb.git * NEWS: Mention Windows cross debugging support. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 76c1b4e6eab..8ec738ae701 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-07-24 Daniel Jacobowitz + + * NEWS: Mention Windows cross debugging support. + 2006-07-23 Daniel Jacobowitz * linux-nat.c (linux_nat_add_target): Remove extern. diff --git a/gdb/NEWS b/gdb/NEWS index 984585ef684..9d54b251630 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").