Yao, it seems you are right about this problem.

lldb extends GDB RSP and uses packet "qThreadStopInfoxx" to query which
threads have stopped and why.
A stop reply packet with extra info is sended to answer this packet. For
Example, "T05thead:001" means thread 1 is stopped for reason 5. However my
gdb server just sended "T05" at the very beginning which was not a full
stop reply packet for lldb.

Thank you very much!


2014/1/6 Yao Qi <qiyao...@gmail.com>

> On 01/06/2014 09:37 AM, 杨勇勇 wrote:
> > So you mean debugger did not see "breakpoint step over" is already
> > completed, and thus performed it over and over again.
>
> I guess so, but again, I know few on lldb, so I could be wrong.
>
>


-- 
杨勇勇 (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