rupprecht added a comment.

In D133181#3767072 <https://reviews.llvm.org/D133181#3767072>, @labath wrote:

> It might be a good idea to also change the `kill(getpid(), sig);` statements 
> into `raise(sig)` (a.k.a. `pthread_kill(pthread_self(), sig)`), so that 
> they're sent to a specific thread, instead of the whole process.

Nice, that also works. It fixes the problem on its own, but I'll leave both 
changes in (removing the async too).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133181/new/

https://reviews.llvm.org/D133181

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to