diff options
author | Pierre Muller <muller@sourceware.org> | 2010-04-30 07:04:52 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2010-04-30 07:04:52 +0000 |
commit | c24d02423253f4514561d5639d2a0865886f0990 (patch) | |
tree | 88efe34d03a08dd8f9ade5e787c8150ec3d3d68d /gdb/NEWS | |
parent | f3c08bc4d18066e744209f9b2f07a84b5836ea12 (diff) | |
download | gdb-c24d02423253f4514561d5639d2a0865886f0990.zip gdb-c24d02423253f4514561d5639d2a0865886f0990.tar.gz gdb-c24d02423253f4514561d5639d2a0865886f0990.tar.bz2 |
* NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ qGetTIBAddr - GDBserver now support tracepoints. The feature is currently supported by the i386-linux and amd64-linux builds. + - GDBserver now supports x86_64 Windows 64-bit debugging. + * GDB now sends xmlRegisters= in qSupported packet to indicate that it understands register description. |