[Lldb-commits] [PATCH] Add Read Thread to GDBRemoteCommunication.

Vince Harron vince at nethacker.com
Mon Jun 1 21:31:33 PDT 2015


Ewan, has your non-stop mode implementation been tested against gdbserver?
On Jun 1, 2015 11:01 AM, "Greg Clayton" <clayborg at 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/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150601/aba7a0e3/attachment.html>


More information about the lldb-commits mailing list