diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 28f083f..62ba1d2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -2708,9 +2708,12 @@ To find out what inferiors exist at any moment, use @w{@code{info inferiors}}: @table @code -@kindex info inferiors +@kindex info inferiors [ @var{id}@dots{} ] @item info inferiors Print a list of all inferiors currently being managed by @value{GDBN}. +By default all inferiors are printed, but the argument @var{id}@dots{} +-- a space separated list of inferior numbers -- can be used to limit +the display to just the requested inferiors. @value{GDBN} displays for each inferior (in this order): |