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 Fri, Nov 23, 2007 at 08:02:57PM +0300, Vladimir Prus wrote:
> How? target_remove_watchpoint does not appear to provide for that,

Correct, it doesn't (yet).

> and in fact, I'm not sure what architectures provide for watchpoint that
> fires in all threads except for thread N.

I don't know which do and which don't.  I know that GNU/Linux does;
every thread has its own watchpoint registers.  SMP embedded systems
generally do too, with a set of watchpoints on each processor.

-- 
Daniel Jacobowitz
CodeSourcery


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