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: [RFA-v2] Fix a windows bug if two watchpoints are used


> From: "Pierre Muller" <muller@ics.u-strasbg.fr>
> Cc: <gdb-patches@sourceware.org>
> Date: Thu, 4 Jun 2009 16:51:51 +0200
> Content-Language: en-us
> 
>   Maybe we should use 
>    ALL_DEBUG_REGISTERS(i)
>      {
>        if (I386_DR_WATCH_HIT (i)
> 		&& !I386_DR_VACANT(i)
> 		&& I386_DR_GET_RW_LEN (i) != 0)

I have no objections to adding the test for I386_DR_VACANT.


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