From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7281 invoked by alias); 9 Jun 2003 03:24:39 -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 7259 invoked from network); 9 Jun 2003 03:24:38 -0000 Received: from unknown (HELO bilbo.inter.net.il) (192.114.186.18) by sources.redhat.com with SMTP; 9 Jun 2003 03:24:38 -0000 Received: from zaretsky (tony08-235-143.inter.net.il [80.230.235.143] (may be forged)) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id AVH61564; Mon, 9 Jun 2003 06:24:29 +0300 (IDT) Date: Mon, 09 Jun 2003 03:24:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <9003-Mon09Jun2003062459+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3EE3C079.1020108@redhat.com> (message from Andrew Cagney on Sun, 08 Jun 2003 19:02:17 -0400) Subject: Re: [rfa:doco] Update REMOTE_BREAKPOINT doco Reply-to: Eli Zaretskii References: <3EE3C079.1020108@redhat.com> X-SW-Source: 2003-06/txt/msg00293.txt.bz2 > Date: Sun, 08 Jun 2003 19:02:17 -0400 > From: Andrew Cagney > > Update the doco? Approved, but please correct this bit: > +a string of bytes that encode a breakpoint instruction, stores the > +length of the string to *@var{lenptr}, and adjusts pc (if necessary) to ^^^^^^^^^^^^^ This should say @code{*@var{lenptr}}. Also, I'd replace "pc" with "program counter".