<div dir="ltr">Hi, all, My ported lldb does not work as expected when I want to continue current thread.<div>Following is how I operate:</div><div><br></div><div>1. debug session construction is alright.</div><div>2. set a breakpoint at main().</div>
<div>3. run target program and it stops at main for the breakpoint.</div><div><br></div><div>Then the problem occurs, no matter I execute "step" or "continue", lldb always sends "vCont;s:xxxx"</div>
<div><br></div><div>I debugged a little and found that plan stack holds at most top a ThreadPlanStepOverBreakpoint object ever since I resumed from "main" where a breakpoint is set. And worse, this ThreadPlanStepOverBreakpoint object is never poped out even it is performed.</div>
<div><br></div><div>I am quite confused about how thread plan works, can someone make an explanation?</div><div>Thanks in advance!</div><div><br><div>-- <br>æšć‹‡ć‹‡ (Yang Yong-Yong)
</div></div></div>