* NEWS: Mention watch -location.
authorTom Tromey <tromey@redhat.com>
Mon, 16 Aug 2010 21:15:46 +0000 (21:15 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 16 Aug 2010 21:15:46 +0000 (21:15 +0000)
gdb/ChangeLog
gdb/NEWS

index a800d84a390667bd1cb4051aaf3417dd80a01108..129eed5ec46f4985fc5349cfd91a0a71b9497b3d 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-16  Tom Tromey  <tromey@redhat.com>
+
+       * NEWS: Mention watch -location.
+
 2010-08-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * breakpoint.c (update_watchpoint): Add source empty line.  Prefer
index 73f79a51aa528c8eb49c20f6e003a27f1b0a1604..e4bb48ba539d00577fd28ede844a1320b6daad2b 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
   information and can be used to greatly speed up GDB startup and
   operation.  See the documentation for `save gdb-index' for details.
 
+* The "watch" command now accepts an optional "-location" argument.
+  When used, this causes gdb to watch the memory referred to by the
+  expression.  Such a watchpoint is never deleted due to it going out
+  of scope.
+
 *** Changes in GDB 7.2
 
 * Shared library support for remote targets by default
This page took 0.030214 seconds and 4 git commands to generate.