* NEWS: Fix typo.
This commit is contained in:
parent
b56df87389
commit
14c0d4e182
|
@ -1,3 +1,7 @@
|
|||
2010-08-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* NEWS: Fix typo.
|
||||
|
||||
2010-08-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* NEWS: Mention watch -location.
|
||||
|
|
2
gdb/NEWS
2
gdb/NEWS
|
@ -22,7 +22,7 @@
|
|||
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
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue