From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17874 invoked by alias); 17 Jun 2003 14:29:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17829 invoked from network); 17 Jun 2003 14:29:22 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 17 Jun 2003 14:29:22 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BFE3B2B5F; Tue, 17 Jun 2003 10:29:21 -0400 (EDT) Message-ID: <3EEF25C1.1060902@redhat.com> Date: Tue, 17 Jun 2003 14:29:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Michael Snyder , Paul Koning , gdb-patches@sources.redhat.com Subject: Re: RFA: "disconnect" command References: <20030614042642.GA28231@nevyn.them.org> <16109.50758.138766.451235@pkoning.dev.equallogic.com> <20030616134103.GA17403@nevyn.them.org> <16109.52652.901052.156258@pkoning.dev.equallogic.com> <20030616143810.GA8603@nevyn.them.org> <3EEDDC98.6050407@redhat.com> <3EEE56F5.C98744D9@redhat.com> <20030617010611.GA21259@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00558.txt.bz2 > On Mon, Jun 16, 2003 at 04:47:01PM -0700, Michael Snyder wrote: >> > There was: >> > connect / disconnect >> > attach / detach >> > as pairs. > >> >> Argh. But "connect" isn't really analogous to attach. >> It's analogous to "target remote". > > > Well, there is no "connect" - in fact "target remote" is paired with > disconnect. > > Still open to better ideas on the naming; but either way I'd like to > commit this before another release goes by... I've no intention of asking for a name change. However, things to do one day does un-screwup ``target remote'' - that commands behavior is overloaded :-) Andrew