diff options
author | Tom Tromey <tromey@redhat.com> | 2010-08-16 21:15:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-08-16 21:15:46 +0000 |
commit | b56df87389b6564be5b5fb1ed7fa37aef9fdd85d (patch) | |
tree | 7608c103ceb3fa7389f31ddb65e55c903b7d7851 /gdb/NEWS | |
parent | d63d0675b66c96510a519c93795e3ba3b074e979 (diff) | |
download | gdb-b56df87389b6564be5b5fb1ed7fa37aef9fdd85d.zip gdb-b56df87389b6564be5b5fb1ed7fa37aef9fdd85d.tar.gz gdb-b56df87389b6564be5b5fb1ed7fa37aef9fdd85d.tar.bz2 |
* NEWS: Mention watch -location.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ 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 |