Ewan, has your non-stop mode implementation been tested against gdbserver?
On Jun 1, 2015 11:01 AM, "Greg Clayton" <clayb...@gmail.com> wrote:

> My main concern with any threading is pairing the correct response to a
> the person that sent the packet. Are async packets marked so they
> absolutely can't be confused with any other response packets? I really
> don't like the fact that there are no sequence numbers in the sent/received
> packets because this makes it hard to know when you get the right response
> if a previous packet times out. I recently added "qEcho" to support making
> sure we stay on track and would like to ensure that any of the code added
> above won't let any packets receive the wrong reply packet.
>
>
> REPOSITORY
>   rL LLVM
>
> http://reviews.llvm.org/D10085
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to