the 'pending-breakpoints' feature.
+2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
+
+ * mi/mi-main.c (mi_cmd_list_features): Announce
+ the 'pending-breakpoints' feature.
+
2007-12-17 Jim Blandy <jimb@codesourcery.com>
* dwarf2read.c (dwarf2_add_field): Correctly scale all byte
+2007-12-18 Vladimir Prus <vladimir@codesourcery.com>
+
+ * gdb.texinfo (Miscellaneous gdb/mi Commands):
+ Document 'pending-breakpoints' feature of
+ -list-features.
+
2007-12-17 Luis Machado <luisgpm@br.ibm.com>
* doc/gdb.texinfo: Add new parameter's description.
@samp{frozen-varobjs}---indicates presence of the
@code{-var-set-frozen} command, as well as possible presense of the
@code{frozen} field in the output of @code{-varobj-create}.
+@item
+@samp{pending-breakpoints}---indicates presence of the @code{-f}
+option to the @code{-break-insert} command.
+
@end itemize
@subheading The @code{-interpreter-exec} Command
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);