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: Display of read/access watchpoints when HAVE_NONSTEPPABLE_WATCHPOINT


> Date: Thu, 22 Apr 2004 17:07:34 +0200
> From: Orjan Friberg <orjan.friberg@axis.com>
> 
> as far as I can tell target_stopped_data_address applies only to
> hardware-assisted watchpoints, not software watchpoints.

That's true: software watchpoints don't use target_stopped_data_address
because they single-step the inferior and evaluate each watched
expression by themselves.

> Maybe that needs to be made more clear in the comment.

A good idea, IMHO.


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