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] thread specific breakpoints and single stepping


On Wed, Jul 09, 2008 at 09:10:38PM +0900, Emi SUZUKI wrote:
> It works better than mine.  But while I am concerning about
> single-stepping for software watchpoints, I noticed that we should
> also check whether a hardware watchpoint is triggered.  

As this condition gets more complicated, I'm getting worried about
keeping it in sync with everything else.  Could it be that the logic
is wrong - we should determine whether a thread hop is necessary later
in the process?  It should be just like a breakpoint with a false
condition.

-- 
Daniel Jacobowitz
CodeSourcery


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