diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-18 11:06:12 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-12-18 11:06:12 +0000 |
commit | 8b4ed4273f44bf259e717783004ede8d5bb87210 (patch) | |
tree | b35a7884745c1c0cf66e5baec0864516e5d11960 /gdb/mi | |
parent | 57c53b2bffdcc0cbfe69ce4f8fca343fa7f3be34 (diff) | |
download | gdb-8b4ed4273f44bf259e717783004ede8d5bb87210.zip gdb-8b4ed4273f44bf259e717783004ede8d5bb87210.tar.gz gdb-8b4ed4273f44bf259e717783004ede8d5bb87210.tar.bz2 |
* mi/mi-main.c (mi_cmd_list_features): Announce
the 'pending-breakpoints' feature.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 025c66d..b23d337 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -1054,6 +1054,7 @@ mi_cmd_list_features (char *command, char **argv, int argc) cleanup = make_cleanup_ui_out_list_begin_end (uiout, "features"); ui_out_field_string (uiout, NULL, "frozen-varobjs"); + ui_out_field_string (uiout, NULL, "pending-breakpoints"); do_cleanups (cleanup); |