diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-10-03 21:39:03 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-10-03 21:39:03 +0000 |
commit | a05336a1c8a67c6796ca082634535de2bb423f30 (patch) | |
tree | 9cb3fa56c6b22e378c69aa9d3797b4ca202947f1 /gdb/doc | |
parent | 5d77fe4431a7a81a820dba9930658c36cbeb32a1 (diff) | |
download | gdb-a05336a1c8a67c6796ca082634535de2bb423f30.zip gdb-a05336a1c8a67c6796ca082634535de2bb423f30.tar.gz gdb-a05336a1c8a67c6796ca082634535de2bb423f30.tar.bz2 |
[doco] rephrase `presence of' with `support for'.
gdb/doc/ChangeLog:
* gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
rephasing.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 13 |
2 files changed, 12 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f863665..262c656 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,10 @@ 2011-10-03 Joel Brobecker <brobecker@adacore.com> + * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor + rephasing. + +2011-10-03 Joel Brobecker <brobecker@adacore.com> + * gdb.texinfo (GDB/MI Ada Tasking Commands): New node. (GDB/MI Miscellaneous Commands): Add `ada-task-info' as possible feature returned by the `-list-features' diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0b7bf4a..aa7cdca 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -30378,19 +30378,20 @@ The current list of features is: @table @samp @item frozen-varobjs -Indicates presence of the @code{-var-set-frozen} command, as well -as possible presense of the @code{frozen} field in the output +Indicates support for the @code{-var-set-frozen} command, as well +as possible presense of the @code{frozen} field in the output of @code{-varobj-create}. @item pending-breakpoints -Indicates presence of the @option{-f} option to the @code{-break-insert} command. +Indicates support for the @option{-f} option to the @code{-break-insert} +command. @item python -Indicates presence of Python scripting support, Python-based +Indicates Python scripting support, Python-based pretty-printing commands, and possible presence of the @samp{display_hint} field in the output of @code{-var-list-children} @item thread-info -Indicates presence of the @code{-thread-info} command. +Indicates support for the @code{-thread-info} command. @item data-read-memory-bytes -Indicates presense of the @code{-data-read-memory-bytes} and the +Indicates support for 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 |