aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-03-09 11:01:01 +0000
committerEli Zaretskii <eliz@gnu.org>2013-03-09 11:01:01 +0000
commit28abe1887434acb293eec9a00fedcbf7cd80a853 (patch)
tree8e062d91b043eeda6bb2c70f5aab40f3d910c0f4 /gdb
parent6790eb9f171c4d3cd7bc88654419296c332b4608 (diff)
downloadgdb-28abe1887434acb293eec9a00fedcbf7cd80a853.zip
gdb-28abe1887434acb293eec9a00fedcbf7cd80a853.tar.gz
gdb-28abe1887434acb293eec9a00fedcbf7cd80a853.tar.bz2
Fix last commit.
doc/gdb.texinfo (General Query Packets, Tracepoint Packets): Don't use colons in @anchor and @cindex entries.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo6
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 57ac84c..7e683ae 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-03-09 Eli Zaretskii <eliz@gnu.org>
+
+ * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
+ use colons in @anchor and @cindex entries.
+
2012-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
* gdb.texinfo (QTBuffer:size): Add cindex and anchor.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index ba03fca..a607166 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -37552,7 +37552,7 @@ The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
to be enabled and disabled while a trace experiment is running.
@item QTBuffer:size
-The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer:size})
+The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
packet that allows to change the size of the trace buffer.
@item tracenz
@@ -38479,8 +38479,8 @@ This packet directs the target to use a circular trace buffer if
@var{value} is 1, or a linear buffer if the value is 0.
@item QTBuffer:size:@var{size}
-@anchor{QTBuffer:size}
-@cindex @samp{QTBuffer:size} packet
+@anchor{QTBuffer-size}
+@cindex @samp{QTBuffer size} packet
This packet directs the target to make the trace buffer be of size
@var{size} if possible. A value of @code{-1} tells the target to
use whatever size it prefers.