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] Report watchpoints hits for 'debug infrun'.


On Sat, Dec 01, 2007 at 02:09:01PM +0300, Vladimir Prus wrote:
> 
> This patch make 'set debug infrun 1' produce more detailed
> information about watchpoint hits. OK?

Do any targets have a STOPPED_BY_WATCHPOINT that can only be called
once?  How about target_stopped_data_address, which the manual says
will be called only once?

BTW, the call to target_stopped_data_address is missing from this
patch.  It's going to use addr uninitialized.

-- 
Daniel Jacobowitz
CodeSourcery


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