[Lldb-commits] [PATCH] D16825: [Windows] Set correct thread	stop info when single-step lands on a breakpoint
    Jim Ingham via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Feb  2 14:44:59 PST 2016
    
    
  
jingham added a comment.
Yes, it has always been this way.  Whenever we are about to start up the target - for whatever reason, we check to see if there is a breakpoint at the instruction where we are starting and if so we push a "ThreadPlanStepOverBreakpoint" which removes the breakpoint, puts in the correct instruction, single steps that thread and then replaces the breakpoint and continues.
http://reviews.llvm.org/D16825
    
    
More information about the lldb-commits
mailing list