From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1997 invoked by alias); 25 Sep 2002 13:57:46 -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 1983 invoked from network); 25 Sep 2002 13:57:45 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 25 Sep 2002 13:57:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id AB1ED3D6E; Wed, 25 Sep 2002 09:57:45 -0400 (EDT) Message-ID: <3D91C0D9.9020904@redhat.com> Date: Wed, 25 Sep 2002 06:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc/rfa:doco] Revised Z packet spec References: <3D669A90.50401@ges.redhat.com> <9003-Sat24Aug2002122403+0300-eliz@is.elta.co.il> <3D8A57B9.3000306@ges.redhat.com> <2427-Fri20Sep2002235342+0300-eliz@is.elta.co.il> Content-Type: multipart/mixed; boundary="------------050603000708070209000700" X-SW-Source: 2002-09/txt/msg00609.txt.bz2 This is a multi-part message in MIME format. --------------050603000708070209000700 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 233 >> Yes I think it does. It produces >> >> `' >> >> and that (minus the quotes) is what is returned by the remote target. > > > I'd suggest to say "an empty string" explicitly. Just `' might look > like a typo. Done. Andrew --------------050603000708070209000700 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1087 2002-09-25 Andrew Cagney * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.125 diff -u -r1.125 gdb.texinfo --- gdb.texinfo 24 Sep 2002 14:30:36 -0000 1.125 +++ gdb.texinfo 25 Sep 2002 13:55:52 -0000 @@ -15271,9 +15271,9 @@ Each breakpoint and watchpoint packet @var{type} is documented separately. -@emph{Implementation notes: A remote target shall return @samp{} for an -unrecognized breakpoint or watchpoint packet @var{type}. A remote -target shall support either both or neither of a given +@emph{Implementation notes: A remote target shall return an empty string +for an unrecognized breakpoint or watchpoint packet @var{type}. A +remote target shall support either both or neither of a given @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To avoid potential problems with duplicate packets, the operations should be implemented in an idempotent way.} --------------050603000708070209000700--