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] Clarify infrun variable naming.


On Friday 23 November 2007 19:05:57 Daniel Jacobowitz wrote:
> On Fri, Nov 23, 2007 at 06:51:47PM +0300, Vladimir Prus wrote:
> >    - Remove breakpoints at current PC
> >    - Remove watchpoint a the address being accessed
> >    - Single step
> 
> Alternatively, remove all watchpoints but only for the current thread.

How? target_remove_watchpoint does not appear to provide for that,
and in fact, I'm not sure what architectures provide for watchpoint that
fires in all threads except for thread N.

- Volodya


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