From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15541 invoked by alias); 20 Sep 2002 20:53:13 -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 15533 invoked from network); 20 Sep 2002 20:53:12 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 20 Sep 2002 20:53:12 -0000 Received: from Zaretsky ([80.230.2.40]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BTQ13101; Fri, 20 Sep 2002 23:53:01 +0300 (IDT) Date: Fri, 20 Sep 2002 13:53:00 -0000 From: "Eli Zaretskii" To: ac131313@ges.redhat.com Message-Id: <2427-Fri20Sep2002235342+0300-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <3D8A57B9.3000306@ges.redhat.com> (message from Andrew Cagney on Thu, 19 Sep 2002 19:03:21 -0400) Subject: Re: [rfc/rfa:doco] Revised Z packet spec Reply-to: Eli Zaretskii References: <3D669A90.50401@ges.redhat.com> <9003-Sat24Aug2002122403+0300-eliz@is.elta.co.il> <3D8A57B9.3000306@ges.redhat.com> X-SW-Source: 2002-09/txt/msg00538.txt.bz2 > Date: Thu, 19 Sep 2002 19:03:21 -0400 > From: Andrew Cagney > > >> ! @emph{Implementation note: A remote target shall return @samp{} for an > >> ! unrecognized breakpoint or watchpoint packet @var{type}. A remote > > > > > > What exactly do you think will @samp{} produce in print, and does > > that indeed tell the reader what to return in this case? > > 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.