This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: Update NEWS for watch -location


I forgot to write a NEWS entry for the watch -location patch.

How's this?

Tom

2010-08-16  Tom Tromey  <tromey@redhat.com>

	* NEWS: Mention watch -location.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.397
diff -u -r1.397 NEWS
--- NEWS	3 Aug 2010 09:38:16 -0000	1.397
+++ NEWS	16 Aug 2010 19:34:46 -0000
@@ -21,6 +21,10 @@
   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.
+
 *** Changes in GDB 7.2
 
 * Shared library support for remote targets by default


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]