From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22636 invoked by alias); 10 Feb 2011 18:53:32 -0000 Received: (qmail 22624 invoked by uid 22791); 10 Feb 2011 18:53:32 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Feb 2011 18:53:27 +0000 Received: (qmail 6943 invoked from network); 10 Feb 2011 18:53:26 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Feb 2011 18:53:26 -0000 From: Pedro Alves To: Joel Brobecker Subject: Re: [unavailable values part 1, 01/17] base support for unavailable value contents Date: Thu, 10 Feb 2011 18:53:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic; KDE/4.5.1; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201102071427.55970.pedro@codesourcery.com> <20110208041731.GQ2384@adacore.com> In-Reply-To: <20110208041731.GQ2384@adacore.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102101853.22828.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: 2011-02/txt/msg00200.txt.bz2 On Thursday 10 February 2011 04:17:31, Joel Brobecker wrote: > > +/* Given a value, determine whether the contents bytes starting at > > + OFFSET and extending for LENGTH bytes are available. This returns > > + zero if all bytes in the given range are available, zero if any > > + byte is unavailable. */ > > s/zero/nonzero/ in the first "zero". Whoops. Thanks! -- Pedro Alves