[Lldb-commits] [PATCH] D37923: Implement interactive command interruption
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 19 11:51:17 PDT 2017
On Tue, Sep 19, 2017 at 11:40 AM Jim Ingham <jingham at apple.com> wrote:
> I must be missing something.
>
> DisaptchInputInterrupt knows how to interrupt a running process, and
> because of Enrico's Python interruption stuff it will interrupt script
> execution at some point but it wasn't very reliable last time I tried it.
>
> But the whole point of this patch is that in general commands don't listen
> to that interrupt if they are just running in a loop doing work. Sending
> the interrupt is not enough.
>
> Jim
>
I guess you are saying they installed a custom IOHandler? IF that's the
case, then yea I guess it won't work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170919/7ad64660/attachment.html>
More information about the lldb-commits
mailing list