aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-29 17:30:01 +0000
committerTom Tromey <tromey@redhat.com>2011-06-29 17:30:01 +0000
commit39c4d40aa598e86fe2d8b7822438e76940aa3346 (patch)
tree96ece50c1d45fb562ad11ab4d72d64f0eb8d696f /gdb/doc
parenta7dbfd1c34af172f068c00d70d5759c797c2db52 (diff)
downloadgdb-39c4d40aa598e86fe2d8b7822438e76940aa3346.zip
gdb-39c4d40aa598e86fe2d8b7822438e76940aa3346.tar.gz
gdb-39c4d40aa598e86fe2d8b7822438e76940aa3346.tar.bz2
gdb
2011-06-29 André Pönitz <andre.poenitz@nokia.com> * mi/mi-main.c (mi_cmd_list_features): Emit breakpoint-notifications. gdb/doc * gdb.texinfo (GDB/MI Miscellaneous Commands): Document breakpoint-notifications feature.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo3
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bdff246..12404f8 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-29 Tom Tromey <tromey@redhat.com>
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
+ breakpoint-notifications feature.
+
2011-06-29 Ulrich Weigand <ulrich.weigand@linaro.org>
* gdb.texinfo (Target Description): Remove warning about
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ca2b4d5..046bf54 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -30066,6 +30066,9 @@ Indicates presence of the @code{-thread-info} command.
@item data-read-memory-bytes
Indicates presense of the @code{-data-read-memory-bytes} and the
@code{-data-write-memory-bytes} commands.
+@item breakpoint-notifications
+Indicates that changes to breakpoints and breakpoints created via the
+CLI will be announced via async records.
@end table