]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
authorDoug Evans <dje@google.com>
Wed, 1 Jul 2009 16:19:14 +0000 (16:19 +0000)
committerDoug Evans <dje@google.com>
Wed, 1 Jul 2009 16:19:14 +0000 (16:19 +0000)
support for i386-linux, amd64-linux, and i386-win32 builds of
gdbserver.

gdb/ChangeLog
gdb/NEWS

index 68219ef5f7a7a4419043f3aff756730c31e6e050..b15d269db6d169fa8c405557f22f9a299b2f5e56 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-01  Doug Evans  <dje@google.com>
+
+       * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
+       support for i386-linux, amd64-linux, and i386-win32 builds of
+       gdbserver.
+
 2009-07-01  Nick Roberts  <nickrob@snap.net.nz>
 
        * Makefile.in (HFILES_NO_SRCDIR): Remove entries for deleted files.
index 387992f07383e029a2e5c2e47c4ff56bcbed027f..b12c5dc874f389618900bc9513d339de51d06182 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -144,6 +144,13 @@ GDB will now correctly handle all of:
   - Support for the sparc64-linux-gnu target is now included in
   gdbserver.
 
+  - The amd64-linux build of gdbserver now supports debugging both
+    32-bit and 64-bit programs.
+
+  - The i386-linux, amd64-linux, and i386-win32 builds of gdbserver
+    now support hardware watchpoints, and will use them automatically
+    as appropriate.
+
 * Python scripting
 
   GDB now has support for scripting using Python.  Whether this is