diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 88ddc16b99..700ccfb089 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 d09e79d0bf..14b0092863 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.