From 59fa90bce591c47e0665286c464435e164fb5262 Mon Sep 17 00:00:00 2001 From: Tankut Baris Aktemur Date: Wed, 5 Apr 2023 10:09:06 +0200 Subject: [PATCH] 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 --- gdb/doc/gdb.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fe76e5e0a0e..ed14888b77b 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 -- 2.30.2