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] S/390 port modernization 2/4


Jim Blandy wrote:

> Is this correct?  Since CORE_ADDR is unsigned, the initial value of
> watch_hi_addr will compare greater than any watch area's hi_addr, so
> the 'max' will never change its value.  Same for watch_lo_addr.  Don't
> you want to set watch_lo_addr to (CORE_ADDR) -1, and watch_hi_addr to
> 0?

D'oh.  Thanks for noticing this.  Will fix.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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