Re: [lldb-dev] Remote Non-Stop Mode

2015-05-19 Thread Ted Woodward
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

Re: [lldb-dev] Remote Non-Stop Mode

2015-05-19 Thread Jim Ingham
> 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

Re: [lldb-dev] Remote Non-Stop Mode

2015-05-19 Thread Ewan Crawford
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

Re: [lldb-dev] Remote Non-Stop Mode

2015-05-19 Thread Pavel Labath
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

[lldb-dev] Remote Non-Stop Mode

2015-05-19 Thread Ewan Crawford
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