diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-06-18 12:18:25 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-06-18 12:18:25 +0000 |
commit | 638ac427cd690d6ba8eaf245c098fc97cce1923f (patch) | |
tree | 3fbcfd796d72ddf76618a4676367d120c73d6281 /gdb | |
parent | 51274035462db224eddb0a498a3fc890dbb50278 (diff) | |
download | gdb-638ac427cd690d6ba8eaf245c098fc97cce1923f.zip gdb-638ac427cd690d6ba8eaf245c098fc97cce1923f.tar.gz gdb-638ac427cd690d6ba8eaf245c098fc97cce1923f.tar.bz2 |
(Threads): Add an @cindex entry for "thread apply".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c05770c..73b650e 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -5,6 +5,7 @@ (Files): Add an xref to the above description. (Output Formats): More detailed description of the `c' format. (Memory): List explicitly all the formats supported by `x'. + (Threads): Add an @cindex entry for "thread apply". 2005-06-18 Nick Roberts <nickrob@snap.net.nz> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 48295ce..7359108 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2386,6 +2386,7 @@ As with the @samp{[New @dots{}]} message, the form of the text after threads. @kindex thread apply +@cindex apply command to several threads @item thread apply [@var{threadno}] [@var{all}] @var{args} The @code{thread apply} command allows you to apply a command to one or more threads. Specify the numbers of the threads that you want affected |