This is the mail archive of the gdb-patches@sources.redhat.com 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: [Patch] Another small memattr fix.


On Wed, 12 Jun 2002, Andrew Cagney wrote:

> > -  if (lo >= hi)
> > +  if (lo > hi-1)
> 
> What happens with:
> 
>    mem 0xfffffff0 0
> 
> it looks like a testsuite addition (memattr.exp?) is needed to pin down 
> all the edge cases - signed vs unsigned addresses etc.  (I assume you 
> checked the change in).
> 

No, I've not checked it in yet.  

-- 
dhoward@redhat.com
gdb engineering





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