From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21509 invoked by alias); 3 Sep 2002 21:32:55 -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 21495 invoked from network); 3 Sep 2002 21:32:54 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 3 Sep 2002 21:32:54 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1A9A73C71; Tue, 3 Sep 2002 17:32:55 -0400 (EDT) Message-ID: <3D752A86.5080508@ges.redhat.com> Date: Tue, 03 Sep 2002 14:32:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: ``detach remote'' References: <20020808132512.GA1840@nevyn.them.org> <3D540069.6010203@ges.redhat.com> <20020811030130.GA10208@nevyn.them.org> <3D567F7B.7080502@ges.redhat.com> <20020811163515.GA14609@nevyn.them.org> <3D56A6A1.7040904@ges.redhat.com> <20020811183448.GA19112@nevyn.them.org> <20020811205238.GA23632@nevyn.them.org> <3D57C800.4010809@ges.redhat.com> <20020812144726.GA25234@nevyn.them.org> <20020829215405.GA24354@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00042.txt.bz2 > 2002-08-29 Daniel Jacobowitz > > * mi-cmds.c (mi_cmds): Add ``-target-disconnect''. > * gdbmi.texinfo: Document ``-target-disconnect''. For MI, it needs a test case. It might as well accept both ``command not for this target'' and ``success'. I think people often first write the test case and then use the trace output to finish the doco. > 2002-08-29 Daniel Jacobowitz > > * gdb.texinfo: Document ``disconnect'' command. (under which node? C-X 4 a normally includes that). Eli will likely have more pointers. I think at least a ``@kindex disconnect'' entry. (I think hold this one for 5.3, at least for the moment), Andrew