From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28309 invoked by alias); 22 Jul 2006 14:05:45 -0000 Received: (qmail 28290 invoked by uid 22791); 22 Jul 2006 14:05:38 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Jul 2006 14:05:33 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-215-253.inter.net.il [84.228.215.253]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FII00720 (AUTH halo1); Sat, 22 Jul 2006 17:05:27 +0300 (IDT) Date: Sat, 22 Jul 2006 14:05:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: <200607221640.31522.vladimir@codesourcery.com> (message from Vladimir Prus on Sat, 22 Jul 2006 16:40:31 +0400) Subject: Re: Flash support part 3: documentation Reply-to: Eli Zaretskii References: <200607201343.32483.vladimir@codesourcery.com> <200607211604.02942.vladimir@codesourcery.com> <200607221640.31522.vladimir@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00311.txt.bz2 > From: Vladimir Prus > Date: Sat, 22 Jul 2006 16:40:31 +0400 > Cc: gdb-patches@sources.redhat.com > > > In that case, how about the following? > > > > If the series of packets write data outside the region that was > > erased either by the preceding @samp{vFlashErase} packets or by > > some other target-specific method, the results are unpredictable. > > Strictly speaking, there might be several disjoint regions. How about this: > > If a packet writes to an address that was neither erased by a preceding > @samp{vFlashErase} packet nor by some other target-specific method, > the results are unpredictable. Fine with me. > Here's yet another revision of the patch. This is approved to go in; thanks.