Hi, all, My ported lldb does not work as expected when I want to continue
current thread.
Following is how I operate:

1. debug session construction is alright.
2. set a breakpoint at main().
3. run target program and it stops at main for the breakpoint.

Then the problem occurs, no matter I execute "step" or "continue", lldb
always sends "vCont;s:xxxx"

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.

I am quite confused about how thread plan works, can someone make an
explanation?
Thanks in advance!

-- 
杨勇勇 (Yang Yong-Yong)
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to