From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28273 invoked by alias); 22 Feb 2017 04:28:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 28153 invoked by uid 89); 22 Feb 2017 04:28:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=spencer, Spencer X-HELO: mail.catern.com Received: from catern.com (HELO mail.catern.com) (104.131.201.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Feb 2017 04:28:33 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.catern.com (Postfix) with ESMTPSA id BB0C9538C5; Wed, 22 Feb 2017 04:28:31 +0000 (UTC) From: Spencer Baugh To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] gdb: add "-a" option for inferior commands In-Reply-To: <87vau2h0wl.fsf@linux-m68k.org> References: <20161229205458.319-1-sbaugh@catern.com> <87vau2h0wl.fsf@linux-m68k.org> Date: Wed, 22 Feb 2017 04:28:00 -0000 Message-ID: <87poia7st3.fsf@catern.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-02/txt/msg00585.txt.bz2 Andreas Schwab writes: > On Dez 29 2016, Spencer Baugh 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? ID is ignored if -a is present.