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] Add a note for how to get the list of threads


On Wed, Oct 23, 2019 at 11:24 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > Date: Tue, 22 Oct 2019 18:19:00 -0500
> > From: "Christian Biesinger via gdb-patches" <gdb-patches@sourceware.org>
> > Cc: Christian Biesinger <cbiesinger@google.com>
> >
> > gdb/doc/ChangeLog:
> >
> > 2019-10-22  Christian Biesinger  <cbiesinger@google.com>
> >
> >       * python.texi (Threads In Python): Add a note for how to get the
> >       list of threads.
>
> This is okay, but...
>
> > +To get the list of threads for an inferior, use the @code{Inferior.threads()}
> > +method. @xref{Inferiors In Python}
>          ^^
> ...two spaces between sentences, please.

Ah, always the hardest style rule for me to remember :( Thanks, fixed
and pushed.

To ssh://sourceware.org/git/binutils-gdb.git
   c12d372d26..14796d2978  HEAD -> master


Christian


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