From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28611 invoked by alias); 19 Sep 2002 23:03:24 -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 28604 invoked from network); 19 Sep 2002 23:03:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Sep 2002 23:03:23 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C2C953DBB; Thu, 19 Sep 2002 19:03:21 -0400 (EDT) Message-ID: <3D8A57B9.3000306@ges.redhat.com> Date: Thu, 19 Sep 2002 16:03: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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00503.txt.bz2 >> Date: Fri, 23 Aug 2002 16:26:56 -0400 >> From: Andrew Cagney >> >> This revises the Z packet descriptions. >> >> Comments? >> >> Ok? > > > Yes. However: (picking up on my pre 5.3 back-log) Committed, thanks. >> ! @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. Andrew