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: [PATCH 2/2] doc: Improve documentation about MI thread output


> From: Simon Marchi <simon.marchi@ericsson.com>
> CC: Simon Marchi <simon.marchi@ericsson.com>
> Date: Wed, 12 Apr 2017 14:06:10 -0400
> 
> I noticed that the documentation on how the info about threads is output
> in MI is duplicated and not up to date.  The duplication is between the
> "GDB/MI Thread Information" page and the -thread-info result
> description.
> 
> I improved the "GDB/MI Thread Information" page a bit and referred to it
> in the -thread-info doc.  This way, the -thread-info doc is more precise
> (it did not mention the "threads" and "current-thread-id" attributes)
> and concise.

Thanks.  This is okay, with a couple of minor gotchas:

> +@item current-thread-id
> +The global id of the current selected thread.  This field is only present if
                        ^^^^^^^
"currently"

> +there is a selected thread and no @var{thread-id} argument was passed to the

How can there not be a selected thread?

> +command..

One extra period at end of sentence.


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