From dc3b15be96e70eade85bc988dac7cc2989778334 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 29 Jun 2010 04:32:35 +0000 Subject: 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(+) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 88ddc16..700ccfb 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 d09e79d..14b0092 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. -- cgit v1.1