aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-06-29 04:32:35 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-06-29 04:32:35 +0000
commitdc3b15be96e70eade85bc988dac7cc2989778334 (patch)
tree35385336273a4cdd95093f55f7710f1b2acbc717 /gdb/doc
parent6eb21c2a31b389fa63369f800865ef3065fef08c (diff)
downloadgdb-dc3b15be96e70eade85bc988dac7cc2989778334.zip
gdb-dc3b15be96e70eade85bc988dac7cc2989778334.tar.gz
gdb-dc3b15be96e70eade85bc988dac7cc2989778334.tar.bz2
Fix unmatched @end table in gdb.texinfo.
2010-06-29 Joel Brobecker <brobecker@adacore.com> * gdb.texinfo (Threads In Python): Fix unmatched @end table.
Diffstat (limited to 'gdb/doc')
-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.