From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1895 invoked by alias); 18 Nov 2005 22:18:41 -0000 Received: (qmail 1884 invoked by uid 22791); 18 Nov 2005 22:18:39 -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 22:18:39 +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 jAIMIc6E027394 for ; Fri, 18 Nov 2005 17:18:38 -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 jAIMIWV21635 for ; Fri, 18 Nov 2005 17:18:32 -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 jAIMIWFM016169 for ; Fri, 18 Nov 2005 17:18:32 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jAIMIQiv019966 for ; Fri, 18 Nov 2005 15:18:27 -0700 Date: Sat, 19 Nov 2005 01:21: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: <20051118151825.1a5550c9@ironwood.lan> In-Reply-To: <20051118143309.73c45545@ironwood.lan> References: <20051117195224.32094bd5@ironwood.lan> <20051118143309.73c45545@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00354.txt.bz2 On Fri, 18 Nov 2005 14:33:09 -0700 Kevin Buettner wrote: > * gdb.texinfo (set remotebreak): Add anchor. > (X packet): Likewise. > (Remote Protocol): Add new section `Interrupts' and new index > entry `interrupts (remote protocol)'. Committed. Thanks to everyone who provided feedback on this patch. Kevin