From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28449 invoked by alias); 25 Jul 2008 13:39:26 -0000 Received: (qmail 28441 invoked by uid 22791); 25 Jul 2008 13:39:26 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Jul 2008 13:39:04 +0000 Received: from HOME-C4E4A596F7 ([84.229.112.15]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K4K003YBDX3ILI1@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Fri, 25 Jul 2008 16:39:04 +0300 (IDT) Date: Fri, 25 Jul 2008 13:39:00 -0000 From: Eli Zaretskii Subject: Re: [remote protocol] support for disabling packet acknowledgement In-reply-to: <200807101823.13728.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200807101823.13728.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00436.txt.bz2 > From: Pedro Alves > Date: Thu, 10 Jul 2008 18:23:13 +0100 > Cc: gdb-patches@sourceware.org > > 2008-07-10 Sandra Loosemore > > * gdb.texinfo (Remote Configuration): Document set remote noack-packet. > (Remote Protocol): Add Packet Acknowledgement to menu. > (Overview): Mention +/- can be disabled, and point to new section > where this is discussed in detail. > (General Query Packets): Document QStartNoAckMode packet, and > corresponding qSupported reply. > (Packet Acknowledgement): New section. This part is okay, provided that you take care of the following: > +@tab Packet acknowledgement The correct spelling for the last word is "acknowledgment". Please fix that throughout the added text. > +When in no-acknowledgment mode, neither the stub nor GDB shall send or ^^^ @value{GDBN}