* gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
for possible features of -list-features.
This commit is contained in:
parent
3458c49707
commit
30e026bbf0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user