bject: Re: [lldb-dev] Remote Non-Stop Mode
> On May 19, 2015, at 7:13 AM, Ewan Crawford wrote:
>
> Switching to non-stop during a session I don't think would be too hard
once we've got it working. As all the packoet handling will be there, and
we'd just need t add a way t
> On May 19, 2015, at 7:13 AM, Ewan Crawford wrote:
>
> Switching to non-stop during a session I don't think would be too hard once
> we've got it working. As all the packoet handling will be there, and we'd
> just need t add a way to send a QNonStop packet when switching.
> It might however
Hi Pavel,
Glad to hear there's demand for it, I'll cc you into the patches.
Switching to non-stop during a session I don't think would be too hard
once we've got it working. As all the packoet handling will be there,
and we'd just need t add a way to send a QNonStop packet when switching.
It m
Hello Ewan,
this is exciting, I have been missing non-stop mode support in LLDB
for a while now. I can probably help with implementing the LLGS side
of things once you get your code through. Could you cc me in on the
patches so I can follow this more closely?
PS: The thing that has annoyed me mos
Hi everybody,
We have implemented remote support for non-stop mode in a local Hexagon
repo of LLDB and begun to upstream the work, see
http://reviews.llvm.org/D9656. Non-Stop mode in a remote stub lets you
examine a single stopped thread while others execute normally. This
isn't currently a f