mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* NEWS: Mention watch -location.
This commit is contained in:
@ -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>
|
2010-08-16 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* breakpoint.c (update_watchpoint): Add source empty line. Prefer
|
* breakpoint.c (update_watchpoint): Add source empty line. Prefer
|
||||||
|
5
gdb/NEWS
5
gdb/NEWS
@ -21,6 +21,11 @@
|
|||||||
information and can be used to greatly speed up GDB startup and
|
information and can be used to greatly speed up GDB startup and
|
||||||
operation. See the documentation for `save gdb-index' for details.
|
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
|
*** Changes in GDB 7.2
|
||||||
|
|
||||||
* Shared library support for remote targets by default
|
* Shared library support for remote targets by default
|
||||||
|
Reference in New Issue
Block a user