This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [mi] -list-features


> From: Vladimir Prus <ghost@cs.msu.su>
> Date: Fri, 31 Aug 2007 14:18:42 +0400
> Cc: drow@false.org,
>  gdb-patches@sources.redhat.com
> 
> Okay, I've tried to put that in texinfo, and got stuck. My plain text included this:
> 
> 	 The current list of features is:
> 
>                 - 'frozen-varobjs' -- indicates presence of -var-set-frozen command,
>                 as well as possible presense of the 'frozen' field in the output of
>                 -varobj-create.
> 
> How do I express this in texinfo?

Use @itemize, like this:

    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}.
    @end itemize


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]