From dc3b15be96e70eade85bc988dac7cc2989778334 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 29 Jun 2010 04:32:35 +0000 Subject: [PATCH 1/1] Fix unmatched @end table in gdb.texinfo. 2010-06-29 Joel Brobecker * gdb.texinfo (Threads In Python): Fix unmatched @end table. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 1 + 2 files changed, 5 insertions(+) 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. -- 2.30.2