JDevlieghere wrote:

> You need to actually let the main loop handle the signals 
> (MainLoopPosix::RegisterSignal), as it knows how to do that safely. The 
> function is not available on windows, so you'd need to `#ifdef` it, but that 
> should be fine because the current code is conditionalized anyway.

That makes a lot of sense. I was looking at the interface for MainLoopBase. 
Cool, I'll rework the PR with your input. 

https://github.com/llvm/llvm-project/pull/134956
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to