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: [PATCH] Get frame after pull single-step breakpoints out


On 04/10/2014 09:58 PM, Pedro Alves wrote:
> Hmm, what's the "this" you're referring to?  Either the single step
> breakpoints remain separate from regular breakpoints, and breakpoint_xfer_memory
> will iterate over sss breakpoints of all threads, or sss breakpoints
> become regular breakpoints in the breakpoint location chain,
> and breakpoint_xfer_memory doesn't need to care about them at all.
> 

I meant breakpoint_xfer_memory will iterate over sss breakpoints of all
threads.  Let's see what the problem might be when we really go there.

-- 
Yao (éå)


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