aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo1
2 files changed, 5 insertions, 0 deletions
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 <brobecker@adacore.com>
+
+ * gdb.texinfo (Threads In Python): Fix unmatched @end table.
+
2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
Tom Tromey <tromey@redhat.com>
Thiago Jung Bauermann <bauerman@br.ibm.com>
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.