diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2023-04-05 10:09:06 +0200 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2023-04-05 12:10:00 +0200 |
commit | 59fa90bce591c47e0665286c464435e164fb5262 (patch) | |
tree | 74696546a9076f39b3b7929550c36b98861bb55a /gdb | |
parent | 9278aa6171edd477326f1a73a112d98b8b785954 (diff) | |
download | fsf-binutils-gdb-59fa90bce591c47e0665286c464435e164fb5262.zip fsf-binutils-gdb-59fa90bce591c47e0665286c464435e164fb5262.tar.gz fsf-binutils-gdb-59fa90bce591c47e0665286c464435e164fb5262.tar.bz2 |
gdb, doc: add the missing '-gid' option to 'info threads'
The 'info threads' command does not show the '-gid' option
in the syntax. Add the option. The flag is already explained
in the command description and used in the examples.
Approved-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fe76e5e..ed14888 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3678,7 +3678,7 @@ Thread 1 "main" received signal SIGINT, Interrupt. @table @code @anchor{info_threads} @kindex info threads -@item info threads @r{[}@var{thread-id-list}@r{]} +@item info threads @r{[}-gid@r{]} @r{[}@var{thread-id-list}@r{]} Display information about one or more threads. With no arguments displays information about all threads. You can specify the list of |