From: Joel Brobecker Date: Tue, 29 Jun 2010 04:32:35 +0000 (+0000) Subject: Fix unmatched @end table in gdb.texinfo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc3b15be96e70eade85bc988dac7cc2989778334;hp=6eb21c2a31b389fa63369f800865ef3065fef08c;p=binutils-gdb.git Fix unmatched @end table in gdb.texinfo. 2010-06-29 Joel Brobecker * gdb.texinfo (Threads In Python): Fix unmatched @end table. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 88ddc16b99f..700ccfb0895 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-06-29 Joel Brobecker + + * gdb.texinfo (Threads In Python): Fix unmatched @end table. + 2010-06-28 Phil Muldoon Tom Tromey Thiago Jung Bauermann diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d09e79d0bf1..14b0092863e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21118,6 +21118,7 @@ does not use that identifier. A @code{gdb.InferiorThread} object has the following methods: +@table @code @defmethod InferiorThread switch This changes @value{GDBN}'s currently selected thread to the one represented by this object.