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: Another memattr tweak


On Thu, 25 Jul 2002, Andrew Cagney wrote:

> > The following patch allows gdb to display upper bounds of memory regions
> > correctly when the upper bound wraps to zero.  A zero upper bound is a 
> > special case that indicates that the memory region extends to the top of 
> > the target's memory space.
> > 
> > 
> > 2002-07-08  Don Howard  <dhoward@redhat.com>
> > 
> > 	* memattr.c (mem_info_command): Print special case of upper bound
> > 	as max CORE_ADDR + 1.
> 
> Yes, ok.
> 
> Andrew

Committed.


-- 
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]