From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 372 invoked by alias); 18 Nov 2005 15:55:58 -0000 Received: (qmail 354 invoked by uid 22791); 18 Nov 2005 15:55:56 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 18 Nov 2005 15:55:56 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jAIFtse5004331 for ; Fri, 18 Nov 2005 10:55:54 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jAIFtsV26590 for ; Fri, 18 Nov 2005 10:55:54 -0500 Received: from localhost.localdomain (vpn50-163.rdu.redhat.com [172.16.50.163]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jAIFtrEs016090 for ; Fri, 18 Nov 2005 10:55:53 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jAIFtm4L019018 for ; Fri, 18 Nov 2005 08:55:48 -0700 Date: Fri, 18 Nov 2005 17:23:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [rfa/doc] Add section on interrupts to remote protocol documentation Message-ID: <20051118085548.4294b7af@ironwood.lan> In-Reply-To: <8f2776cb0511172159m4471bb5yf1318cf749a7df26@mail.gmail.com> References: <20051117195224.32094bd5@ironwood.lan> <8f2776cb0511172044w663f78f8wfac5c3501891996d@mail.gmail.com> <437D60FA.4020506@sakuraindustries.com> <8f2776cb0511172159m4471bb5yf1318cf749a7df26@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00335.txt.bz2 On Thu, 17 Nov 2005 21:59:33 -0800 Jim Blandy wrote: > On 11/17/05, Steven Johnson wrote: > > I thought that ^C only was relevant after the `C', `c', `S', `s' packets > > and before a Stop Reply Packet. > > That was my understanding too, but the documentation Kevin posted says: > > @samp{Ctrl-C} must not be sent as part of a packet as > +defined in the Overview section. @xref{Overview}. My intent was to say that Ctrl-C, the interrupt message, is sent by itself and does not include any other packet markup. I'll try to clarify this in the doc before committing anything.