[PATCH] gdb: add "-a" option for inferior commands
Andreas Schwab
schwab@linux-m68k.org
Thu Dec 29 21:38:00 GMT 2016
On Dez 29 2016, Spencer Baugh <sbaugh@catern.com> wrote:
> @@ -1055,8 +1101,8 @@ as main program."));
> set_cmd_completer (c, filename_completer);
>
> add_com ("remove-inferiors", no_class, remove_inferior_command, _("\
> -Remove inferior ID (or list of IDs).\n\
> -Usage: remove-inferiors ID..."));
> +Remove inferior ID (or list of IDs, or all inferiors with -a).\n\
> +Usage: remove-inferiors [-a] ID..."));
What is the meaning of ID if -a is present?
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Gdb-patches
mailing list