From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25647 invoked by alias); 14 Jul 2002 17:48:52 -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 25588 invoked from network); 14 Jul 2002 17:48:42 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 14 Jul 2002 17:48:42 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 96C773DB7; Sun, 14 Jul 2002 13:48:38 -0400 (EDT) Message-ID: <3D31B976.5080700@ges.redhat.com> Date: Sun, 14 Jul 2002 11:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Johan Rydberg , gdb-patches@sources.redhat.com Subject: Re: [PATCH] remote_rcmd References: <20020627035114.M1899@cockmaster.bredbandsbolaget.se> <3D31A763.7020904@ges.redhat.com> <20020714173945.GB30061@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00310.txt.bz2 > > Actually, the current docs suggest: > > -> qRcmd command > <- O > <- O > <- > <- OK Where? > which confuses me. What's supposed to differentiate the O > packets from the final packet (what difference in purpose, > I mean)? Valid replies to ``qRcmd'' are: ``OK'' ``'' ``'' ``Enn'' The ``O'' packet is something separate. Andrew