aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
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/mi
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/mi')
-rw-r--r--gdb/mi/mi-main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c
index ca62a30..7592a74 100644
--- a/gdb/mi/mi-main.c
+++ b/gdb/mi/mi-main.c
@@ -1708,6 +1708,7 @@ mi_cmd_list_features (char *command, char **argv, int argc)
ui_out_field_string (uiout, NULL, "pending-breakpoints");
ui_out_field_string (uiout, NULL, "thread-info");
ui_out_field_string (uiout, NULL, "data-read-memory-bytes");
+ ui_out_field_string (uiout, NULL, "breakpoint-notifications");
#if HAVE_PYTHON
ui_out_field_string (uiout, NULL, "python");