This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Flash support part 3: documentation


> From: Vladimir Prus <vladimir@codesourcery.com>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]