aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-08-20 04:57:32 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-08-20 04:57:32 +0000
commit30e026bbf0310ff65e430762cf755970ab738767 (patch)
tree536c82b3eb19daecef15678a1c53e58dca60fbe6
parent3458c49707160463a35b13b2f56d8030d9a28123 (diff)
downloadfsf-binutils-gdb-30e026bbf0310ff65e430762cf755970ab738767.zip
fsf-binutils-gdb-30e026bbf0310ff65e430762cf755970ab738767.tar.gz
fsf-binutils-gdb-30e026bbf0310ff65e430762cf755970ab738767.tar.bz2
* gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
for possible features of -list-features.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo21
2 files changed, 15 insertions, 11 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index abe140c..b4aea40 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-20 Vladimir Prus <vladimir@codesourcery.com>
+
+ * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
+ for possible features of -list-features.
+
2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
* gdb.texinfo (Background execution): Adjust example
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 100d795..22b4e76 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22624,18 +22624,17 @@ Example output:
The current list of features is:
-@itemize @minus
-@item
-@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.
-@item
-@samp{thread-info}---indicates presence of the @code{-thread-info} command.
+@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
+of @code{-varobj-create}.
+@item pending-breakpoints
+Indicates presence of the @option{-f} option to the @code{-break-insert} command.
+@item thread-info
+Indicates presence of the @code{-thread-info} command.
-@end itemize
+@end table
@subheading The @code{-list-target-features} Command
@findex -list-target-features