aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-07-01 16:19:14 +0000
committerDoug Evans <dje@google.com>2009-07-01 16:19:14 +0000
commitd70e31dd87284c541b3d67001e5cdcd16c8b3ac7 (patch)
tree45aa49828151ed1e1d9f1ae008eac955d13de455 /gdb
parenta87a00ea43681b9310995d15ce68d2e3906c6e93 (diff)
downloadfsf-binutils-gdb-d70e31dd87284c541b3d67001e5cdcd16c8b3ac7.zip
fsf-binutils-gdb-d70e31dd87284c541b3d67001e5cdcd16c8b3ac7.tar.gz
fsf-binutils-gdb-d70e31dd87284c541b3d67001e5cdcd16c8b3ac7.tar.bz2
* NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint
support for i386-linux, amd64-linux, and i386-win32 builds of gdbserver.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/NEWS7
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 68219ef..b15d269 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/NEWS b/gdb/NEWS
index 387992f..b12c5dc 100644
--- 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