* NEWS: Mention Windows cross debugging support.
This commit is contained in:
parent
ff15b24025
commit
6aec2e11e5
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* NEWS: Mention Windows cross debugging support.
|
||||||
|
|
||||||
2006-07-23 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-07-23 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* linux-nat.c (linux_nat_add_target): Remove extern.
|
* linux-nat.c (linux_nat_add_target): Remove extern.
|
||||||
|
|
8
gdb/NEWS
8
gdb/NEWS
|
@ -3,6 +3,14 @@
|
||||||
|
|
||||||
*** Changes since GDB 6.5
|
*** 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
|
* REMOVED features
|
||||||
|
|
||||||
The ARM Demon monitor support (RDP protocol, "target rdp").
|
The ARM Demon monitor support (RDP protocol, "target rdp").
|
||||||
|
|
Loading…
Reference in a new issue