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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fb28f78..9b3d833 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 65c97a2..177f791 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21607,6 +21607,10 @@ The current list of features is: @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 |