diff options
author | Pedro Alves <palves@redhat.com> | 2007-03-31 10:42:22 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-03-31 10:42:22 +0000 |
commit | 7c9634853fb15c9b2afc8dca9c77dba709bea9f5 (patch) | |
tree | 24e0f6b16a88a85045917496226d8cb2d5036f03 /gdb | |
parent | 728d1ad9b468d3adcd88c8c6d274e003569da3fb (diff) | |
download | gdb-7c9634853fb15c9b2afc8dca9c77dba709bea9f5.zip gdb-7c9634853fb15c9b2afc8dca9c77dba709bea9f5.tar.gz gdb-7c9634853fb15c9b2afc8dca9c77dba709bea9f5.tar.bz2 |
* NEWS: Mention new Windows CE support.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3d62366..eac38cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-03-31 Pedro Alves <pedro_alves@portugalmail.pt> + + * NEWS: Mention new Windows CE support. + 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt> * configure.tgt: Move mips*-*-pe and sh*-*-pe to @@ -25,6 +25,10 @@ only ARM). * GDB and the GDB remote stub, gdbserver, now support the XScale iWMMXt coprocessor. +* The GDB remote stub, gdbserver, has been updated to support +ARM Windows CE (mingw32ce) debugging, and GDB Windows CE support +has been rewritten to use the standard GDB remote protocol. + * New commands set mem inaccessible-by-default |