diff options
author | Hafiz Abid Qadeer <abidh@codesourcery.com> | 2013-03-09 10:21:42 +0000 |
---|---|---|
committer | Hafiz Abid Qadeer <abidh@codesourcery.com> | 2013-03-09 10:21:42 +0000 |
commit | 6790eb9f171c4d3cd7bc88654419296c332b4608 (patch) | |
tree | 70e309740f339c1956050bf53b18af6854782e37 /gdb/doc | |
parent | 54b1f7188327ecb41bb901f4964cf9d7de4753b3 (diff) | |
download | gdb-6790eb9f171c4d3cd7bc88654419296c332b4608.zip gdb-6790eb9f171c4d3cd7bc88654419296c332b4608.tar.gz gdb-6790eb9f171c4d3cd7bc88654419296c332b4608.tar.bz2 |
2012-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com>
* gdb.texinfo (QTBuffer:size): Add cindex and anchor.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d424c73..57ac84c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-03-09 Hafiz Abid Qadeer <abidh@codesourcery.com> + + * gdb.texinfo (QTBuffer:size): Add cindex and anchor. + 2012-03-08 Stan Shebs <stan@codesourcery.com> Hafiz Abid Qadeer <abidh@codesourcery.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f0caef1..ba03fca 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -38479,6 +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 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. |