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: [rfc, rfa/doc] Multi-threaded watchpoint improvements


On Wed, Oct 24, 2007 at 04:02:24PM -0300, Luis Machado wrote:
> Ok,
> 
> This is the event log without the patch applied. I can see that it does
> have additional creation events occuring in the background, different
> than what occurs with the patch. Same source code, same compile flags.

This log isn't very useful, because it doesn't say _what_ is being
created.  You might have better luck with the "set debug target 1"
logs, which will show watchpoints and breakpoints being inserted,
or "set debug frame 1" which will show you any failures to backtrace.
But after that you'll have to break out another copy of GDB.
Check when GDB is checking the watchpoint and what it finds out.

Might want to find a useful debug category to add some new messages
to :-)

-- 
Daniel Jacobowitz
CodeSourcery


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